Radiant Orchid Hex Code — #B163A3
RGB, HSL, and CMYK values for Radiant Orchid.
Radiant Orchid Color Values
| Format | Value |
|---|---|
| HEX | #B163A3 |
| RGB | rgb(177, 99, 163) |
| HSL | hsl(311, 33%, 54%) |
| CMYK | cmyk(0%, 44%, 8%, 31%) |
Want to explore more shades? Use our Color Converter
About Radiant Orchid
Color psychology: Joy, love, health.
Radiant Orchid (#B163A3) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where joy, love, health are desired associations.
How to Use Radiant Orchid in CSS
/* Using HEX */ color: #B163A3; background-color: #B163A3; /* Using RGB */ color: rgb(177, 99, 163); /* Using HSL */ color: hsl(311, 33%, 54%);