Shades of Orchid #E37FCC
Tints of Orchid #E37FCC
RGB
CMYK
RGB Variations
Color information
#E37FCC (or 0xE37FCC) is known color: Orchid. HEX triplet: E3, 7F and CC. RGB value is (227,127,204). Sum of RGB (Red+Green+Blue) = 227+127+204=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FCC is #1C8033. Grayscale: #A5A5A5. Windows color (decimal): -1867828 or 13402083. OLE color: 13402083.
HSL color Cylindrical-coordinate representation of color #E37FCC: hue angle of 313.8º 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 #E37FCC is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 204 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.11 |
| HSL | 313.8º | 0.64% | 0.69% | - |
| HSV(B) | 313.8º | 0.44% | 0.89% | - |
| XYZ | 50.17 | 35.87 | 61.41 | - |
| YUV | 165.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 204 | 0 | 0.44 | 0.10 | 0.11 | 313.8 | 0.64 | 0.69 |
| Hex | E3 | 7F | CC | 0 | 2C | A | B | 13A | 40 | 45 |
| Octal | 343 | 177 | 314 | 0 | 54 | 12 | 13 | 472 | 100 | 105 |
| Binary | 11100011 | 1111111 | 11001100 | 0 | 101100 | 1010 | 1011 | 100111010 | 1000000 | 1000101 |
Color Harmonies of #E37FCC
Complementary color
Monochromatic Colors of #E37FCC
Black with #E37FCC
Text Example
Text Example
White with #E37FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37FCC; }
p { color: rgb(227,127,204); }
H1.HeaderClassName
{
color: #E37FCC;
}
.AnyTagClassName
{
color: #E37FCC;
}
</style>
background-color css
<style>
a { background-color: #E37FCC; }
a { background-color: rgb(227,127,204); }
div.DivClassName
{
background-color: #E37FCC;
}
.BgClassName
{
background-color: #E37FCC;
}
</style>
border-color css
<style>
span { border-color: #E37FCC; }
span { border-color: rgb(227,127,204); }
td.TdClassName
{
border-color: #E37FCC;
}
.TagClassName
{
border-color: #E37FCC;
}
</style>