Shades of Orchid #E37ACC
Tints of Orchid #E37ACC
RGB
CMYK
RGB Variations
Color information
#E37ACC (or 0xE37ACC) is known color: Orchid. HEX triplet: E3, 7A and CC. RGB value is (227,122,204). Sum of RGB (Red+Green+Blue) = 227+122+204=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ACC is #1C8533. Grayscale: #A2A2A2. Windows color (decimal): -1869108 or 13400803. OLE color: 13400803.
HSL color Cylindrical-coordinate representation of color #E37ACC: hue angle of 313.14º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E37ACC is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 204 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.11 |
| HSL | 313.14º | 0.65% | 0.68% | - |
| HSV(B) | 313.14º | 0.46% | 0.89% | - |
| XYZ | 49.54 | 34.61 | 61.2 | - |
| YUV | 162.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 204 | 0 | 0.46 | 0.10 | 0.11 | 313.14 | 0.65 | 0.68 |
| Hex | E3 | 7A | CC | 0 | 2E | A | B | 139 | 41 | 44 |
| Octal | 343 | 172 | 314 | 0 | 56 | 12 | 13 | 471 | 101 | 104 |
| Binary | 11100011 | 1111010 | 11001100 | 0 | 101110 | 1010 | 1011 | 100111001 | 1000001 | 1000100 |
Color Harmonies of #E37ACC
Complementary color
Monochromatic Colors of #E37ACC
Black with #E37ACC
Text Example
Text Example
White with #E37ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37ACC; }
p { color: rgb(227,122,204); }
H1.HeaderClassName
{
color: #E37ACC;
}
.AnyTagClassName
{
color: #E37ACC;
}
</style>
background-color css
<style>
a { background-color: #E37ACC; }
a { background-color: rgb(227,122,204); }
div.DivClassName
{
background-color: #E37ACC;
}
.BgClassName
{
background-color: #E37ACC;
}
</style>
border-color css
<style>
span { border-color: #E37ACC; }
span { border-color: rgb(227,122,204); }
td.TdClassName
{
border-color: #E37ACC;
}
.TagClassName
{
border-color: #E37ACC;
}
</style>