Shades of Orchid #E476C8
Tints of Orchid #E476C8
RGB
CMYK
RGB Variations
Color information
#E476C8 (or 0xE476C8) is known color: Orchid. HEX triplet: E4, 76 and C8. RGB value is (228,118,200). Sum of RGB (Red+Green+Blue) = 228+118+200=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E476C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476C8 is #1B8937. Grayscale: #A0A0A0. Windows color (decimal): -1804600 or 13137636. OLE color: 13137636.
HSL color Cylindrical-coordinate representation of color #E476C8: hue angle of 315.27º 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 #E476C8 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 200 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.11 |
| HSL | 315.27º | 0.67% | 0.68% | - |
| HSV(B) | 315.27º | 0.48% | 0.89% | - |
| XYZ | 48.9 | 33.62 | 58.56 | - |
| YUV | 160.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 200 | 0 | 0.48 | 0.12 | 0.11 | 315.27 | 0.67 | 0.68 |
| Hex | E4 | 76 | C8 | 0 | 30 | C | B | 13B | 43 | 44 |
| Octal | 344 | 166 | 310 | 0 | 60 | 14 | 13 | 473 | 103 | 104 |
| Binary | 11100100 | 1110110 | 11001000 | 0 | 110000 | 1100 | 1011 | 100111011 | 1000011 | 1000100 |
Color Harmonies of #E476C8
Complementary color
Monochromatic Colors of #E476C8
Black with #E476C8
Text Example
Text Example
White with #E476C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E476C8; }
p { color: rgb(228,118,200); }
H1.HeaderClassName
{
color: #E476C8;
}
.AnyTagClassName
{
color: #E476C8;
}
</style>
background-color css
<style>
a { background-color: #E476C8; }
a { background-color: rgb(228,118,200); }
div.DivClassName
{
background-color: #E476C8;
}
.BgClassName
{
background-color: #E476C8;
}
</style>
border-color css
<style>
span { border-color: #E476C8; }
span { border-color: rgb(228,118,200); }
td.TdClassName
{
border-color: #E476C8;
}
.TagClassName
{
border-color: #E476C8;
}
</style>