Shades of Orchid #E37AC7
Tints of Orchid #E37AC7
RGB
CMYK
RGB Variations
Color information
#E37AC7 (or 0xE37AC7) is known color: Orchid. HEX triplet: E3, 7A and C7. RGB value is (227,122,199). Sum of RGB (Red+Green+Blue) = 227+122+199=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E37AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37AC7 is #1C8538. Grayscale: #A1A1A1. Windows color (decimal): -1869113 or 13073123. OLE color: 13073123.
HSL color Cylindrical-coordinate representation of color #E37AC7: hue angle of 316º 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 #E37AC7 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 199 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.11 |
| HSL | 316º | 0.65% | 0.68% | - |
| HSV(B) | 316º | 0.46% | 0.89% | - |
| XYZ | 48.95 | 34.37 | 58.09 | - |
| YUV | 162.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 199 | 0 | 0.46 | 0.12 | 0.11 | 316 | 0.65 | 0.68 |
| Hex | E3 | 7A | C7 | 0 | 2E | C | B | 13C | 41 | 44 |
| Octal | 343 | 172 | 307 | 0 | 56 | 14 | 13 | 474 | 101 | 104 |
| Binary | 11100011 | 1111010 | 11000111 | 0 | 101110 | 1100 | 1011 | 100111100 | 1000001 | 1000100 |
Color Harmonies of #E37AC7
Complementary color
Monochromatic Colors of #E37AC7
Black with #E37AC7
Text Example
Text Example
White with #E37AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37AC7; }
p { color: rgb(227,122,199); }
H1.HeaderClassName
{
color: #E37AC7;
}
.AnyTagClassName
{
color: #E37AC7;
}
</style>
background-color css
<style>
a { background-color: #E37AC7; }
a { background-color: rgb(227,122,199); }
div.DivClassName
{
background-color: #E37AC7;
}
.BgClassName
{
background-color: #E37AC7;
}
</style>
border-color css
<style>
span { border-color: #E37AC7; }
span { border-color: rgb(227,122,199); }
td.TdClassName
{
border-color: #E37AC7;
}
.TagClassName
{
border-color: #E37AC7;
}
</style>