Shades of Orchid #E37FDC
Tints of Orchid #E37FDC
RGB
CMYK
RGB Variations
Color information
#E37FDC (or 0xE37FDC) is known color: Orchid. HEX triplet: E3, 7F and DC. RGB value is (227,127,220). Sum of RGB (Red+Green+Blue) = 227+127+220=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FDC is #1C8023. Grayscale: #A7A7A7. Windows color (decimal): -1867812 or 14450659. OLE color: 14450659.
HSL color Cylindrical-coordinate representation of color #E37FDC: hue angle of 304.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 #E37FDC is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 220 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.11 |
| HSL | 304.2º | 0.64% | 0.69% | - |
| HSV(B) | 304.2º | 0.44% | 0.89% | - |
| XYZ | 52.19 | 36.68 | 72.04 | - |
| YUV | 167.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 220 | 0 | 0.44 | 0.03 | 0.11 | 304.2 | 0.64 | 0.69 |
| Hex | E3 | 7F | DC | 0 | 2C | 3 | B | 130 | 40 | 45 |
| Octal | 343 | 177 | 334 | 0 | 54 | 3 | 13 | 460 | 100 | 105 |
| Binary | 11100011 | 1111111 | 11011100 | 0 | 101100 | 11 | 1011 | 100110000 | 1000000 | 1000101 |
Color Harmonies of #E37FDC
Complementary color
Monochromatic Colors of #E37FDC
Black with #E37FDC
Text Example
Text Example
White with #E37FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37FDC; }
p { color: rgb(227,127,220); }
H1.HeaderClassName
{
color: #E37FDC;
}
.AnyTagClassName
{
color: #E37FDC;
}
</style>
background-color css
<style>
a { background-color: #E37FDC; }
a { background-color: rgb(227,127,220); }
div.DivClassName
{
background-color: #E37FDC;
}
.BgClassName
{
background-color: #E37FDC;
}
</style>
border-color css
<style>
span { border-color: #E37FDC; }
span { border-color: rgb(227,127,220); }
td.TdClassName
{
border-color: #E37FDC;
}
.TagClassName
{
border-color: #E37FDC;
}
</style>