Shades of Orchid #D06CBF
Tints of Orchid #D06CBF
RGB
CMYK
RGB Variations
Color information
#D06CBF (or 0xD06CBF) is known color: Orchid. HEX triplet: D0, 6C and BF. RGB value is (208,108,191). Sum of RGB (Red+Green+Blue) = 208+108+191=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D06CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06CBF is #2F9340. Grayscale: #939393. Windows color (decimal): -3117889 or 12545232. OLE color: 12545232.
HSL color Cylindrical-coordinate representation of color #D06CBF: hue angle of 310.2º degrees, saturation: 0.52, 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 #D06CBF is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 108 | 191 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.18 |
| HSL | 310.2º | 0.52% | 0.62% | - |
| HSV(B) | 310.2º | 0.48% | 0.82% | - |
| XYZ | 40.78 | 27.9 | 52.53 | - |
| YUV | 147.36 | 152.63 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 108 | 191 | 0 | 0.48 | 0.08 | 0.18 | 310.2 | 0.52 | 0.62 |
| Hex | D0 | 6C | BF | 0 | 30 | 8 | 12 | 136 | 34 | 3E |
| Octal | 320 | 154 | 277 | 0 | 60 | 10 | 22 | 466 | 64 | 76 |
| Binary | 11010000 | 1101100 | 10111111 | 0 | 110000 | 1000 | 10010 | 100110110 | 110100 | 111110 |
Color Harmonies of #D06CBF
Complementary color
Monochromatic Colors of #D06CBF
Black with #D06CBF
Text Example
Text Example
White with #D06CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06CBF; }
p { color: rgb(208,108,191); }
H1.HeaderClassName
{
color: #D06CBF;
}
.AnyTagClassName
{
color: #D06CBF;
}
</style>
background-color css
<style>
a { background-color: #D06CBF; }
a { background-color: rgb(208,108,191); }
div.DivClassName
{
background-color: #D06CBF;
}
.BgClassName
{
background-color: #D06CBF;
}
</style>
border-color css
<style>
span { border-color: #D06CBF; }
span { border-color: rgb(208,108,191); }
td.TdClassName
{
border-color: #D06CBF;
}
.TagClassName
{
border-color: #D06CBF;
}
</style>