Orchid Hex Code — #DA70D6
RGB, HSL, and CMYK values for Orchid.
Orchid Color Values
| Format | Value |
|---|---|
| HEX | #DA70D6 |
| RGB | rgb(218, 112, 214) |
| HSL | hsl(302, 59%, 65%) |
| CMYK | cmyk(0%, 49%, 2%, 15%) |
Want to explore more shades? Use our Color Converter
About Orchid
Color psychology: Grace, refinement.
Orchid (#DA70D6) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where grace, refinement are desired associations.
How to Use Orchid in CSS
/* Using HEX */ color: #DA70D6; background-color: #DA70D6; /* Using RGB */ color: rgb(218, 112, 214); /* Using HSL */ color: hsl(302, 59%, 65%);