Shades of Orchid #E476D4
Tints of Orchid #E476D4
RGB
CMYK
RGB Variations
Color information
#E476D4 (or 0xE476D4) is known color: Orchid. HEX triplet: E4, 76 and D4. RGB value is (228,118,212). Sum of RGB (Red+Green+Blue) = 228+118+212=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 228 - color contains mainly: red. Hex color #E476D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476D4 is #1B892B. Grayscale: #A1A1A1. Windows color (decimal): -1804588 or 13924068. OLE color: 13924068.
HSL color Cylindrical-coordinate representation of color #E476D4: hue angle of 308.73º 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 #E476D4 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 212 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.11 |
| HSL | 308.73º | 0.67% | 0.68% | - |
| HSV(B) | 308.73º | 0.48% | 0.89% | - |
| XYZ | 50.36 | 34.2 | 66.24 | - |
| YUV | 161.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 212 | 0 | 0.48 | 0.07 | 0.11 | 308.73 | 0.67 | 0.68 |
| Hex | E4 | 76 | D4 | 0 | 30 | 7 | B | 135 | 43 | 44 |
| Octal | 344 | 166 | 324 | 0 | 60 | 7 | 13 | 465 | 103 | 104 |
| Binary | 11100100 | 1110110 | 11010100 | 0 | 110000 | 111 | 1011 | 100110101 | 1000011 | 1000100 |
Color Harmonies of #E476D4
Complementary color
Monochromatic Colors of #E476D4
Black with #E476D4
Text Example
Text Example
White with #E476D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E476D4; }
p { color: rgb(228,118,212); }
H1.HeaderClassName
{
color: #E476D4;
}
.AnyTagClassName
{
color: #E476D4;
}
</style>
background-color css
<style>
a { background-color: #E476D4; }
a { background-color: rgb(228,118,212); }
div.DivClassName
{
background-color: #E476D4;
}
.BgClassName
{
background-color: #E476D4;
}
</style>
border-color css
<style>
span { border-color: #E476D4; }
span { border-color: rgb(228,118,212); }
td.TdClassName
{
border-color: #E476D4;
}
.TagClassName
{
border-color: #E476D4;
}
</style>