Shades of Orchid #E086DB
Tints of Orchid #E086DB
RGB
CMYK
RGB Variations
Color information
#E086DB (or 0xE086DB) is known color: Orchid. HEX triplet: E0, 86 and DB. RGB value is (224,134,219). Sum of RGB (Red+Green+Blue) = 224+134+219=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E086DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086DB is #1F7924. Grayscale: #AAAAAA. Windows color (decimal): -2062629 or 14386912. OLE color: 14386912.
HSL color Cylindrical-coordinate representation of color #E086DB: hue angle of 303.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E086DB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 219 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.12 |
| HSL | 303.33º | 0.59% | 0.7% | - |
| HSV(B) | 303.33º | 0.4% | 0.88% | - |
| XYZ | 52.05 | 38.01 | 71.61 | - |
| YUV | 170.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 219 | 0 | 0.40 | 0.02 | 0.12 | 303.33 | 0.59 | 0.7 |
| Hex | E0 | 86 | DB | 0 | 28 | 2 | C | 12F | 3B | 46 |
| Octal | 340 | 206 | 333 | 0 | 50 | 2 | 14 | 457 | 73 | 106 |
| Binary | 11100000 | 10000110 | 11011011 | 0 | 101000 | 10 | 1100 | 100101111 | 111011 | 1000110 |
Color Harmonies of #E086DB
Complementary color
Monochromatic Colors of #E086DB
Black with #E086DB
Text Example
Text Example
White with #E086DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E086DB; }
p { color: rgb(224,134,219); }
H1.HeaderClassName
{
color: #E086DB;
}
.AnyTagClassName
{
color: #E086DB;
}
</style>
background-color css
<style>
a { background-color: #E086DB; }
a { background-color: rgb(224,134,219); }
div.DivClassName
{
background-color: #E086DB;
}
.BgClassName
{
background-color: #E086DB;
}
</style>
border-color css
<style>
span { border-color: #E086DB; }
span { border-color: rgb(224,134,219); }
td.TdClassName
{
border-color: #E086DB;
}
.TagClassName
{
border-color: #E086DB;
}
</style>