Shades of Orchid #D86BDE
Tints of Orchid #D86BDE
RGB
CMYK
RGB Variations
Color information
#D86BDE (or 0xD86BDE) is known color: Orchid. HEX triplet: D8, 6B and DE. RGB value is (216,107,222). Sum of RGB (Red+Green+Blue) = 216+107+222=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #D86BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BDE is #279421. Grayscale: #989898. Windows color (decimal): -2593826 or 14576600. OLE color: 14576600.
HSL color Cylindrical-coordinate representation of color #D86BDE: hue angle of 296.87º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86BDE is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 107 | 222 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.13 |
| HSL | 296.87º | 0.64% | 0.65% | - |
| HSV(B) | 296.87º | 0.52% | 0.87% | - |
| XYZ | 46.76 | 30.39 | 72.51 | - |
| YUV | 152.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 222 | 0.03 | 0.52 | 0 | 0.13 | 296.87 | 0.64 | 0.65 |
| Hex | D8 | 6B | DE | 3 | 34 | 0 | D | 129 | 40 | 41 |
| Octal | 330 | 153 | 336 | 3 | 64 | 0 | 15 | 451 | 100 | 101 |
| Binary | 11011000 | 1101011 | 11011110 | 11 | 110100 | 0 | 1101 | 100101001 | 1000000 | 1000001 |
Color Harmonies of #D86BDE
Complementary color
Monochromatic Colors of #D86BDE
Black with #D86BDE
Text Example
Text Example
White with #D86BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BDE; }
p { color: rgb(216,107,222); }
H1.HeaderClassName
{
color: #D86BDE;
}
.AnyTagClassName
{
color: #D86BDE;
}
</style>
background-color css
<style>
a { background-color: #D86BDE; }
a { background-color: rgb(216,107,222); }
div.DivClassName
{
background-color: #D86BDE;
}
.BgClassName
{
background-color: #D86BDE;
}
</style>
border-color css
<style>
span { border-color: #D86BDE; }
span { border-color: rgb(216,107,222); }
td.TdClassName
{
border-color: #D86BDE;
}
.TagClassName
{
border-color: #D86BDE;
}
</style>