Orchid Hex Code — #DA70D6
RGB, HSL, and CMYK values for Orchid.
Last updated: April 6, 2026
Orchid Color Values
| Format | Value |
|---|---|
| HEX | #DA70D6 |
| RGB | rgb(218, 112, 214) |
| HSL | hsl(302, 59%, 65%) |
| CMYK | cmyk(0%, 49%, 2%, 15%) |
About Orchid
Color psychology: Grace, refinement.
Orchid (#DA70D6) is a medium shade of purple with a hue angle of 302° on the color wheel, 59% saturation, and 65% lightness. It's commonly used in web design, graphic design, and branding where grace, refinement are desired associations.
In color theory, 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 Orchid in Design
Web Design
Use Orchid as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Orchid conveys grace, refinement — 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:49% Y:2% K:15%) 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 Orchid work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Orchid in CSS
/* Using HEX */ color: #DA70D6; background-color: #DA70D6; /* Using RGB */ color: rgb(218, 112, 214); /* Using HSL — best for creating variations */ color: hsl(302, 59%, 65%); /* Transparent overlay (50% opacity) */ background-color: rgba(218, 112, 214, 0.5); /* Lighter variant for hover states */ background-color: hsl(302, 59%, 75%); /* Darker variant for active states */ background-color: hsl(302, 59%, 55%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Orchid without changing its core hue or saturation.
Colors That Go With Orchid
Complementary
Analogous
Triadic
Similar Shades of Purple
Frequently Asked Questions
What is the hex code for Orchid?
What is Orchid in RGB and when should I use RGB?
How to use Orchid in CSS with different color formats?
What is the HSL value of Orchid and why is HSL useful for designers?
What is the CMYK value of Orchid for print design?
What colors pair well with Orchid in design projects?
Is Orchid (#DA70D6) 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.