Shades of Orchid #D06BCB
Tints of Orchid #D06BCB
RGB
CMYK
RGB Variations
Color information
#D06BCB (or 0xD06BCB) is known color: Orchid. HEX triplet: D0, 6B and CB. RGB value is (208,107,203). Sum of RGB (Red+Green+Blue) = 208+107+203=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BCB is #2F9434. Grayscale: #939393. Windows color (decimal): -3118133 or 13331408. OLE color: 13331408.
HSL color Cylindrical-coordinate representation of color #D06BCB: hue angle of 302.97º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06BCB is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 203 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.18 |
| HSL | 302.97º | 0.52% | 0.62% | - |
| HSV(B) | 302.97º | 0.49% | 0.82% | - |
| XYZ | 42.05 | 28.24 | 59.73 | - |
| YUV | 148.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 203 | 0 | 0.49 | 0.02 | 0.18 | 302.97 | 0.52 | 0.62 |
| Hex | D0 | 6B | CB | 0 | 31 | 2 | 12 | 12F | 34 | 3E |
| Octal | 320 | 153 | 313 | 0 | 61 | 2 | 22 | 457 | 64 | 76 |
| Binary | 11010000 | 1101011 | 11001011 | 0 | 110001 | 10 | 10010 | 100101111 | 110100 | 111110 |
Color Harmonies of #D06BCB
Complementary color
Monochromatic Colors of #D06BCB
Black with #D06BCB
Text Example
Text Example
White with #D06BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BCB; }
p { color: rgb(208,107,203); }
H1.HeaderClassName
{
color: #D06BCB;
}
.AnyTagClassName
{
color: #D06BCB;
}
</style>
background-color css
<style>
a { background-color: #D06BCB; }
a { background-color: rgb(208,107,203); }
div.DivClassName
{
background-color: #D06BCB;
}
.BgClassName
{
background-color: #D06BCB;
}
</style>
border-color css
<style>
span { border-color: #D06BCB; }
span { border-color: rgb(208,107,203); }
td.TdClassName
{
border-color: #D06BCB;
}
.TagClassName
{
border-color: #D06BCB;
}
</style>