Shades of Orchid #E37ECF
Tints of Orchid #E37ECF
RGB
CMYK
RGB Variations
Color information
#E37ECF (or 0xE37ECF) is known color: Orchid. HEX triplet: E3, 7E and CF. RGB value is (227,126,207). Sum of RGB (Red+Green+Blue) = 227+126+207=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ECF is #1C8130. Grayscale: #A5A5A5. Windows color (decimal): -1868081 or 13598435. OLE color: 13598435.
HSL color Cylindrical-coordinate representation of color #E37ECF: hue angle of 311.88º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37ECF is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 126 | 207 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.11 |
| HSL | 311.88º | 0.64% | 0.69% | - |
| HSV(B) | 311.88º | 0.44% | 0.89% | - |
| XYZ | 50.4 | 35.76 | 63.28 | - |
| YUV | 165.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 126 | 207 | 0 | 0.44 | 0.09 | 0.11 | 311.88 | 0.64 | 0.69 |
| Hex | E3 | 7E | CF | 0 | 2C | 9 | B | 138 | 40 | 45 |
| Octal | 343 | 176 | 317 | 0 | 54 | 11 | 13 | 470 | 100 | 105 |
| Binary | 11100011 | 1111110 | 11001111 | 0 | 101100 | 1001 | 1011 | 100111000 | 1000000 | 1000101 |
Color Harmonies of #E37ECF
Complementary color
Monochromatic Colors of #E37ECF
Black with #E37ECF
Text Example
Text Example
White with #E37ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37ECF; }
p { color: rgb(227,126,207); }
H1.HeaderClassName
{
color: #E37ECF;
}
.AnyTagClassName
{
color: #E37ECF;
}
</style>
background-color css
<style>
a { background-color: #E37ECF; }
a { background-color: rgb(227,126,207); }
div.DivClassName
{
background-color: #E37ECF;
}
.BgClassName
{
background-color: #E37ECF;
}
</style>
border-color css
<style>
span { border-color: #E37ECF; }
span { border-color: rgb(227,126,207); }
td.TdClassName
{
border-color: #E37ECF;
}
.TagClassName
{
border-color: #E37ECF;
}
</style>