Shades of Orchid #D05EE0
Tints of Orchid #D05EE0
RGB
CMYK
RGB Variations
Color information
#D05EE0 (or 0xD05EE0) is known color: Orchid. HEX triplet: D0, 5E and E0. RGB value is (208,94,224). Sum of RGB (Red+Green+Blue) = 208+94+224=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #D05EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EE0 is #2FA11F. Grayscale: #8E8E8E. Windows color (decimal): -3121440 or 14704336. OLE color: 14704336.
HSL color Cylindrical-coordinate representation of color #D05EE0: hue angle of 292.62º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05EE0 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 94 | 224 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.12 |
| HSL | 292.62º | 0.68% | 0.62% | - |
| HSV(B) | 292.62º | 0.58% | 0.88% | - |
| XYZ | 43.47 | 26.8 | 73.4 | - |
| YUV | 142.91 | 173.77 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 224 | 0.07 | 0.58 | 0 | 0.12 | 292.62 | 0.68 | 0.62 |
| Hex | D0 | 5E | E0 | 7 | 3A | 0 | C | 125 | 44 | 3E |
| Octal | 320 | 136 | 340 | 7 | 72 | 0 | 14 | 445 | 104 | 76 |
| Binary | 11010000 | 1011110 | 11100000 | 111 | 111010 | 0 | 1100 | 100100101 | 1000100 | 111110 |
Color Harmonies of #D05EE0
Complementary color
Monochromatic Colors of #D05EE0
Black with #D05EE0
Text Example
Text Example
White with #D05EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05EE0; }
p { color: rgb(208,94,224); }
H1.HeaderClassName
{
color: #D05EE0;
}
.AnyTagClassName
{
color: #D05EE0;
}
</style>
background-color css
<style>
a { background-color: #D05EE0; }
a { background-color: rgb(208,94,224); }
div.DivClassName
{
background-color: #D05EE0;
}
.BgClassName
{
background-color: #D05EE0;
}
</style>
border-color css
<style>
span { border-color: #D05EE0; }
span { border-color: rgb(208,94,224); }
td.TdClassName
{
border-color: #D05EE0;
}
.TagClassName
{
border-color: #D05EE0;
}
</style>