Heliotrope Hex Code — #DF73FF
RGB, HSL, and CMYK values for Heliotrope.
Heliotrope Color Values
| Format | Value |
|---|---|
| HEX | #DF73FF |
| RGB | rgb(223, 115, 255) |
| HSL | hsl(286, 100%, 73%) |
| CMYK | cmyk(13%, 55%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Heliotrope
Color psychology: Devotion, spirituality.
Heliotrope (#DF73FF) is a light shade of purple. It's commonly used in web design, graphic design, and branding where devotion, spirituality are desired associations.
How to Use Heliotrope in CSS
/* Using HEX */ color: #DF73FF; background-color: #DF73FF; /* Using RGB */ color: rgb(223, 115, 255); /* Using HSL */ color: hsl(286, 100%, 73%);