Shades of Orchid #D87EDB
Tints of Orchid #D87EDB
RGB
CMYK
RGB Variations
Color information
#D87EDB (or 0xD87EDB) is known color: Orchid. HEX triplet: D8, 7E and DB. RGB value is (216,126,219). Sum of RGB (Red+Green+Blue) = 216+126+219=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #D87EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87EDB is #278124. Grayscale: #A3A3A3. Windows color (decimal): -2588965 or 14384856. OLE color: 14384856.
HSL color Cylindrical-coordinate representation of color #D87EDB: hue angle of 298.06º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87EDB is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 126 | 219 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.14 |
| HSL | 298.06º | 0.56% | 0.68% | - |
| HSV(B) | 298.06º | 0.42% | 0.86% | - |
| XYZ | 48.57 | 34.64 | 71.14 | - |
| YUV | 163.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 219 | 0.01 | 0.42 | 0 | 0.14 | 298.06 | 0.56 | 0.68 |
| Hex | D8 | 7E | DB | 1 | 2A | 0 | E | 12A | 38 | 44 |
| Octal | 330 | 176 | 333 | 1 | 52 | 0 | 16 | 452 | 70 | 104 |
| Binary | 11011000 | 1111110 | 11011011 | 1 | 101010 | 0 | 1110 | 100101010 | 111000 | 1000100 |
Color Harmonies of #D87EDB
Complementary color
Monochromatic Colors of #D87EDB
Black with #D87EDB
Text Example
Text Example
White with #D87EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87EDB; }
p { color: rgb(216,126,219); }
H1.HeaderClassName
{
color: #D87EDB;
}
.AnyTagClassName
{
color: #D87EDB;
}
</style>
background-color css
<style>
a { background-color: #D87EDB; }
a { background-color: rgb(216,126,219); }
div.DivClassName
{
background-color: #D87EDB;
}
.BgClassName
{
background-color: #D87EDB;
}
</style>
border-color css
<style>
span { border-color: #D87EDB; }
span { border-color: rgb(216,126,219); }
td.TdClassName
{
border-color: #D87EDB;
}
.TagClassName
{
border-color: #D87EDB;
}
</style>