Shades of Orchid #D86BDC
Tints of Orchid #D86BDC
RGB
CMYK
RGB Variations
Color information
#D86BDC (or 0xD86BDC) is known color: Orchid. HEX triplet: D8, 6B and DC. RGB value is (216,107,220). Sum of RGB (Red+Green+Blue) = 216+107+220=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #D86BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86BDC is #279423. Grayscale: #989898. Windows color (decimal): -2593828 or 14445528. OLE color: 14445528.
HSL color Cylindrical-coordinate representation of color #D86BDC: hue angle of 297.88º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86BDC is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 107 | 220 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.14 |
| HSL | 297.88º | 0.62% | 0.64% | - |
| HSV(B) | 297.88º | 0.51% | 0.86% | - |
| XYZ | 46.49 | 30.28 | 71.1 | - |
| YUV | 152.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 107 | 220 | 0.02 | 0.51 | 0 | 0.14 | 297.88 | 0.62 | 0.64 |
| Hex | D8 | 6B | DC | 2 | 33 | 0 | E | 12A | 3E | 40 |
| Octal | 330 | 153 | 334 | 2 | 63 | 0 | 16 | 452 | 76 | 100 |
| Binary | 11011000 | 1101011 | 11011100 | 10 | 110011 | 0 | 1110 | 100101010 | 111110 | 1000000 |
Color Harmonies of #D86BDC
Complementary color
Monochromatic Colors of #D86BDC
Black with #D86BDC
Text Example
Text Example
White with #D86BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86BDC; }
p { color: rgb(216,107,220); }
H1.HeaderClassName
{
color: #D86BDC;
}
.AnyTagClassName
{
color: #D86BDC;
}
</style>
background-color css
<style>
a { background-color: #D86BDC; }
a { background-color: rgb(216,107,220); }
div.DivClassName
{
background-color: #D86BDC;
}
.BgClassName
{
background-color: #D86BDC;
}
</style>
border-color css
<style>
span { border-color: #D86BDC; }
span { border-color: rgb(216,107,220); }
td.TdClassName
{
border-color: #D86BDC;
}
.TagClassName
{
border-color: #D86BDC;
}
</style>