Shades of Orchid #D86BBC
Tints of Orchid #D86BBC
RGB
CMYK
RGB Variations
Color information
#D86BBC (or 0xD86BBC) is known color: Orchid. HEX triplet: D8, 6B and BC. RGB value is (216,107,188). Sum of RGB (Red+Green+Blue) = 216+107+188=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D86BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BBC is #279443. Grayscale: #949494. Windows color (decimal): -2593860 or 12348376. OLE color: 12348376.
HSL color Cylindrical-coordinate representation of color #D86BBC: hue angle of 315.41º 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 #D86BBC is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 107 | 188 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.15 |
| HSL | 315.41º | 0.58% | 0.63% | - |
| HSV(B) | 315.41º | 0.5% | 0.85% | - |
| XYZ | 42.65 | 28.75 | 50.88 | - |
| YUV | 148.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 188 | 0 | 0.50 | 0.13 | 0.15 | 315.41 | 0.58 | 0.63 |
| Hex | D8 | 6B | BC | 0 | 32 | D | F | 13B | 3A | 3F |
| Octal | 330 | 153 | 274 | 0 | 62 | 15 | 17 | 473 | 72 | 77 |
| Binary | 11011000 | 1101011 | 10111100 | 0 | 110010 | 1101 | 1111 | 100111011 | 111010 | 111111 |
Color Harmonies of #D86BBC
Complementary color
Monochromatic Colors of #D86BBC
Black with #D86BBC
Text Example
Text Example
White with #D86BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BBC; }
p { color: rgb(216,107,188); }
H1.HeaderClassName
{
color: #D86BBC;
}
.AnyTagClassName
{
color: #D86BBC;
}
</style>
background-color css
<style>
a { background-color: #D86BBC; }
a { background-color: rgb(216,107,188); }
div.DivClassName
{
background-color: #D86BBC;
}
.BgClassName
{
background-color: #D86BBC;
}
</style>
border-color css
<style>
span { border-color: #D86BBC; }
span { border-color: rgb(216,107,188); }
td.TdClassName
{
border-color: #D86BBC;
}
.TagClassName
{
border-color: #D86BBC;
}
</style>