Shades of Orchid #D05EDA
Tints of Orchid #D05EDA
RGB
CMYK
RGB Variations
Color information
#D05EDA (or 0xD05EDA) is known color: Orchid. HEX triplet: D0, 5E and DA. RGB value is (208,94,218). Sum of RGB (Red+Green+Blue) = 208+94+218=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #D05EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EDA is #2FA125. Grayscale: #8D8D8D. Windows color (decimal): -3121446 or 14311120. OLE color: 14311120.
HSL color Cylindrical-coordinate representation of color #D05EDA: hue angle of 295.16º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05EDA is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 94 | 218 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.15 |
| HSL | 295.16º | 0.63% | 0.61% | - |
| HSV(B) | 295.16º | 0.57% | 0.85% | - |
| XYZ | 42.67 | 26.48 | 69.19 | - |
| YUV | 142.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 218 | 0.05 | 0.57 | 0 | 0.15 | 295.16 | 0.63 | 0.61 |
| Hex | D0 | 5E | DA | 5 | 39 | 0 | F | 127 | 3F | 3D |
| Octal | 320 | 136 | 332 | 5 | 71 | 0 | 17 | 447 | 77 | 75 |
| Binary | 11010000 | 1011110 | 11011010 | 101 | 111001 | 0 | 1111 | 100100111 | 111111 | 111101 |
Color Harmonies of #D05EDA
Complementary color
Monochromatic Colors of #D05EDA
Black with #D05EDA
Text Example
Text Example
White with #D05EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05EDA; }
p { color: rgb(208,94,218); }
H1.HeaderClassName
{
color: #D05EDA;
}
.AnyTagClassName
{
color: #D05EDA;
}
</style>
background-color css
<style>
a { background-color: #D05EDA; }
a { background-color: rgb(208,94,218); }
div.DivClassName
{
background-color: #D05EDA;
}
.BgClassName
{
background-color: #D05EDA;
}
</style>
border-color css
<style>
span { border-color: #D05EDA; }
span { border-color: rgb(208,94,218); }
td.TdClassName
{
border-color: #D05EDA;
}
.TagClassName
{
border-color: #D05EDA;
}
</style>