Shades of Orchid #D86BCB
Tints of Orchid #D86BCB
RGB
CMYK
RGB Variations
Color information
#D86BCB (or 0xD86BCB) is known color: Orchid. HEX triplet: D8, 6B and CB. RGB value is (216,107,203). Sum of RGB (Red+Green+Blue) = 216+107+203=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BCB is #279434. Grayscale: #969696. Windows color (decimal): -2593845 or 13331416. OLE color: 13331416.
HSL color Cylindrical-coordinate representation of color #D86BCB: hue angle of 307.16º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86BCB is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 203 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.15 |
| HSL | 307.16º | 0.58% | 0.63% | - |
| HSV(B) | 307.16º | 0.5% | 0.85% | - |
| XYZ | 44.36 | 29.43 | 59.84 | - |
| YUV | 150.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 203 | 0 | 0.50 | 0.06 | 0.15 | 307.16 | 0.58 | 0.63 |
| Hex | D8 | 6B | CB | 0 | 32 | 6 | F | 133 | 3A | 3F |
| Octal | 330 | 153 | 313 | 0 | 62 | 6 | 17 | 463 | 72 | 77 |
| Binary | 11011000 | 1101011 | 11001011 | 0 | 110010 | 110 | 1111 | 100110011 | 111010 | 111111 |
Color Harmonies of #D86BCB
Complementary color
Monochromatic Colors of #D86BCB
Black with #D86BCB
Text Example
Text Example
White with #D86BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BCB; }
p { color: rgb(216,107,203); }
H1.HeaderClassName
{
color: #D86BCB;
}
.AnyTagClassName
{
color: #D86BCB;
}
</style>
background-color css
<style>
a { background-color: #D86BCB; }
a { background-color: rgb(216,107,203); }
div.DivClassName
{
background-color: #D86BCB;
}
.BgClassName
{
background-color: #D86BCB;
}
</style>
border-color css
<style>
span { border-color: #D86BCB; }
span { border-color: rgb(216,107,203); }
td.TdClassName
{
border-color: #D86BCB;
}
.TagClassName
{
border-color: #D86BCB;
}
</style>