Shades of Orchid #D06DCB
Tints of Orchid #D06DCB
RGB
CMYK
RGB Variations
Color information
#D06DCB (or 0xD06DCB) is known color: Orchid. HEX triplet: D0, 6D and CB. RGB value is (208,109,203). Sum of RGB (Red+Green+Blue) = 208+109+203=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06DCB is #2F9234. Grayscale: #959595. Windows color (decimal): -3117621 or 13331920. OLE color: 13331920.
HSL color Cylindrical-coordinate representation of color #D06DCB: hue angle of 303.03º 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 #D06DCB is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 203 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.18 |
| HSL | 303.03º | 0.51% | 0.62% | - |
| HSV(B) | 303.03º | 0.48% | 0.82% | - |
| XYZ | 42.26 | 28.66 | 59.8 | - |
| YUV | 149.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 203 | 0 | 0.48 | 0.02 | 0.18 | 303.03 | 0.51 | 0.62 |
| Hex | D0 | 6D | CB | 0 | 30 | 2 | 12 | 12F | 33 | 3E |
| Octal | 320 | 155 | 313 | 0 | 60 | 2 | 22 | 457 | 63 | 76 |
| Binary | 11010000 | 1101101 | 11001011 | 0 | 110000 | 10 | 10010 | 100101111 | 110011 | 111110 |
Color Harmonies of #D06DCB
Complementary color
Monochromatic Colors of #D06DCB
Black with #D06DCB
Text Example
Text Example
White with #D06DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DCB; }
p { color: rgb(208,109,203); }
H1.HeaderClassName
{
color: #D06DCB;
}
.AnyTagClassName
{
color: #D06DCB;
}
</style>
background-color css
<style>
a { background-color: #D06DCB; }
a { background-color: rgb(208,109,203); }
div.DivClassName
{
background-color: #D06DCB;
}
.BgClassName
{
background-color: #D06DCB;
}
</style>
border-color css
<style>
span { border-color: #D06DCB; }
span { border-color: rgb(208,109,203); }
td.TdClassName
{
border-color: #D06DCB;
}
.TagClassName
{
border-color: #D06DCB;
}
</style>