Shades of Orchid #D86FBC
Tints of Orchid #D86FBC
RGB
CMYK
RGB Variations
Color information
#D86FBC (or 0xD86FBC) is known color: Orchid. HEX triplet: D8, 6F and BC. RGB value is (216,111,188). Sum of RGB (Red+Green+Blue) = 216+111+188=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FBC is #279043. Grayscale: #969696. Windows color (decimal): -2592836 or 12349400. OLE color: 12349400.
HSL color Cylindrical-coordinate representation of color #D86FBC: hue angle of 316º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86FBC is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 188 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.15 |
| HSL | 316º | 0.57% | 0.64% | - |
| HSV(B) | 316º | 0.49% | 0.85% | - |
| XYZ | 43.08 | 29.6 | 51.02 | - |
| YUV | 151.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 188 | 0 | 0.49 | 0.13 | 0.15 | 316 | 0.57 | 0.64 |
| Hex | D8 | 6F | BC | 0 | 31 | D | F | 13C | 39 | 40 |
| Octal | 330 | 157 | 274 | 0 | 61 | 15 | 17 | 474 | 71 | 100 |
| Binary | 11011000 | 1101111 | 10111100 | 0 | 110001 | 1101 | 1111 | 100111100 | 111001 | 1000000 |
Color Harmonies of #D86FBC
Complementary color
Monochromatic Colors of #D86FBC
Black with #D86FBC
Text Example
Text Example
White with #D86FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FBC; }
p { color: rgb(216,111,188); }
H1.HeaderClassName
{
color: #D86FBC;
}
.AnyTagClassName
{
color: #D86FBC;
}
</style>
background-color css
<style>
a { background-color: #D86FBC; }
a { background-color: rgb(216,111,188); }
div.DivClassName
{
background-color: #D86FBC;
}
.BgClassName
{
background-color: #D86FBC;
}
</style>
border-color css
<style>
span { border-color: #D86FBC; }
span { border-color: rgb(216,111,188); }
td.TdClassName
{
border-color: #D86FBC;
}
.TagClassName
{
border-color: #D86FBC;
}
</style>