Shades of Orchid #E37BCD
Tints of Orchid #E37BCD
RGB
CMYK
RGB Variations
Color information
#E37BCD (or 0xE37BCD) is known color: Orchid. HEX triplet: E3, 7B and CD. RGB value is (227,123,205). Sum of RGB (Red+Green+Blue) = 227+123+205=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BCD is #1C8432. Grayscale: #A3A3A3. Windows color (decimal): -1868851 or 13466595. OLE color: 13466595.
HSL color Cylindrical-coordinate representation of color #E37BCD: hue angle of 312.69º 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 #E37BCD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 205 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.11 |
| HSL | 312.69º | 0.65% | 0.69% | - |
| HSV(B) | 312.69º | 0.46% | 0.89% | - |
| XYZ | 49.78 | 34.9 | 61.87 | - |
| YUV | 163.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 205 | 0 | 0.46 | 0.10 | 0.11 | 312.69 | 0.65 | 0.69 |
| Hex | E3 | 7B | CD | 0 | 2E | A | B | 139 | 41 | 45 |
| Octal | 343 | 173 | 315 | 0 | 56 | 12 | 13 | 471 | 101 | 105 |
| Binary | 11100011 | 1111011 | 11001101 | 0 | 101110 | 1010 | 1011 | 100111001 | 1000001 | 1000101 |
Color Harmonies of #E37BCD
Complementary color
Monochromatic Colors of #E37BCD
Black with #E37BCD
Text Example
Text Example
White with #E37BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37BCD; }
p { color: rgb(227,123,205); }
H1.HeaderClassName
{
color: #E37BCD;
}
.AnyTagClassName
{
color: #E37BCD;
}
</style>
background-color css
<style>
a { background-color: #E37BCD; }
a { background-color: rgb(227,123,205); }
div.DivClassName
{
background-color: #E37BCD;
}
.BgClassName
{
background-color: #E37BCD;
}
</style>
border-color css
<style>
span { border-color: #E37BCD; }
span { border-color: rgb(227,123,205); }
td.TdClassName
{
border-color: #E37BCD;
}
.TagClassName
{
border-color: #E37BCD;
}
</style>