Shades of Orchid #D06ECC
Tints of Orchid #D06ECC
RGB
CMYK
RGB Variations
Color information
#D06ECC (or 0xD06ECC) is known color: Orchid. HEX triplet: D0, 6E and CC. RGB value is (208,110,204). Sum of RGB (Red+Green+Blue) = 208+110+204=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ECC is #2F9133. Grayscale: #959595. Windows color (decimal): -3117364 or 13397712. OLE color: 13397712.
HSL color Cylindrical-coordinate representation of color #D06ECC: hue angle of 302.45º 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 #D06ECC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 204 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.18 |
| HSL | 302.45º | 0.51% | 0.62% | - |
| HSV(B) | 302.45º | 0.47% | 0.82% | - |
| XYZ | 42.49 | 28.92 | 60.47 | - |
| YUV | 150.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 204 | 0 | 0.47 | 0.02 | 0.18 | 302.45 | 0.51 | 0.62 |
| Hex | D0 | 6E | CC | 0 | 2F | 2 | 12 | 12E | 33 | 3E |
| Octal | 320 | 156 | 314 | 0 | 57 | 2 | 22 | 456 | 63 | 76 |
| Binary | 11010000 | 1101110 | 11001100 | 0 | 101111 | 10 | 10010 | 100101110 | 110011 | 111110 |
Color Harmonies of #D06ECC
Complementary color
Monochromatic Colors of #D06ECC
Black with #D06ECC
Text Example
Text Example
White with #D06ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06ECC; }
p { color: rgb(208,110,204); }
H1.HeaderClassName
{
color: #D06ECC;
}
.AnyTagClassName
{
color: #D06ECC;
}
</style>
background-color css
<style>
a { background-color: #D06ECC; }
a { background-color: rgb(208,110,204); }
div.DivClassName
{
background-color: #D06ECC;
}
.BgClassName
{
background-color: #D06ECC;
}
</style>
border-color css
<style>
span { border-color: #D06ECC; }
span { border-color: rgb(208,110,204); }
td.TdClassName
{
border-color: #D06ECC;
}
.TagClassName
{
border-color: #D06ECC;
}
</style>