#176 Plum3
#D787D7
ExtendedHEX#D787D7
RGB215, 135, 215
HSL300°, 50%, 69%
CMYK0%, 37%, 0%, 16%
Xterm ID176
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;176m Background (fondo)
\x1b[48;5;176m Bash echo
echo -e "\033[38;5;176mTexto\033[0m" Python
print(f"\033[38;5;176mTexto\033[0m") CSS
Color HEX
color: #D787D7; Color RGB
color: rgb(215, 135, 215); Background
background-color: #D787D7;