Shades of Orchid #E479C8
Tints of Orchid #E479C8
RGB
CMYK
RGB Variations
Color information
#E479C8 (or 0xE479C8) is known color: Orchid. HEX triplet: E4, 79 and C8. RGB value is (228,121,200). Sum of RGB (Red+Green+Blue) = 228+121+200=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E479C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479C8 is #1B8637. Grayscale: #A1A1A1. Windows color (decimal): -1803832 or 13138404. OLE color: 13138404.
HSL color Cylindrical-coordinate representation of color #E479C8: hue angle of 315.7º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E479C8 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 121 | 200 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.11 |
| HSL | 315.7º | 0.66% | 0.68% | - |
| HSV(B) | 315.7º | 0.47% | 0.89% | - |
| XYZ | 49.26 | 34.34 | 58.68 | - |
| YUV | 162 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 121 | 200 | 0 | 0.47 | 0.12 | 0.11 | 315.7 | 0.66 | 0.68 |
| Hex | E4 | 79 | C8 | 0 | 2F | C | B | 13C | 42 | 44 |
| Octal | 344 | 171 | 310 | 0 | 57 | 14 | 13 | 474 | 102 | 104 |
| Binary | 11100100 | 1111001 | 11001000 | 0 | 101111 | 1100 | 1011 | 100111100 | 1000010 | 1000100 |
Color Harmonies of #E479C8
Complementary color
Monochromatic Colors of #E479C8
Black with #E479C8
Text Example
Text Example
White with #E479C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E479C8; }
p { color: rgb(228,121,200); }
H1.HeaderClassName
{
color: #E479C8;
}
.AnyTagClassName
{
color: #E479C8;
}
</style>
background-color css
<style>
a { background-color: #E479C8; }
a { background-color: rgb(228,121,200); }
div.DivClassName
{
background-color: #E479C8;
}
.BgClassName
{
background-color: #E479C8;
}
</style>
border-color css
<style>
span { border-color: #E479C8; }
span { border-color: rgb(228,121,200); }
td.TdClassName
{
border-color: #E479C8;
}
.TagClassName
{
border-color: #E479C8;
}
</style>