Shades of Orchid #D06FC0
Tints of Orchid #D06FC0
RGB
CMYK
RGB Variations
Color information
#D06FC0 (or 0xD06FC0) is known color: Orchid. HEX triplet: D0, 6F and C0. RGB value is (208,111,192). Sum of RGB (Red+Green+Blue) = 208+111+192=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FC0 is #2F903F. Grayscale: #959595. Windows color (decimal): -3117120 or 12611536. OLE color: 12611536.
HSL color Cylindrical-coordinate representation of color #D06FC0: hue angle of 309.9º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06FC0 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 192 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.18 |
| HSL | 309.9º | 0.51% | 0.63% | - |
| HSV(B) | 309.9º | 0.47% | 0.82% | - |
| XYZ | 41.21 | 28.58 | 53.21 | - |
| YUV | 149.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 192 | 0 | 0.47 | 0.08 | 0.18 | 309.9 | 0.51 | 0.63 |
| Hex | D0 | 6F | C0 | 0 | 2F | 8 | 12 | 136 | 33 | 3F |
| Octal | 320 | 157 | 300 | 0 | 57 | 10 | 22 | 466 | 63 | 77 |
| Binary | 11010000 | 1101111 | 11000000 | 0 | 101111 | 1000 | 10010 | 100110110 | 110011 | 111111 |
Color Harmonies of #D06FC0
Complementary color
Monochromatic Colors of #D06FC0
Black with #D06FC0
Text Example
Text Example
White with #D06FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FC0; }
p { color: rgb(208,111,192); }
H1.HeaderClassName
{
color: #D06FC0;
}
.AnyTagClassName
{
color: #D06FC0;
}
</style>
background-color css
<style>
a { background-color: #D06FC0; }
a { background-color: rgb(208,111,192); }
div.DivClassName
{
background-color: #D06FC0;
}
.BgClassName
{
background-color: #D06FC0;
}
</style>
border-color css
<style>
span { border-color: #D06FC0; }
span { border-color: rgb(208,111,192); }
td.TdClassName
{
border-color: #D06FC0;
}
.TagClassName
{
border-color: #D06FC0;
}
</style>