Shades of Orchid #D86CBF
Tints of Orchid #D86CBF
RGB
CMYK
RGB Variations
Color information
#D86CBF (or 0xD86CBF) is known color: Orchid. HEX triplet: D8, 6C and BF. RGB value is (216,108,191). Sum of RGB (Red+Green+Blue) = 216+108+191=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CBF is #279340. Grayscale: #959595. Windows color (decimal): -2593601 or 12545240. OLE color: 12545240.
HSL color Cylindrical-coordinate representation of color #D86CBF: hue angle of 313.89º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86CBF is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 191 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.15 |
| HSL | 313.89º | 0.58% | 0.64% | - |
| HSV(B) | 313.89º | 0.5% | 0.85% | - |
| XYZ | 43.09 | 29.09 | 52.63 | - |
| YUV | 149.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 191 | 0 | 0.50 | 0.12 | 0.15 | 313.89 | 0.58 | 0.64 |
| Hex | D8 | 6C | BF | 0 | 32 | C | F | 13A | 3A | 40 |
| Octal | 330 | 154 | 277 | 0 | 62 | 14 | 17 | 472 | 72 | 100 |
| Binary | 11011000 | 1101100 | 10111111 | 0 | 110010 | 1100 | 1111 | 100111010 | 111010 | 1000000 |
Color Harmonies of #D86CBF
Complementary color
Monochromatic Colors of #D86CBF
Black with #D86CBF
Text Example
Text Example
White with #D86CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CBF; }
p { color: rgb(216,108,191); }
H1.HeaderClassName
{
color: #D86CBF;
}
.AnyTagClassName
{
color: #D86CBF;
}
</style>
background-color css
<style>
a { background-color: #D86CBF; }
a { background-color: rgb(216,108,191); }
div.DivClassName
{
background-color: #D86CBF;
}
.BgClassName
{
background-color: #D86CBF;
}
</style>
border-color css
<style>
span { border-color: #D86CBF; }
span { border-color: rgb(216,108,191); }
td.TdClassName
{
border-color: #D86CBF;
}
.TagClassName
{
border-color: #D86CBF;
}
</style>