Shades of Orchid #E37FD5
Tints of Orchid #E37FD5
RGB
CMYK
RGB Variations
Color information
#E37FD5 (or 0xE37FD5) is known color: Orchid. HEX triplet: E3, 7F and D5. RGB value is (227,127,213). Sum of RGB (Red+Green+Blue) = 227+127+213=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FD5 is #1C802A. Grayscale: #A6A6A6. Windows color (decimal): -1867819 or 13991907. OLE color: 13991907.
HSL color Cylindrical-coordinate representation of color #E37FD5: hue angle of 308.4º 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 #E37FD5 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 213 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.11 |
| HSL | 308.4º | 0.64% | 0.69% | - |
| HSV(B) | 308.4º | 0.44% | 0.89% | - |
| XYZ | 51.28 | 36.31 | 67.26 | - |
| YUV | 166.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 213 | 0 | 0.44 | 0.06 | 0.11 | 308.4 | 0.64 | 0.69 |
| Hex | E3 | 7F | D5 | 0 | 2C | 6 | B | 134 | 40 | 45 |
| Octal | 343 | 177 | 325 | 0 | 54 | 6 | 13 | 464 | 100 | 105 |
| Binary | 11100011 | 1111111 | 11010101 | 0 | 101100 | 110 | 1011 | 100110100 | 1000000 | 1000101 |
Color Harmonies of #E37FD5
Complementary color
Monochromatic Colors of #E37FD5
Black with #E37FD5
Text Example
Text Example
White with #E37FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37FD5; }
p { color: rgb(227,127,213); }
H1.HeaderClassName
{
color: #E37FD5;
}
.AnyTagClassName
{
color: #E37FD5;
}
</style>
background-color css
<style>
a { background-color: #E37FD5; }
a { background-color: rgb(227,127,213); }
div.DivClassName
{
background-color: #E37FD5;
}
.BgClassName
{
background-color: #E37FD5;
}
</style>
border-color css
<style>
span { border-color: #E37FD5; }
span { border-color: rgb(227,127,213); }
td.TdClassName
{
border-color: #E37FD5;
}
.TagClassName
{
border-color: #E37FD5;
}
</style>