Shades of Orchid #E479DF
Tints of Orchid #E479DF
RGB
CMYK
RGB Variations
Color information
#E479DF (or 0xE479DF) is known color: Orchid. HEX triplet: E4, 79 and DF. RGB value is (228,121,223). Sum of RGB (Red+Green+Blue) = 228+121+223=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E479DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479DF is #1B8620. Grayscale: #A4A4A4. Windows color (decimal): -1803809 or 14645732. OLE color: 14645732.
HSL color Cylindrical-coordinate representation of color #E479DF: hue angle of 302.8º 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 #E479DF is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 121 | 223 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.11 |
| HSL | 302.8º | 0.66% | 0.68% | - |
| HSV(B) | 302.8º | 0.47% | 0.89% | - |
| XYZ | 52.15 | 35.5 | 73.91 | - |
| YUV | 164.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 121 | 223 | 0 | 0.47 | 0.02 | 0.11 | 302.8 | 0.66 | 0.68 |
| Hex | E4 | 79 | DF | 0 | 2F | 2 | B | 12F | 42 | 44 |
| Octal | 344 | 171 | 337 | 0 | 57 | 2 | 13 | 457 | 102 | 104 |
| Binary | 11100100 | 1111001 | 11011111 | 0 | 101111 | 10 | 1011 | 100101111 | 1000010 | 1000100 |
Color Harmonies of #E479DF
Complementary color
Monochromatic Colors of #E479DF
Black with #E479DF
Text Example
Text Example
White with #E479DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E479DF; }
p { color: rgb(228,121,223); }
H1.HeaderClassName
{
color: #E479DF;
}
.AnyTagClassName
{
color: #E479DF;
}
</style>
background-color css
<style>
a { background-color: #E479DF; }
a { background-color: rgb(228,121,223); }
div.DivClassName
{
background-color: #E479DF;
}
.BgClassName
{
background-color: #E479DF;
}
</style>
border-color css
<style>
span { border-color: #E479DF; }
span { border-color: rgb(228,121,223); }
td.TdClassName
{
border-color: #E479DF;
}
.TagClassName
{
border-color: #E479DF;
}
</style>