Shades of Orchid #E37CDE
Tints of Orchid #E37CDE
RGB
CMYK
RGB Variations
Color information
#E37CDE (or 0xE37CDE) is known color: Orchid. HEX triplet: E3, 7C and DE. RGB value is (227,124,222). Sum of RGB (Red+Green+Blue) = 227+124+222=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CDE is #1C8321. Grayscale: #A5A5A5. Windows color (decimal): -1868578 or 14580963. OLE color: 14580963.
HSL color Cylindrical-coordinate representation of color #E37CDE: hue angle of 302.91º 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 #E37CDE is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 124 | 222 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.11 |
| HSL | 302.91º | 0.65% | 0.69% | - |
| HSV(B) | 302.91º | 0.45% | 0.89% | - |
| XYZ | 52.07 | 36.02 | 73.32 | - |
| YUV | 165.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 124 | 222 | 0 | 0.45 | 0.02 | 0.11 | 302.91 | 0.65 | 0.69 |
| Hex | E3 | 7C | DE | 0 | 2D | 2 | B | 12F | 41 | 45 |
| Octal | 343 | 174 | 336 | 0 | 55 | 2 | 13 | 457 | 101 | 105 |
| Binary | 11100011 | 1111100 | 11011110 | 0 | 101101 | 10 | 1011 | 100101111 | 1000001 | 1000101 |
Color Harmonies of #E37CDE
Complementary color
Monochromatic Colors of #E37CDE
Black with #E37CDE
Text Example
Text Example
White with #E37CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37CDE; }
p { color: rgb(227,124,222); }
H1.HeaderClassName
{
color: #E37CDE;
}
.AnyTagClassName
{
color: #E37CDE;
}
</style>
background-color css
<style>
a { background-color: #E37CDE; }
a { background-color: rgb(227,124,222); }
div.DivClassName
{
background-color: #E37CDE;
}
.BgClassName
{
background-color: #E37CDE;
}
</style>
border-color css
<style>
span { border-color: #E37CDE; }
span { border-color: rgb(227,124,222); }
td.TdClassName
{
border-color: #E37CDE;
}
.TagClassName
{
border-color: #E37CDE;
}
</style>