Shades of Orchid #E37FCD
Tints of Orchid #E37FCD
RGB
CMYK
RGB Variations
Color information
#E37FCD (or 0xE37FCD) is known color: Orchid. HEX triplet: E3, 7F and CD. RGB value is (227,127,205). Sum of RGB (Red+Green+Blue) = 227+127+205=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FCD is #1C8032. Grayscale: #A5A5A5. Windows color (decimal): -1867827 or 13467619. OLE color: 13467619.
HSL color Cylindrical-coordinate representation of color #E37FCD: hue angle of 313.2º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37FCD is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 205 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.11 |
| HSL | 313.2º | 0.64% | 0.69% | - |
| HSV(B) | 313.2º | 0.44% | 0.89% | - |
| XYZ | 50.29 | 35.92 | 62.04 | - |
| YUV | 165.79 | 150.13 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 205 | 0 | 0.44 | 0.10 | 0.11 | 313.2 | 0.64 | 0.69 |
| Hex | E3 | 7F | CD | 0 | 2C | A | B | 139 | 40 | 45 |
| Octal | 343 | 177 | 315 | 0 | 54 | 12 | 13 | 471 | 100 | 105 |
| Binary | 11100011 | 1111111 | 11001101 | 0 | 101100 | 1010 | 1011 | 100111001 | 1000000 | 1000101 |
Color Harmonies of #E37FCD
Complementary color
Monochromatic Colors of #E37FCD
Black with #E37FCD
Text Example
Text Example
White with #E37FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37FCD; }
p { color: rgb(227,127,205); }
H1.HeaderClassName
{
color: #E37FCD;
}
.AnyTagClassName
{
color: #E37FCD;
}
</style>
background-color css
<style>
a { background-color: #E37FCD; }
a { background-color: rgb(227,127,205); }
div.DivClassName
{
background-color: #E37FCD;
}
.BgClassName
{
background-color: #E37FCD;
}
</style>
border-color css
<style>
span { border-color: #E37FCD; }
span { border-color: rgb(227,127,205); }
td.TdClassName
{
border-color: #E37FCD;
}
.TagClassName
{
border-color: #E37FCD;
}
</style>