Shades of Orchid #E37EDB
Tints of Orchid #E37EDB
RGB
CMYK
RGB Variations
Color information
#E37EDB (or 0xE37EDB) is known color: Orchid. HEX triplet: E3, 7E and DB. RGB value is (227,126,219). Sum of RGB (Red+Green+Blue) = 227+126+219=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E37EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37EDB is #1C8124. Grayscale: #A6A6A6. Windows color (decimal): -1868069 or 14384867. OLE color: 14384867.
HSL color Cylindrical-coordinate representation of color #E37EDB: hue angle of 304.75º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37EDB is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 219 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.11 |
| HSL | 304.75º | 0.64% | 0.69% | - |
| HSV(B) | 304.75º | 0.44% | 0.89% | - |
| XYZ | 51.93 | 36.37 | 71.3 | - |
| YUV | 166.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 219 | 0 | 0.44 | 0.04 | 0.11 | 304.75 | 0.64 | 0.69 |
| Hex | E3 | 7E | DB | 0 | 2C | 4 | B | 131 | 40 | 45 |
| Octal | 343 | 176 | 333 | 0 | 54 | 4 | 13 | 461 | 100 | 105 |
| Binary | 11100011 | 1111110 | 11011011 | 0 | 101100 | 100 | 1011 | 100110001 | 1000000 | 1000101 |
Color Harmonies of #E37EDB
Complementary color
Monochromatic Colors of #E37EDB
Black with #E37EDB
Text Example
Text Example
White with #E37EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37EDB; }
p { color: rgb(227,126,219); }
H1.HeaderClassName
{
color: #E37EDB;
}
.AnyTagClassName
{
color: #E37EDB;
}
</style>
background-color css
<style>
a { background-color: #E37EDB; }
a { background-color: rgb(227,126,219); }
div.DivClassName
{
background-color: #E37EDB;
}
.BgClassName
{
background-color: #E37EDB;
}
</style>
border-color css
<style>
span { border-color: #E37EDB; }
span { border-color: rgb(227,126,219); }
td.TdClassName
{
border-color: #E37EDB;
}
.TagClassName
{
border-color: #E37EDB;
}
</style>