Shades of Orchid #E479CD
Tints of Orchid #E479CD
RGB
CMYK
RGB Variations
Color information
#E479CD (or 0xE479CD) is known color: Orchid. HEX triplet: E4, 79 and CD. RGB value is (228,121,205). Sum of RGB (Red+Green+Blue) = 228+121+205=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E479CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479CD is #1B8632. Grayscale: #A2A2A2. Windows color (decimal): -1803827 or 13466084. OLE color: 13466084.
HSL color Cylindrical-coordinate representation of color #E479CD: hue angle of 312.9º 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 #E479CD is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 121 | 205 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.11 |
| HSL | 312.9º | 0.66% | 0.68% | - |
| HSV(B) | 312.9º | 0.47% | 0.89% | - |
| XYZ | 49.85 | 34.58 | 61.8 | - |
| YUV | 162.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 121 | 205 | 0 | 0.47 | 0.10 | 0.11 | 312.9 | 0.66 | 0.68 |
| Hex | E4 | 79 | CD | 0 | 2F | A | B | 139 | 42 | 44 |
| Octal | 344 | 171 | 315 | 0 | 57 | 12 | 13 | 471 | 102 | 104 |
| Binary | 11100100 | 1111001 | 11001101 | 0 | 101111 | 1010 | 1011 | 100111001 | 1000010 | 1000100 |
Color Harmonies of #E479CD
Complementary color
Monochromatic Colors of #E479CD
Black with #E479CD
Text Example
Text Example
White with #E479CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E479CD; }
p { color: rgb(228,121,205); }
H1.HeaderClassName
{
color: #E479CD;
}
.AnyTagClassName
{
color: #E479CD;
}
</style>
background-color css
<style>
a { background-color: #E479CD; }
a { background-color: rgb(228,121,205); }
div.DivClassName
{
background-color: #E479CD;
}
.BgClassName
{
background-color: #E479CD;
}
</style>
border-color css
<style>
span { border-color: #E479CD; }
span { border-color: rgb(228,121,205); }
td.TdClassName
{
border-color: #E479CD;
}
.TagClassName
{
border-color: #E479CD;
}
</style>