Shades of Orchid #E37DDB
Tints of Orchid #E37DDB
RGB
CMYK
RGB Variations
Color information
#E37DDB (or 0xE37DDB) is known color: Orchid. HEX triplet: E3, 7D and DB. RGB value is (227,125,219). Sum of RGB (Red+Green+Blue) = 227+125+219=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DDB is #1C8224. Grayscale: #A5A5A5. Windows color (decimal): -1868325 or 14384611. OLE color: 14384611.
HSL color Cylindrical-coordinate representation of color #E37DDB: hue angle of 304.71º 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 #E37DDB is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 219 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.11 |
| HSL | 304.71º | 0.65% | 0.69% | - |
| HSV(B) | 304.71º | 0.45% | 0.89% | - |
| XYZ | 51.8 | 36.11 | 71.26 | - |
| YUV | 166.21 | 157.79 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 219 | 0 | 0.45 | 0.04 | 0.11 | 304.71 | 0.65 | 0.69 |
| Hex | E3 | 7D | DB | 0 | 2D | 4 | B | 131 | 41 | 45 |
| Octal | 343 | 175 | 333 | 0 | 55 | 4 | 13 | 461 | 101 | 105 |
| Binary | 11100011 | 1111101 | 11011011 | 0 | 101101 | 100 | 1011 | 100110001 | 1000001 | 1000101 |
Color Harmonies of #E37DDB
Complementary color
Monochromatic Colors of #E37DDB
Black with #E37DDB
Text Example
Text Example
White with #E37DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DDB; }
p { color: rgb(227,125,219); }
H1.HeaderClassName
{
color: #E37DDB;
}
.AnyTagClassName
{
color: #E37DDB;
}
</style>
background-color css
<style>
a { background-color: #E37DDB; }
a { background-color: rgb(227,125,219); }
div.DivClassName
{
background-color: #E37DDB;
}
.BgClassName
{
background-color: #E37DDB;
}
</style>
border-color css
<style>
span { border-color: #E37DDB; }
span { border-color: rgb(227,125,219); }
td.TdClassName
{
border-color: #E37DDB;
}
.TagClassName
{
border-color: #E37DDB;
}
</style>