Shades of Orchid #D86CBC
Tints of Orchid #D86CBC
RGB
CMYK
RGB Variations
Color information
#D86CBC (or 0xD86CBC) is known color: Orchid. HEX triplet: D8, 6C and BC. RGB value is (216,108,188). Sum of RGB (Red+Green+Blue) = 216+108+188=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CBC is #279343. Grayscale: #959595. Windows color (decimal): -2593604 or 12348632. OLE color: 12348632.
HSL color Cylindrical-coordinate representation of color #D86CBC: hue angle of 315.56º 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 #D86CBC is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 188 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.15 |
| HSL | 315.56º | 0.58% | 0.64% | - |
| HSV(B) | 315.56º | 0.5% | 0.85% | - |
| XYZ | 42.76 | 28.95 | 50.91 | - |
| YUV | 149.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 188 | 0 | 0.50 | 0.13 | 0.15 | 315.56 | 0.58 | 0.64 |
| Hex | D8 | 6C | BC | 0 | 32 | D | F | 13C | 3A | 40 |
| Octal | 330 | 154 | 274 | 0 | 62 | 15 | 17 | 474 | 72 | 100 |
| Binary | 11011000 | 1101100 | 10111100 | 0 | 110010 | 1101 | 1111 | 100111100 | 111010 | 1000000 |
Color Harmonies of #D86CBC
Complementary color
Monochromatic Colors of #D86CBC
Black with #D86CBC
Text Example
Text Example
White with #D86CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CBC; }
p { color: rgb(216,108,188); }
H1.HeaderClassName
{
color: #D86CBC;
}
.AnyTagClassName
{
color: #D86CBC;
}
</style>
background-color css
<style>
a { background-color: #D86CBC; }
a { background-color: rgb(216,108,188); }
div.DivClassName
{
background-color: #D86CBC;
}
.BgClassName
{
background-color: #D86CBC;
}
</style>
border-color css
<style>
span { border-color: #D86CBC; }
span { border-color: rgb(216,108,188); }
td.TdClassName
{
border-color: #D86CBC;
}
.TagClassName
{
border-color: #D86CBC;
}
</style>