Radiant Orchid Hex Code — #B163A3
RGB, HSL, and CMYK values for Radiant Orchid.
Last updated: April 6, 2026
Radiant Orchid Color Values
| Format | Value |
|---|---|
| HEX | #B163A3 |
| RGB | rgb(177, 99, 163) |
| HSL | hsl(311, 33%, 54%) |
| CMYK | cmyk(0%, 44%, 8%, 31%) |
About Radiant Orchid
Color psychology: Joy, love, health.
Radiant Orchid (#B163A3) is a medium shade of purple with a hue angle of 311° on the color wheel, 33% saturation, and 54% lightness. It's commonly used in web design, graphic design, and branding where joy, love, health are desired associations.
In color theory, Radiant Orchid sits in the warm section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Radiant Orchid in Design
Web Design
Use Radiant Orchid for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Radiant Orchid conveys joy, love, health — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:44% Y:8% K:31%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Radiant Orchid work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Radiant Orchid in CSS
/* Using HEX */ color: #B163A3; background-color: #B163A3; /* Using RGB */ color: rgb(177, 99, 163); /* Using HSL — best for creating variations */ color: hsl(311, 33%, 54%); /* Transparent overlay (50% opacity) */ background-color: rgba(177, 99, 163, 0.5); /* Lighter variant for hover states */ background-color: hsl(311, 33%, 64%); /* Darker variant for active states */ background-color: hsl(311, 33%, 44%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Radiant Orchid without changing its core hue or saturation.
Colors That Go With Radiant Orchid
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Radiant Orchid?
What is Radiant Orchid in RGB and when should I use RGB?
How to use Radiant Orchid in CSS with different color formats?
What is the HSL value of Radiant Orchid and why is HSL useful for designers?
What is the CMYK value of Radiant Orchid for print design?
What colors pair well with Radiant Orchid in design projects?
Is Radiant Orchid (#B163A3) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.