Shades of Orchid #D86BE0
Tints of Orchid #D86BE0
RGB
CMYK
RGB Variations
Color information
#D86BE0 (or 0xD86BE0) is known color: Orchid. HEX triplet: D8, 6B and E0. RGB value is (216,107,224). Sum of RGB (Red+Green+Blue) = 216+107+224=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #D86BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BE0 is #27941F. Grayscale: #989898. Windows color (decimal): -2593824 or 14707672. OLE color: 14707672.
HSL color Cylindrical-coordinate representation of color #D86BE0: hue angle of 295.9º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86BE0 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 107 | 224 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.12 |
| HSL | 295.9º | 0.65% | 0.65% | - |
| HSV(B) | 295.9º | 0.52% | 0.88% | - |
| XYZ | 47.03 | 30.5 | 73.93 | - |
| YUV | 152.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 224 | 0.04 | 0.52 | 0 | 0.12 | 295.9 | 0.65 | 0.65 |
| Hex | D8 | 6B | E0 | 4 | 34 | 0 | C | 128 | 41 | 41 |
| Octal | 330 | 153 | 340 | 4 | 64 | 0 | 14 | 450 | 101 | 101 |
| Binary | 11011000 | 1101011 | 11100000 | 100 | 110100 | 0 | 1100 | 100101000 | 1000001 | 1000001 |
Color Harmonies of #D86BE0
Complementary color
Monochromatic Colors of #D86BE0
Black with #D86BE0
Text Example
Text Example
White with #D86BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BE0; }
p { color: rgb(216,107,224); }
H1.HeaderClassName
{
color: #D86BE0;
}
.AnyTagClassName
{
color: #D86BE0;
}
</style>
background-color css
<style>
a { background-color: #D86BE0; }
a { background-color: rgb(216,107,224); }
div.DivClassName
{
background-color: #D86BE0;
}
.BgClassName
{
background-color: #D86BE0;
}
</style>
border-color css
<style>
span { border-color: #D86BE0; }
span { border-color: rgb(216,107,224); }
td.TdClassName
{
border-color: #D86BE0;
}
.TagClassName
{
border-color: #D86BE0;
}
</style>