Shades of Orchid #E479D1
Tints of Orchid #E479D1
RGB
CMYK
RGB Variations
Color information
#E479D1 (or 0xE479D1) is known color: Orchid. HEX triplet: E4, 79 and D1. RGB value is (228,121,209). Sum of RGB (Red+Green+Blue) = 228+121+209=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 228 - color contains mainly: red. Hex color #E479D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479D1 is #1B862E. Grayscale: #A2A2A2. Windows color (decimal): -1803823 or 13728228. OLE color: 13728228.
HSL color Cylindrical-coordinate representation of color #E479D1: hue angle of 310.65º 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 #E479D1 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 121 | 209 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.11 |
| HSL | 310.65º | 0.66% | 0.68% | - |
| HSV(B) | 310.65º | 0.47% | 0.89% | - |
| XYZ | 50.34 | 34.77 | 64.38 | - |
| YUV | 163.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 121 | 209 | 0 | 0.47 | 0.08 | 0.11 | 310.65 | 0.66 | 0.68 |
| Hex | E4 | 79 | D1 | 0 | 2F | 8 | B | 137 | 42 | 44 |
| Octal | 344 | 171 | 321 | 0 | 57 | 10 | 13 | 467 | 102 | 104 |
| Binary | 11100100 | 1111001 | 11010001 | 0 | 101111 | 1000 | 1011 | 100110111 | 1000010 | 1000100 |
Color Harmonies of #E479D1
Complementary color
Monochromatic Colors of #E479D1
Black with #E479D1
Text Example
Text Example
White with #E479D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E479D1; }
p { color: rgb(228,121,209); }
H1.HeaderClassName
{
color: #E479D1;
}
.AnyTagClassName
{
color: #E479D1;
}
</style>
background-color css
<style>
a { background-color: #E479D1; }
a { background-color: rgb(228,121,209); }
div.DivClassName
{
background-color: #E479D1;
}
.BgClassName
{
background-color: #E479D1;
}
</style>
border-color css
<style>
span { border-color: #E479D1; }
span { border-color: rgb(228,121,209); }
td.TdClassName
{
border-color: #E479D1;
}
.TagClassName
{
border-color: #E479D1;
}
</style>