#177 Violet
#D787FF
ExtendedHEX#D787FF
RGB215, 135, 255
HSL280°, 100%, 76%
CMYK16%, 47%, 0%, 0%
Xterm ID177
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;177m Background (fondo)
\x1b[48;5;177m Bash echo
echo -e "\033[38;5;177mTexto\033[0m" Python
print(f"\033[38;5;177mTexto\033[0m") CSS
Color HEX
color: #D787FF; Color RGB
color: rgb(215, 135, 255); Background
background-color: #D787FF;