Shades of Orchid #E37AD0
Tints of Orchid #E37AD0
RGB
CMYK
RGB Variations
Color information
#E37AD0 (or 0xE37AD0) is known color: Orchid. HEX triplet: E3, 7A and D0. RGB value is (227,122,208). Sum of RGB (Red+Green+Blue) = 227+122+208=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E37AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37AD0 is #1C852F. Grayscale: #A2A2A2. Windows color (decimal): -1869104 or 13662947. OLE color: 13662947.
HSL color Cylindrical-coordinate representation of color #E37AD0: hue angle of 310.86º 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 #E37AD0 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 122 | 208 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.11 |
| HSL | 310.86º | 0.65% | 0.68% | - |
| HSV(B) | 310.86º | 0.46% | 0.89% | - |
| XYZ | 50.02 | 34.8 | 63.76 | - |
| YUV | 163.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 122 | 208 | 0 | 0.46 | 0.08 | 0.11 | 310.86 | 0.65 | 0.68 |
| Hex | E3 | 7A | D0 | 0 | 2E | 8 | B | 137 | 41 | 44 |
| Octal | 343 | 172 | 320 | 0 | 56 | 10 | 13 | 467 | 101 | 104 |
| Binary | 11100011 | 1111010 | 11010000 | 0 | 101110 | 1000 | 1011 | 100110111 | 1000001 | 1000100 |
Color Harmonies of #E37AD0
Complementary color
Monochromatic Colors of #E37AD0
Black with #E37AD0
Text Example
Text Example
White with #E37AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37AD0; }
p { color: rgb(227,122,208); }
H1.HeaderClassName
{
color: #E37AD0;
}
.AnyTagClassName
{
color: #E37AD0;
}
</style>
background-color css
<style>
a { background-color: #E37AD0; }
a { background-color: rgb(227,122,208); }
div.DivClassName
{
background-color: #E37AD0;
}
.BgClassName
{
background-color: #E37AD0;
}
</style>
border-color css
<style>
span { border-color: #E37AD0; }
span { border-color: rgb(227,122,208); }
td.TdClassName
{
border-color: #E37AD0;
}
.TagClassName
{
border-color: #E37AD0;
}
</style>