Shades of Orchid #E476CD
Tints of Orchid #E476CD
RGB
CMYK
RGB Variations
Color information
#E476CD (or 0xE476CD) is known color: Orchid. HEX triplet: E4, 76 and CD. RGB value is (228,118,205). Sum of RGB (Red+Green+Blue) = 228+118+205=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E476CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476CD is #1B8932. Grayscale: #A0A0A0. Windows color (decimal): -1804595 or 13465316. OLE color: 13465316.
HSL color Cylindrical-coordinate representation of color #E476CD: hue angle of 312.55º 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 #E476CD is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 205 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.11 |
| HSL | 312.55º | 0.67% | 0.68% | - |
| HSV(B) | 312.55º | 0.48% | 0.89% | - |
| XYZ | 49.49 | 33.86 | 61.68 | - |
| YUV | 160.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 205 | 0 | 0.48 | 0.10 | 0.11 | 312.55 | 0.67 | 0.68 |
| Hex | E4 | 76 | CD | 0 | 30 | A | B | 139 | 43 | 44 |
| Octal | 344 | 166 | 315 | 0 | 60 | 12 | 13 | 471 | 103 | 104 |
| Binary | 11100100 | 1110110 | 11001101 | 0 | 110000 | 1010 | 1011 | 100111001 | 1000011 | 1000100 |
Color Harmonies of #E476CD
Complementary color
Monochromatic Colors of #E476CD
Black with #E476CD
Text Example
Text Example
White with #E476CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E476CD; }
p { color: rgb(228,118,205); }
H1.HeaderClassName
{
color: #E476CD;
}
.AnyTagClassName
{
color: #E476CD;
}
</style>
background-color css
<style>
a { background-color: #E476CD; }
a { background-color: rgb(228,118,205); }
div.DivClassName
{
background-color: #E476CD;
}
.BgClassName
{
background-color: #E476CD;
}
</style>
border-color css
<style>
span { border-color: #E476CD; }
span { border-color: rgb(228,118,205); }
td.TdClassName
{
border-color: #E476CD;
}
.TagClassName
{
border-color: #E476CD;
}
</style>