#170 Orchid
#D75FD7
ExtendedHEX#D75FD7
RGB215, 95, 215
HSL300°, 60%, 61%
CMYK0%, 56%, 0%, 16%
Xterm ID170
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;170m Background (fondo)
\x1b[48;5;170m Bash echo
echo -e "\033[38;5;170mTexto\033[0m" Python
print(f"\033[38;5;170mTexto\033[0m") CSS
Color HEX
color: #D75FD7; Color RGB
color: rgb(215, 95, 215); Background
background-color: #D75FD7;