Shades of Orchid #D86CDC
Tints of Orchid #D86CDC
RGB
CMYK
RGB Variations
Color information
#D86CDC (or 0xD86CDC) is known color: Orchid. HEX triplet: D8, 6C and DC. RGB value is (216,108,220). Sum of RGB (Red+Green+Blue) = 216+108+220=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #D86CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CDC is #279323. Grayscale: #989898. Windows color (decimal): -2593572 or 14445784. OLE color: 14445784.
HSL color Cylindrical-coordinate representation of color #D86CDC: hue angle of 297.86º 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 #D86CDC is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 108 | 220 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.14 |
| HSL | 297.86º | 0.62% | 0.64% | - |
| HSV(B) | 297.86º | 0.51% | 0.86% | - |
| XYZ | 46.6 | 30.49 | 71.14 | - |
| YUV | 153.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 220 | 0.02 | 0.51 | 0 | 0.14 | 297.86 | 0.62 | 0.64 |
| Hex | D8 | 6C | DC | 2 | 33 | 0 | E | 12A | 3E | 40 |
| Octal | 330 | 154 | 334 | 2 | 63 | 0 | 16 | 452 | 76 | 100 |
| Binary | 11011000 | 1101100 | 11011100 | 10 | 110011 | 0 | 1110 | 100101010 | 111110 | 1000000 |
Color Harmonies of #D86CDC
Complementary color
Monochromatic Colors of #D86CDC
Black with #D86CDC
Text Example
Text Example
White with #D86CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CDC; }
p { color: rgb(216,108,220); }
H1.HeaderClassName
{
color: #D86CDC;
}
.AnyTagClassName
{
color: #D86CDC;
}
</style>
background-color css
<style>
a { background-color: #D86CDC; }
a { background-color: rgb(216,108,220); }
div.DivClassName
{
background-color: #D86CDC;
}
.BgClassName
{
background-color: #D86CDC;
}
</style>
border-color css
<style>
span { border-color: #D86CDC; }
span { border-color: rgb(216,108,220); }
td.TdClassName
{
border-color: #D86CDC;
}
.TagClassName
{
border-color: #D86CDC;
}
</style>