Shades of Orchid #D05ECE
Tints of Orchid #D05ECE
RGB
CMYK
RGB Variations
Color information
#D05ECE (or 0xD05ECE) is known color: Orchid. HEX triplet: D0, 5E and CE. RGB value is (208,94,206). Sum of RGB (Red+Green+Blue) = 208+94+206=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D05ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ECE is #2FA131. Grayscale: #8C8C8C. Windows color (decimal): -3121458 or 13524688. OLE color: 13524688.
HSL color Cylindrical-coordinate representation of color #D05ECE: hue angle of 301.05º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05ECE is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 206 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.18 |
| HSL | 301.05º | 0.55% | 0.59% | - |
| HSV(B) | 301.05º | 0.55% | 0.82% | - |
| XYZ | 41.16 | 25.87 | 61.22 | - |
| YUV | 140.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 206 | 0 | 0.55 | 0.01 | 0.18 | 301.05 | 0.55 | 0.59 |
| Hex | D0 | 5E | CE | 0 | 37 | 1 | 12 | 12D | 37 | 3B |
| Octal | 320 | 136 | 316 | 0 | 67 | 1 | 22 | 455 | 67 | 73 |
| Binary | 11010000 | 1011110 | 11001110 | 0 | 110111 | 1 | 10010 | 100101101 | 110111 | 111011 |
Color Harmonies of #D05ECE
Complementary color
Monochromatic Colors of #D05ECE
Black with #D05ECE
Text Example
Text Example
White with #D05ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05ECE; }
p { color: rgb(208,94,206); }
H1.HeaderClassName
{
color: #D05ECE;
}
.AnyTagClassName
{
color: #D05ECE;
}
</style>
background-color css
<style>
a { background-color: #D05ECE; }
a { background-color: rgb(208,94,206); }
div.DivClassName
{
background-color: #D05ECE;
}
.BgClassName
{
background-color: #D05ECE;
}
</style>
border-color css
<style>
span { border-color: #D05ECE; }
span { border-color: rgb(208,94,206); }
td.TdClassName
{
border-color: #D05ECE;
}
.TagClassName
{
border-color: #D05ECE;
}
</style>