Shades of Orchid #D86CDB
Tints of Orchid #D86CDB
RGB
CMYK
RGB Variations
Color information
#D86CDB (or 0xD86CDB) is known color: Orchid. HEX triplet: D8, 6C and DB. RGB value is (216,108,219). Sum of RGB (Red+Green+Blue) = 216+108+219=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #D86CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CDB is #279324. Grayscale: #989898. Windows color (decimal): -2593573 or 14380248. OLE color: 14380248.
HSL color Cylindrical-coordinate representation of color #D86CDB: hue angle of 298.38º degrees, saturation: 0.61, 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 #D86CDB is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 108 | 219 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.14 |
| HSL | 298.38º | 0.61% | 0.64% | - |
| HSV(B) | 298.38º | 0.51% | 0.86% | - |
| XYZ | 46.47 | 30.44 | 70.44 | - |
| YUV | 152.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 219 | 0.01 | 0.51 | 0 | 0.14 | 298.38 | 0.61 | 0.64 |
| Hex | D8 | 6C | DB | 1 | 33 | 0 | E | 12A | 3D | 40 |
| Octal | 330 | 154 | 333 | 1 | 63 | 0 | 16 | 452 | 75 | 100 |
| Binary | 11011000 | 1101100 | 11011011 | 1 | 110011 | 0 | 1110 | 100101010 | 111101 | 1000000 |
Color Harmonies of #D86CDB
Complementary color
Monochromatic Colors of #D86CDB
Black with #D86CDB
Text Example
Text Example
White with #D86CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CDB; }
p { color: rgb(216,108,219); }
H1.HeaderClassName
{
color: #D86CDB;
}
.AnyTagClassName
{
color: #D86CDB;
}
</style>
background-color css
<style>
a { background-color: #D86CDB; }
a { background-color: rgb(216,108,219); }
div.DivClassName
{
background-color: #D86CDB;
}
.BgClassName
{
background-color: #D86CDB;
}
</style>
border-color css
<style>
span { border-color: #D86CDB; }
span { border-color: rgb(216,108,219); }
td.TdClassName
{
border-color: #D86CDB;
}
.TagClassName
{
border-color: #D86CDB;
}
</style>