Shades of Orchid #E479DB
Tints of Orchid #E479DB
RGB
CMYK
RGB Variations
Color information
#E479DB (or 0xE479DB) is known color: Orchid. HEX triplet: E4, 79 and DB. RGB value is (228,121,219). Sum of RGB (Red+Green+Blue) = 228+121+219=568 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.14% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 228 - color contains mainly: red. Hex color #E479DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E479DB is #1B8624. Grayscale: #A3A3A3. Windows color (decimal): -1803813 or 14383588. OLE color: 14383588.
HSL color Cylindrical-coordinate representation of color #E479DB: hue angle of 305.05º 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 #E479DB is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 121 | 219 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.11 |
| HSL | 305.05º | 0.66% | 0.68% | - |
| HSV(B) | 305.05º | 0.47% | 0.89% | - |
| XYZ | 51.62 | 35.28 | 71.11 | - |
| YUV | 164.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 121 | 219 | 0 | 0.47 | 0.04 | 0.11 | 305.05 | 0.66 | 0.68 |
| Hex | E4 | 79 | DB | 0 | 2F | 4 | B | 131 | 42 | 44 |
| Octal | 344 | 171 | 333 | 0 | 57 | 4 | 13 | 461 | 102 | 104 |
| Binary | 11100100 | 1111001 | 11011011 | 0 | 101111 | 100 | 1011 | 100110001 | 1000010 | 1000100 |
Color Harmonies of #E479DB
Complementary color
Monochromatic Colors of #E479DB
Black with #E479DB
Text Example
Text Example
White with #E479DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E479DB; }
p { color: rgb(228,121,219); }
H1.HeaderClassName
{
color: #E479DB;
}
.AnyTagClassName
{
color: #E479DB;
}
</style>
background-color css
<style>
a { background-color: #E479DB; }
a { background-color: rgb(228,121,219); }
div.DivClassName
{
background-color: #E479DB;
}
.BgClassName
{
background-color: #E479DB;
}
</style>
border-color css
<style>
span { border-color: #E479DB; }
span { border-color: rgb(228,121,219); }
td.TdClassName
{
border-color: #E479DB;
}
.TagClassName
{
border-color: #E479DB;
}
</style>