Shades of Orchid #E476CE
Tints of Orchid #E476CE
RGB
CMYK
RGB Variations
Color information
#E476CE (or 0xE476CE) is known color: Orchid. HEX triplet: E4, 76 and CE. RGB value is (228,118,206). Sum of RGB (Red+Green+Blue) = 228+118+206=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E476CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476CE is #1B8931. Grayscale: #A0A0A0. Windows color (decimal): -1804594 or 13530852. OLE color: 13530852.
HSL color Cylindrical-coordinate representation of color #E476CE: hue angle of 312º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E476CE is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 206 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.11 |
| HSL | 312º | 0.67% | 0.68% | - |
| HSV(B) | 312º | 0.48% | 0.89% | - |
| XYZ | 49.61 | 33.91 | 62.32 | - |
| YUV | 160.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 206 | 0 | 0.48 | 0.10 | 0.11 | 312 | 0.67 | 0.68 |
| Hex | E4 | 76 | CE | 0 | 30 | A | B | 138 | 43 | 44 |
| Octal | 344 | 166 | 316 | 0 | 60 | 12 | 13 | 470 | 103 | 104 |
| Binary | 11100100 | 1110110 | 11001110 | 0 | 110000 | 1010 | 1011 | 100111000 | 1000011 | 1000100 |
Color Harmonies of #E476CE
Complementary color
Monochromatic Colors of #E476CE
Black with #E476CE
Text Example
Text Example
White with #E476CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E476CE; }
p { color: rgb(228,118,206); }
H1.HeaderClassName
{
color: #E476CE;
}
.AnyTagClassName
{
color: #E476CE;
}
</style>
background-color css
<style>
a { background-color: #E476CE; }
a { background-color: rgb(228,118,206); }
div.DivClassName
{
background-color: #E476CE;
}
.BgClassName
{
background-color: #E476CE;
}
</style>
border-color css
<style>
span { border-color: #E476CE; }
span { border-color: rgb(228,118,206); }
td.TdClassName
{
border-color: #E476CE;
}
.TagClassName
{
border-color: #E476CE;
}
</style>