Shades of Orchid #D06ECE
Tints of Orchid #D06ECE
RGB
CMYK
RGB Variations
Color information
#D06ECE (or 0xD06ECE) is known color: Orchid. HEX triplet: D0, 6E and CE. RGB value is (208,110,206). Sum of RGB (Red+Green+Blue) = 208+110+206=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ECE is #2F9131. Grayscale: #959595. Windows color (decimal): -3117362 or 13528784. OLE color: 13528784.
HSL color Cylindrical-coordinate representation of color #D06ECE: hue angle of 301.22º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06ECE is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 206 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.18 |
| HSL | 301.22º | 0.51% | 0.62% | - |
| HSV(B) | 301.22º | 0.47% | 0.82% | - |
| XYZ | 42.73 | 29.02 | 61.74 | - |
| YUV | 150.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 206 | 0 | 0.47 | 0.01 | 0.18 | 301.22 | 0.51 | 0.62 |
| Hex | D0 | 6E | CE | 0 | 2F | 1 | 12 | 12D | 33 | 3E |
| Octal | 320 | 156 | 316 | 0 | 57 | 1 | 22 | 455 | 63 | 76 |
| Binary | 11010000 | 1101110 | 11001110 | 0 | 101111 | 1 | 10010 | 100101101 | 110011 | 111110 |
Color Harmonies of #D06ECE
Complementary color
Monochromatic Colors of #D06ECE
Black with #D06ECE
Text Example
Text Example
White with #D06ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06ECE; }
p { color: rgb(208,110,206); }
H1.HeaderClassName
{
color: #D06ECE;
}
.AnyTagClassName
{
color: #D06ECE;
}
</style>
background-color css
<style>
a { background-color: #D06ECE; }
a { background-color: rgb(208,110,206); }
div.DivClassName
{
background-color: #D06ECE;
}
.BgClassName
{
background-color: #D06ECE;
}
</style>
border-color css
<style>
span { border-color: #D06ECE; }
span { border-color: rgb(208,110,206); }
td.TdClassName
{
border-color: #D06ECE;
}
.TagClassName
{
border-color: #D06ECE;
}
</style>