Shades of Orchid #D06DC0
Tints of Orchid #D06DC0
RGB
CMYK
RGB Variations
Color information
#D06DC0 (or 0xD06DC0) is known color: Orchid. HEX triplet: D0, 6D and C0. RGB value is (208,109,192). Sum of RGB (Red+Green+Blue) = 208+109+192=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DC0 is #2F923F. Grayscale: #939393. Windows color (decimal): -3117632 or 12611024. OLE color: 12611024.
HSL color Cylindrical-coordinate representation of color #D06DC0: hue angle of 309.7º 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 #D06DC0 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 192 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.18 |
| HSL | 309.7º | 0.51% | 0.62% | - |
| HSV(B) | 309.7º | 0.48% | 0.82% | - |
| XYZ | 41 | 28.15 | 53.14 | - |
| YUV | 148.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 192 | 0 | 0.48 | 0.08 | 0.18 | 309.7 | 0.51 | 0.62 |
| Hex | D0 | 6D | C0 | 0 | 30 | 8 | 12 | 136 | 33 | 3E |
| Octal | 320 | 155 | 300 | 0 | 60 | 10 | 22 | 466 | 63 | 76 |
| Binary | 11010000 | 1101101 | 11000000 | 0 | 110000 | 1000 | 10010 | 100110110 | 110011 | 111110 |
Color Harmonies of #D06DC0
Complementary color
Monochromatic Colors of #D06DC0
Black with #D06DC0
Text Example
Text Example
White with #D06DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DC0; }
p { color: rgb(208,109,192); }
H1.HeaderClassName
{
color: #D06DC0;
}
.AnyTagClassName
{
color: #D06DC0;
}
</style>
background-color css
<style>
a { background-color: #D06DC0; }
a { background-color: rgb(208,109,192); }
div.DivClassName
{
background-color: #D06DC0;
}
.BgClassName
{
background-color: #D06DC0;
}
</style>
border-color css
<style>
span { border-color: #D06DC0; }
span { border-color: rgb(208,109,192); }
td.TdClassName
{
border-color: #D06DC0;
}
.TagClassName
{
border-color: #D06DC0;
}
</style>