Dark Orchid Hex Code — #9932CC
RGB, HSL, and CMYK values for Dark Orchid.
Dark Orchid Color Values
| Format | Value |
|---|---|
| HEX | #9932CC |
| RGB | rgb(153, 50, 204) |
| HSL | hsl(280, 61%, 50%) |
| CMYK | cmyk(25%, 75%, 0%, 20%) |
Want to explore more shades? Use our Color Converter
About Dark Orchid
Color psychology: Elegance, charm.
Dark Orchid (#9932CC) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where elegance, charm are desired associations.
How to Use Dark Orchid in CSS
/* Using HEX */ color: #9932CC; background-color: #9932CC; /* Using RGB */ color: rgb(153, 50, 204); /* Using HSL */ color: hsl(280, 61%, 50%);