Shades of Orchid #D06DCC
Tints of Orchid #D06DCC
RGB
CMYK
RGB Variations
Color information
#D06DCC (or 0xD06DCC) is known color: Orchid. HEX triplet: D0, 6D and CC. RGB value is (208,109,204). Sum of RGB (Red+Green+Blue) = 208+109+204=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DCC is #2F9233. Grayscale: #959595. Windows color (decimal): -3117620 or 13397456. OLE color: 13397456.
HSL color Cylindrical-coordinate representation of color #D06DCC: hue angle of 302.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06DCC is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 204 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.18 |
| HSL | 302.42º | 0.51% | 0.62% | - |
| HSV(B) | 302.42º | 0.48% | 0.82% | - |
| XYZ | 42.38 | 28.71 | 60.43 | - |
| YUV | 149.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 204 | 0 | 0.48 | 0.02 | 0.18 | 302.42 | 0.51 | 0.62 |
| Hex | D0 | 6D | CC | 0 | 30 | 2 | 12 | 12E | 33 | 3E |
| Octal | 320 | 155 | 314 | 0 | 60 | 2 | 22 | 456 | 63 | 76 |
| Binary | 11010000 | 1101101 | 11001100 | 0 | 110000 | 10 | 10010 | 100101110 | 110011 | 111110 |
Color Harmonies of #D06DCC
Complementary color
Monochromatic Colors of #D06DCC
Black with #D06DCC
Text Example
Text Example
White with #D06DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DCC; }
p { color: rgb(208,109,204); }
H1.HeaderClassName
{
color: #D06DCC;
}
.AnyTagClassName
{
color: #D06DCC;
}
</style>
background-color css
<style>
a { background-color: #D06DCC; }
a { background-color: rgb(208,109,204); }
div.DivClassName
{
background-color: #D06DCC;
}
.BgClassName
{
background-color: #D06DCC;
}
</style>
border-color css
<style>
span { border-color: #D06DCC; }
span { border-color: rgb(208,109,204); }
td.TdClassName
{
border-color: #D06DCC;
}
.TagClassName
{
border-color: #D06DCC;
}
</style>