Shades of Orchid #E37CCC
Tints of Orchid #E37CCC
RGB
CMYK
RGB Variations
Color information
#E37CCC (or 0xE37CCC) is known color: Orchid. HEX triplet: E3, 7C and CC. RGB value is (227,124,204). Sum of RGB (Red+Green+Blue) = 227+124+204=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CCC is #1C8333. Grayscale: #A3A3A3. Windows color (decimal): -1868596 or 13401315. OLE color: 13401315.
HSL color Cylindrical-coordinate representation of color #E37CCC: hue angle of 313.4º 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 #E37CCC is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 124 | 204 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.11 |
| HSL | 313.4º | 0.65% | 0.69% | - |
| HSV(B) | 313.4º | 0.45% | 0.89% | - |
| XYZ | 49.79 | 35.11 | 61.28 | - |
| YUV | 163.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 124 | 204 | 0 | 0.45 | 0.10 | 0.11 | 313.4 | 0.65 | 0.69 |
| Hex | E3 | 7C | CC | 0 | 2D | A | B | 139 | 41 | 45 |
| Octal | 343 | 174 | 314 | 0 | 55 | 12 | 13 | 471 | 101 | 105 |
| Binary | 11100011 | 1111100 | 11001100 | 0 | 101101 | 1010 | 1011 | 100111001 | 1000001 | 1000101 |
Color Harmonies of #E37CCC
Complementary color
Monochromatic Colors of #E37CCC
Black with #E37CCC
Text Example
Text Example
White with #E37CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37CCC; }
p { color: rgb(227,124,204); }
H1.HeaderClassName
{
color: #E37CCC;
}
.AnyTagClassName
{
color: #E37CCC;
}
</style>
background-color css
<style>
a { background-color: #E37CCC; }
a { background-color: rgb(227,124,204); }
div.DivClassName
{
background-color: #E37CCC;
}
.BgClassName
{
background-color: #E37CCC;
}
</style>
border-color css
<style>
span { border-color: #E37CCC; }
span { border-color: rgb(227,124,204); }
td.TdClassName
{
border-color: #E37CCC;
}
.TagClassName
{
border-color: #E37CCC;
}
</style>