Shades of Orchid #E37CDB
Tints of Orchid #E37CDB
RGB
CMYK
RGB Variations
Color information
#E37CDB (or 0xE37CDB) is known color: Orchid. HEX triplet: E3, 7C and DB. RGB value is (227,124,219). Sum of RGB (Red+Green+Blue) = 227+124+219=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CDB is #1C8324. Grayscale: #A5A5A5. Windows color (decimal): -1868581 or 14384355. OLE color: 14384355.
HSL color Cylindrical-coordinate representation of color #E37CDB: hue angle of 304.66º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E37CDB is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 124 | 219 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.11 |
| HSL | 304.66º | 0.65% | 0.69% | - |
| HSV(B) | 304.66º | 0.45% | 0.89% | - |
| XYZ | 51.67 | 35.86 | 71.22 | - |
| YUV | 165.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 124 | 219 | 0 | 0.45 | 0.04 | 0.11 | 304.66 | 0.65 | 0.69 |
| Hex | E3 | 7C | DB | 0 | 2D | 4 | B | 131 | 41 | 45 |
| Octal | 343 | 174 | 333 | 0 | 55 | 4 | 13 | 461 | 101 | 105 |
| Binary | 11100011 | 1111100 | 11011011 | 0 | 101101 | 100 | 1011 | 100110001 | 1000001 | 1000101 |
Color Harmonies of #E37CDB
Complementary color
Monochromatic Colors of #E37CDB
Black with #E37CDB
Text Example
Text Example
White with #E37CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37CDB; }
p { color: rgb(227,124,219); }
H1.HeaderClassName
{
color: #E37CDB;
}
.AnyTagClassName
{
color: #E37CDB;
}
</style>
background-color css
<style>
a { background-color: #E37CDB; }
a { background-color: rgb(227,124,219); }
div.DivClassName
{
background-color: #E37CDB;
}
.BgClassName
{
background-color: #E37CDB;
}
</style>
border-color css
<style>
span { border-color: #E37CDB; }
span { border-color: rgb(227,124,219); }
td.TdClassName
{
border-color: #E37CDB;
}
.TagClassName
{
border-color: #E37CDB;
}
</style>