Shades of Orchid #E36EDB
Tints of Orchid #E36EDB
RGB
CMYK
RGB Variations
Color information
#E36EDB (or 0xE36EDB) is known color: Orchid. HEX triplet: E3, 6E and DB. RGB value is (227,110,219). Sum of RGB (Red+Green+Blue) = 227+110+219=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E36EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E36EDB is #1C9124. Grayscale: #9D9D9D. Windows color (decimal): -1872165 or 14380771. OLE color: 14380771.
HSL color Cylindrical-coordinate representation of color #E36EDB: hue angle of 304.1º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E36EDB is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 110 | 219 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.11 |
| HSL | 304.1º | 0.68% | 0.66% | - |
| HSV(B) | 304.1º | 0.52% | 0.89% | - |
| XYZ | 50.04 | 32.6 | 70.67 | - |
| YUV | 157.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 110 | 219 | 0 | 0.52 | 0.04 | 0.11 | 304.1 | 0.68 | 0.66 |
| Hex | E3 | 6E | DB | 0 | 34 | 4 | B | 130 | 44 | 42 |
| Octal | 343 | 156 | 333 | 0 | 64 | 4 | 13 | 460 | 104 | 102 |
| Binary | 11100011 | 1101110 | 11011011 | 0 | 110100 | 100 | 1011 | 100110000 | 1000100 | 1000010 |
Color Harmonies of #E36EDB
Complementary color
Monochromatic Colors of #E36EDB
Black with #E36EDB
Text Example
Text Example
White with #E36EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36EDB; }
p { color: rgb(227,110,219); }
H1.HeaderClassName
{
color: #E36EDB;
}
.AnyTagClassName
{
color: #E36EDB;
}
</style>
background-color css
<style>
a { background-color: #E36EDB; }
a { background-color: rgb(227,110,219); }
div.DivClassName
{
background-color: #E36EDB;
}
.BgClassName
{
background-color: #E36EDB;
}
</style>
border-color css
<style>
span { border-color: #E36EDB; }
span { border-color: rgb(227,110,219); }
td.TdClassName
{
border-color: #E36EDB;
}
.TagClassName
{
border-color: #E36EDB;
}
</style>