Shades of Orchid #E37FDE
Tints of Orchid #E37FDE
RGB
CMYK
RGB Variations
Color information
#E37FDE (or 0xE37FDE) is known color: Orchid. HEX triplet: E3, 7F and DE. RGB value is (227,127,222). Sum of RGB (Red+Green+Blue) = 227+127+222=576 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.41% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FDE is #1C8021. Grayscale: #A7A7A7. Windows color (decimal): -1867810 or 14581731. OLE color: 14581731.
HSL color Cylindrical-coordinate representation of color #E37FDE: hue angle of 303º 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 #E37FDE is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 222 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.11 |
| HSL | 303º | 0.64% | 0.69% | - |
| HSV(B) | 303º | 0.44% | 0.89% | - |
| XYZ | 52.45 | 36.78 | 73.44 | - |
| YUV | 167.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 222 | 0 | 0.44 | 0.02 | 0.11 | 303 | 0.64 | 0.69 |
| Hex | E3 | 7F | DE | 0 | 2C | 2 | B | 12F | 40 | 45 |
| Octal | 343 | 177 | 336 | 0 | 54 | 2 | 13 | 457 | 100 | 105 |
| Binary | 11100011 | 1111111 | 11011110 | 0 | 101100 | 10 | 1011 | 100101111 | 1000000 | 1000101 |
Color Harmonies of #E37FDE
Complementary color
Monochromatic Colors of #E37FDE
Black with #E37FDE
Text Example
Text Example
White with #E37FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37FDE; }
p { color: rgb(227,127,222); }
H1.HeaderClassName
{
color: #E37FDE;
}
.AnyTagClassName
{
color: #E37FDE;
}
</style>
background-color css
<style>
a { background-color: #E37FDE; }
a { background-color: rgb(227,127,222); }
div.DivClassName
{
background-color: #E37FDE;
}
.BgClassName
{
background-color: #E37FDE;
}
</style>
border-color css
<style>
span { border-color: #E37FDE; }
span { border-color: rgb(227,127,222); }
td.TdClassName
{
border-color: #E37FDE;
}
.TagClassName
{
border-color: #E37FDE;
}
</style>