Shades of Orchid #E476CC
Tints of Orchid #E476CC
RGB
CMYK
RGB Variations
Color information
#E476CC (or 0xE476CC) is known color: Orchid. HEX triplet: E4, 76 and CC. RGB value is (228,118,204). Sum of RGB (Red+Green+Blue) = 228+118+204=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E476CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476CC is #1B8933. Grayscale: #A0A0A0. Windows color (decimal): -1804596 or 13399780. OLE color: 13399780.
HSL color Cylindrical-coordinate representation of color #E476CC: hue angle of 313.09º 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 #E476CC is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 204 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.11 |
| HSL | 313.09º | 0.67% | 0.68% | - |
| HSV(B) | 313.09º | 0.48% | 0.89% | - |
| XYZ | 49.37 | 33.81 | 61.05 | - |
| YUV | 160.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 204 | 0 | 0.48 | 0.11 | 0.11 | 313.09 | 0.67 | 0.68 |
| Hex | E4 | 76 | CC | 0 | 30 | B | B | 139 | 43 | 44 |
| Octal | 344 | 166 | 314 | 0 | 60 | 13 | 13 | 471 | 103 | 104 |
| Binary | 11100100 | 1110110 | 11001100 | 0 | 110000 | 1011 | 1011 | 100111001 | 1000011 | 1000100 |
Color Harmonies of #E476CC
Complementary color
Monochromatic Colors of #E476CC
Black with #E476CC
Text Example
Text Example
White with #E476CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E476CC; }
p { color: rgb(228,118,204); }
H1.HeaderClassName
{
color: #E476CC;
}
.AnyTagClassName
{
color: #E476CC;
}
</style>
background-color css
<style>
a { background-color: #E476CC; }
a { background-color: rgb(228,118,204); }
div.DivClassName
{
background-color: #E476CC;
}
.BgClassName
{
background-color: #E476CC;
}
</style>
border-color css
<style>
span { border-color: #E476CC; }
span { border-color: rgb(228,118,204); }
td.TdClassName
{
border-color: #E476CC;
}
.TagClassName
{
border-color: #E476CC;
}
</style>