Shades of Orchid #E37BC9
Tints of Orchid #E37BC9
RGB
CMYK
RGB Variations
Color information
#E37BC9 (or 0xE37BC9) is known color: Orchid. HEX triplet: E3, 7B and C9. RGB value is (227,123,201). Sum of RGB (Red+Green+Blue) = 227+123+201=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BC9 is #1C8436. Grayscale: #A2A2A2. Windows color (decimal): -1868855 or 13204451. OLE color: 13204451.
HSL color Cylindrical-coordinate representation of color #E37BC9: hue angle of 315º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E37BC9 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 201 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.11 |
| HSL | 315º | 0.65% | 0.69% | - |
| HSV(B) | 315º | 0.46% | 0.89% | - |
| XYZ | 49.3 | 34.71 | 59.36 | - |
| YUV | 162.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 201 | 0 | 0.46 | 0.11 | 0.11 | 315 | 0.65 | 0.69 |
| Hex | E3 | 7B | C9 | 0 | 2E | B | B | 13B | 41 | 45 |
| Octal | 343 | 173 | 311 | 0 | 56 | 13 | 13 | 473 | 101 | 105 |
| Binary | 11100011 | 1111011 | 11001001 | 0 | 101110 | 1011 | 1011 | 100111011 | 1000001 | 1000101 |
Color Harmonies of #E37BC9
Complementary color
Monochromatic Colors of #E37BC9
Black with #E37BC9
Text Example
Text Example
White with #E37BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37BC9; }
p { color: rgb(227,123,201); }
H1.HeaderClassName
{
color: #E37BC9;
}
.AnyTagClassName
{
color: #E37BC9;
}
</style>
background-color css
<style>
a { background-color: #E37BC9; }
a { background-color: rgb(227,123,201); }
div.DivClassName
{
background-color: #E37BC9;
}
.BgClassName
{
background-color: #E37BC9;
}
</style>
border-color css
<style>
span { border-color: #E37BC9; }
span { border-color: rgb(227,123,201); }
td.TdClassName
{
border-color: #E37BC9;
}
.TagClassName
{
border-color: #E37BC9;
}
</style>