Shades of Orchid #D86DDC
Tints of Orchid #D86DDC
RGB
CMYK
RGB Variations
Color information
#D86DDC (or 0xD86DDC) is known color: Orchid. HEX triplet: D8, 6D and DC. RGB value is (216,109,220). Sum of RGB (Red+Green+Blue) = 216+109+220=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #D86DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DDC is #279223. Grayscale: #999999. Windows color (decimal): -2593316 or 14446040. OLE color: 14446040.
HSL color Cylindrical-coordinate representation of color #D86DDC: hue angle of 297.84º 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 #D86DDC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 109 | 220 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.14 |
| HSL | 297.84º | 0.61% | 0.65% | - |
| HSV(B) | 297.84º | 0.5% | 0.86% | - |
| XYZ | 46.71 | 30.7 | 71.17 | - |
| YUV | 153.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 220 | 0.02 | 0.50 | 0 | 0.14 | 297.84 | 0.61 | 0.65 |
| Hex | D8 | 6D | DC | 2 | 32 | 0 | E | 12A | 3D | 41 |
| Octal | 330 | 155 | 334 | 2 | 62 | 0 | 16 | 452 | 75 | 101 |
| Binary | 11011000 | 1101101 | 11011100 | 10 | 110010 | 0 | 1110 | 100101010 | 111101 | 1000001 |
Color Harmonies of #D86DDC
Complementary color
Monochromatic Colors of #D86DDC
Black with #D86DDC
Text Example
Text Example
White with #D86DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DDC; }
p { color: rgb(216,109,220); }
H1.HeaderClassName
{
color: #D86DDC;
}
.AnyTagClassName
{
color: #D86DDC;
}
</style>
background-color css
<style>
a { background-color: #D86DDC; }
a { background-color: rgb(216,109,220); }
div.DivClassName
{
background-color: #D86DDC;
}
.BgClassName
{
background-color: #D86DDC;
}
</style>
border-color css
<style>
span { border-color: #D86DDC; }
span { border-color: rgb(216,109,220); }
td.TdClassName
{
border-color: #D86DDC;
}
.TagClassName
{
border-color: #D86DDC;
}
</style>