Shades of Orchid #E37CDF
Tints of Orchid #E37CDF
RGB
CMYK
RGB Variations
Color information
#E37CDF (or 0xE37CDF) is known color: Orchid. HEX triplet: E3, 7C and DF. RGB value is (227,124,223). Sum of RGB (Red+Green+Blue) = 227+124+223=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CDF is #1C8320. Grayscale: #A5A5A5. Windows color (decimal): -1868577 or 14646499. OLE color: 14646499.
HSL color Cylindrical-coordinate representation of color #E37CDF: hue angle of 302.33º 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 #E37CDF is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 124 | 223 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.11 |
| HSL | 302.33º | 0.65% | 0.69% | - |
| HSV(B) | 302.33º | 0.45% | 0.89% | - |
| XYZ | 52.21 | 36.07 | 74.02 | - |
| YUV | 166.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 124 | 223 | 0 | 0.45 | 0.02 | 0.11 | 302.33 | 0.65 | 0.69 |
| Hex | E3 | 7C | DF | 0 | 2D | 2 | B | 12E | 41 | 45 |
| Octal | 343 | 174 | 337 | 0 | 55 | 2 | 13 | 456 | 101 | 105 |
| Binary | 11100011 | 1111100 | 11011111 | 0 | 101101 | 10 | 1011 | 100101110 | 1000001 | 1000101 |
Color Harmonies of #E37CDF
Complementary color
Monochromatic Colors of #E37CDF
Black with #E37CDF
Text Example
Text Example
White with #E37CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37CDF; }
p { color: rgb(227,124,223); }
H1.HeaderClassName
{
color: #E37CDF;
}
.AnyTagClassName
{
color: #E37CDF;
}
</style>
background-color css
<style>
a { background-color: #E37CDF; }
a { background-color: rgb(227,124,223); }
div.DivClassName
{
background-color: #E37CDF;
}
.BgClassName
{
background-color: #E37CDF;
}
</style>
border-color css
<style>
span { border-color: #E37CDF; }
span { border-color: rgb(227,124,223); }
td.TdClassName
{
border-color: #E37CDF;
}
.TagClassName
{
border-color: #E37CDF;
}
</style>