Shades of Orchid #D86FDC
Tints of Orchid #D86FDC
RGB
CMYK
RGB Variations
Color information
#D86FDC (or 0xD86FDC) is known color: Orchid. HEX triplet: D8, 6F and DC. RGB value is (216,111,220). Sum of RGB (Red+Green+Blue) = 216+111+220=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #D86FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FDC is #279023. Grayscale: #9A9A9A. Windows color (decimal): -2592804 or 14446552. OLE color: 14446552.
HSL color Cylindrical-coordinate representation of color #D86FDC: hue angle of 297.8º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86FDC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 111 | 220 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.14 |
| HSL | 297.8º | 0.61% | 0.65% | - |
| HSV(B) | 297.8º | 0.5% | 0.86% | - |
| XYZ | 46.92 | 31.14 | 71.25 | - |
| YUV | 154.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 220 | 0.02 | 0.50 | 0 | 0.14 | 297.8 | 0.61 | 0.65 |
| Hex | D8 | 6F | DC | 2 | 32 | 0 | E | 12A | 3D | 41 |
| Octal | 330 | 157 | 334 | 2 | 62 | 0 | 16 | 452 | 75 | 101 |
| Binary | 11011000 | 1101111 | 11011100 | 10 | 110010 | 0 | 1110 | 100101010 | 111101 | 1000001 |
Color Harmonies of #D86FDC
Complementary color
Monochromatic Colors of #D86FDC
Black with #D86FDC
Text Example
Text Example
White with #D86FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FDC; }
p { color: rgb(216,111,220); }
H1.HeaderClassName
{
color: #D86FDC;
}
.AnyTagClassName
{
color: #D86FDC;
}
</style>
background-color css
<style>
a { background-color: #D86FDC; }
a { background-color: rgb(216,111,220); }
div.DivClassName
{
background-color: #D86FDC;
}
.BgClassName
{
background-color: #D86FDC;
}
</style>
border-color css
<style>
span { border-color: #D86FDC; }
span { border-color: rgb(216,111,220); }
td.TdClassName
{
border-color: #D86FDC;
}
.TagClassName
{
border-color: #D86FDC;
}
</style>