Shades of Orchid #E37DC9
Tints of Orchid #E37DC9
RGB
CMYK
RGB Variations
Color information
#E37DC9 (or 0xE37DC9) is known color: Orchid. HEX triplet: E3, 7D and C9. RGB value is (227,125,201). Sum of RGB (Red+Green+Blue) = 227+125+201=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DC9 is #1C8236. Grayscale: #A3A3A3. Windows color (decimal): -1868343 or 13204963. OLE color: 13204963.
HSL color Cylindrical-coordinate representation of color #E37DC9: hue angle of 315.29º 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 #E37DC9 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 201 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.11 |
| HSL | 315.29º | 0.65% | 0.69% | - |
| HSV(B) | 315.29º | 0.45% | 0.89% | - |
| XYZ | 49.55 | 35.22 | 59.44 | - |
| YUV | 164.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 201 | 0 | 0.45 | 0.11 | 0.11 | 315.29 | 0.65 | 0.69 |
| Hex | E3 | 7D | C9 | 0 | 2D | B | B | 13B | 41 | 45 |
| Octal | 343 | 175 | 311 | 0 | 55 | 13 | 13 | 473 | 101 | 105 |
| Binary | 11100011 | 1111101 | 11001001 | 0 | 101101 | 1011 | 1011 | 100111011 | 1000001 | 1000101 |
Color Harmonies of #E37DC9
Complementary color
Monochromatic Colors of #E37DC9
Black with #E37DC9
Text Example
Text Example
White with #E37DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DC9; }
p { color: rgb(227,125,201); }
H1.HeaderClassName
{
color: #E37DC9;
}
.AnyTagClassName
{
color: #E37DC9;
}
</style>
background-color css
<style>
a { background-color: #E37DC9; }
a { background-color: rgb(227,125,201); }
div.DivClassName
{
background-color: #E37DC9;
}
.BgClassName
{
background-color: #E37DC9;
}
</style>
border-color css
<style>
span { border-color: #E37DC9; }
span { border-color: rgb(227,125,201); }
td.TdClassName
{
border-color: #E37DC9;
}
.TagClassName
{
border-color: #E37DC9;
}
</style>