Shades of Orchid #E86EDB
Tints of Orchid #E86EDB
RGB
CMYK
RGB Variations
Color information
#E86EDB (or 0xE86EDB) is known color: Orchid. HEX triplet: E8, 6E and DB. RGB value is (232,110,219). Sum of RGB (Red+Green+Blue) = 232+110+219=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 110 (43.36% from 255 or 19.61% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E86EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86EDB is #179124. Grayscale: #9E9E9E. Windows color (decimal): -1544485 or 14380776. OLE color: 14380776.
HSL color Cylindrical-coordinate representation of color #E86EDB: hue angle of 306.39º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86EDB is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 219 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.09 |
| HSL | 306.39º | 0.73% | 0.67% | - |
| HSV(B) | 306.39º | 0.53% | 0.91% | - |
| XYZ | 51.64 | 33.42 | 70.75 | - |
| YUV | 158.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 219 | 0 | 0.53 | 0.06 | 0.09 | 306.39 | 0.73 | 0.67 |
| Hex | E8 | 6E | DB | 0 | 35 | 6 | 9 | 132 | 49 | 43 |
| Octal | 350 | 156 | 333 | 0 | 65 | 6 | 11 | 462 | 111 | 103 |
| Binary | 11101000 | 1101110 | 11011011 | 0 | 110101 | 110 | 1001 | 100110010 | 1001001 | 1000011 |
Color Harmonies of #E86EDB
Complementary color
Monochromatic Colors of #E86EDB
Black with #E86EDB
Text Example
Text Example
White with #E86EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86EDB; }
p { color: rgb(232,110,219); }
H1.HeaderClassName
{
color: #E86EDB;
}
.AnyTagClassName
{
color: #E86EDB;
}
</style>
background-color css
<style>
a { background-color: #E86EDB; }
a { background-color: rgb(232,110,219); }
div.DivClassName
{
background-color: #E86EDB;
}
.BgClassName
{
background-color: #E86EDB;
}
</style>
border-color css
<style>
span { border-color: #E86EDB; }
span { border-color: rgb(232,110,219); }
td.TdClassName
{
border-color: #E86EDB;
}
.TagClassName
{
border-color: #E86EDB;
}
</style>