Shades of Orchid #E37ACD
Tints of Orchid #E37ACD
RGB
CMYK
RGB Variations
Color information
#E37ACD (or 0xE37ACD) is known color: Orchid. HEX triplet: E3, 7A and CD. RGB value is (227,122,205). Sum of RGB (Red+Green+Blue) = 227+122+205=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ACD is #1C8532. Grayscale: #A2A2A2. Windows color (decimal): -1869107 or 13466339. OLE color: 13466339.
HSL color Cylindrical-coordinate representation of color #E37ACD: hue angle of 312.57º 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 #E37ACD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 205 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.11 |
| HSL | 312.57º | 0.65% | 0.68% | - |
| HSV(B) | 312.57º | 0.46% | 0.89% | - |
| XYZ | 49.66 | 34.66 | 61.83 | - |
| YUV | 162.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 205 | 0 | 0.46 | 0.10 | 0.11 | 312.57 | 0.65 | 0.68 |
| Hex | E3 | 7A | CD | 0 | 2E | A | B | 139 | 41 | 44 |
| Octal | 343 | 172 | 315 | 0 | 56 | 12 | 13 | 471 | 101 | 104 |
| Binary | 11100011 | 1111010 | 11001101 | 0 | 101110 | 1010 | 1011 | 100111001 | 1000001 | 1000100 |
Color Harmonies of #E37ACD
Complementary color
Monochromatic Colors of #E37ACD
Black with #E37ACD
Text Example
Text Example
White with #E37ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37ACD; }
p { color: rgb(227,122,205); }
H1.HeaderClassName
{
color: #E37ACD;
}
.AnyTagClassName
{
color: #E37ACD;
}
</style>
background-color css
<style>
a { background-color: #E37ACD; }
a { background-color: rgb(227,122,205); }
div.DivClassName
{
background-color: #E37ACD;
}
.BgClassName
{
background-color: #E37ACD;
}
</style>
border-color css
<style>
span { border-color: #E37ACD; }
span { border-color: rgb(227,122,205); }
td.TdClassName
{
border-color: #E37ACD;
}
.TagClassName
{
border-color: #E37ACD;
}
</style>