Shades of Orchid #E86CDB
Tints of Orchid #E86CDB
RGB
CMYK
RGB Variations
Color information
#E86CDB (or 0xE86CDB) is known color: Orchid. HEX triplet: E8, 6C and DB. RGB value is (232,108,219). Sum of RGB (Red+Green+Blue) = 232+108+219=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CDB is #179324. Grayscale: #9D9D9D. Windows color (decimal): -1544997 or 14380264. OLE color: 14380264.
HSL color Cylindrical-coordinate representation of color #E86CDB: hue angle of 306.29º 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 #E86CDB is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 219 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.09 |
| HSL | 306.29º | 0.73% | 0.67% | - |
| HSV(B) | 306.29º | 0.53% | 0.91% | - |
| XYZ | 51.43 | 33 | 70.68 | - |
| YUV | 157.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 219 | 0 | 0.53 | 0.06 | 0.09 | 306.29 | 0.73 | 0.67 |
| Hex | E8 | 6C | DB | 0 | 35 | 6 | 9 | 132 | 49 | 43 |
| Octal | 350 | 154 | 333 | 0 | 65 | 6 | 11 | 462 | 111 | 103 |
| Binary | 11101000 | 1101100 | 11011011 | 0 | 110101 | 110 | 1001 | 100110010 | 1001001 | 1000011 |
Color Harmonies of #E86CDB
Complementary color
Monochromatic Colors of #E86CDB
Black with #E86CDB
Text Example
Text Example
White with #E86CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86CDB; }
p { color: rgb(232,108,219); }
H1.HeaderClassName
{
color: #E86CDB;
}
.AnyTagClassName
{
color: #E86CDB;
}
</style>
background-color css
<style>
a { background-color: #E86CDB; }
a { background-color: rgb(232,108,219); }
div.DivClassName
{
background-color: #E86CDB;
}
.BgClassName
{
background-color: #E86CDB;
}
</style>
border-color css
<style>
span { border-color: #E86CDB; }
span { border-color: rgb(232,108,219); }
td.TdClassName
{
border-color: #E86CDB;
}
.TagClassName
{
border-color: #E86CDB;
}
</style>