Shades of Orchid #E37BCE
Tints of Orchid #E37BCE
RGB
CMYK
RGB Variations
Color information
#E37BCE (or 0xE37BCE) is known color: Orchid. HEX triplet: E3, 7B and CE. RGB value is (227,123,206). Sum of RGB (Red+Green+Blue) = 227+123+206=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BCE is #1C8431. Grayscale: #A3A3A3. Windows color (decimal): -1868850 or 13532131. OLE color: 13532131.
HSL color Cylindrical-coordinate representation of color #E37BCE: hue angle of 312.12º 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 #E37BCE is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 206 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.11 |
| HSL | 312.12º | 0.65% | 0.69% | - |
| HSV(B) | 312.12º | 0.46% | 0.89% | - |
| XYZ | 49.9 | 34.95 | 62.51 | - |
| YUV | 163.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 206 | 0 | 0.46 | 0.09 | 0.11 | 312.12 | 0.65 | 0.69 |
| Hex | E3 | 7B | CE | 0 | 2E | 9 | B | 138 | 41 | 45 |
| Octal | 343 | 173 | 316 | 0 | 56 | 11 | 13 | 470 | 101 | 105 |
| Binary | 11100011 | 1111011 | 11001110 | 0 | 101110 | 1001 | 1011 | 100111000 | 1000001 | 1000101 |
Color Harmonies of #E37BCE
Complementary color
Monochromatic Colors of #E37BCE
Black with #E37BCE
Text Example
Text Example
White with #E37BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37BCE; }
p { color: rgb(227,123,206); }
H1.HeaderClassName
{
color: #E37BCE;
}
.AnyTagClassName
{
color: #E37BCE;
}
</style>
background-color css
<style>
a { background-color: #E37BCE; }
a { background-color: rgb(227,123,206); }
div.DivClassName
{
background-color: #E37BCE;
}
.BgClassName
{
background-color: #E37BCE;
}
</style>
border-color css
<style>
span { border-color: #E37BCE; }
span { border-color: rgb(227,123,206); }
td.TdClassName
{
border-color: #E37BCE;
}
.TagClassName
{
border-color: #E37BCE;
}
</style>