Shades of Orchid #E37FDB
Tints of Orchid #E37FDB
RGB
CMYK
RGB Variations
Color information
#E37FDB (or 0xE37FDB) is known color: Orchid. HEX triplet: E3, 7F and DB. RGB value is (227,127,219). Sum of RGB (Red+Green+Blue) = 227+127+219=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FDB is #1C8024. Grayscale: #A7A7A7. Windows color (decimal): -1867813 or 14385123. OLE color: 14385123.
HSL color Cylindrical-coordinate representation of color #E37FDB: hue angle of 304.8º 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 #E37FDB is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 219 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.11 |
| HSL | 304.8º | 0.64% | 0.69% | - |
| HSV(B) | 304.8º | 0.44% | 0.89% | - |
| XYZ | 52.05 | 36.62 | 71.34 | - |
| YUV | 167.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 219 | 0 | 0.44 | 0.04 | 0.11 | 304.8 | 0.64 | 0.69 |
| Hex | E3 | 7F | DB | 0 | 2C | 4 | B | 131 | 40 | 45 |
| Octal | 343 | 177 | 333 | 0 | 54 | 4 | 13 | 461 | 100 | 105 |
| Binary | 11100011 | 1111111 | 11011011 | 0 | 101100 | 100 | 1011 | 100110001 | 1000000 | 1000101 |
Color Harmonies of #E37FDB
Complementary color
Monochromatic Colors of #E37FDB
Black with #E37FDB
Text Example
Text Example
White with #E37FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37FDB; }
p { color: rgb(227,127,219); }
H1.HeaderClassName
{
color: #E37FDB;
}
.AnyTagClassName
{
color: #E37FDB;
}
</style>
background-color css
<style>
a { background-color: #E37FDB; }
a { background-color: rgb(227,127,219); }
div.DivClassName
{
background-color: #E37FDB;
}
.BgClassName
{
background-color: #E37FDB;
}
</style>
border-color css
<style>
span { border-color: #E37FDB; }
span { border-color: rgb(227,127,219); }
td.TdClassName
{
border-color: #E37FDB;
}
.TagClassName
{
border-color: #E37FDB;
}
</style>