Shades of Orchid #E480DB
Tints of Orchid #E480DB
RGB
CMYK
RGB Variations
Color information
#E480DB (or 0xE480DB) is known color: Orchid. HEX triplet: E4, 80 and DB. RGB value is (228,128,219). Sum of RGB (Red+Green+Blue) = 228+128+219=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E480DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E480DB is #1B7F24. Grayscale: #A8A8A8. Windows color (decimal): -1802021 or 14385380. OLE color: 14385380.
HSL color Cylindrical-coordinate representation of color #E480DB: hue angle of 305.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E480DB is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 219 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.11 |
| HSL | 305.4º | 0.65% | 0.7% | - |
| HSV(B) | 305.4º | 0.44% | 0.89% | - |
| XYZ | 52.5 | 37.05 | 71.4 | - |
| YUV | 168.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 219 | 0 | 0.44 | 0.04 | 0.11 | 305.4 | 0.65 | 0.7 |
| Hex | E4 | 80 | DB | 0 | 2C | 4 | B | 131 | 41 | 46 |
| Octal | 344 | 200 | 333 | 0 | 54 | 4 | 13 | 461 | 101 | 106 |
| Binary | 11100100 | 10000000 | 11011011 | 0 | 101100 | 100 | 1011 | 100110001 | 1000001 | 1000110 |
Color Harmonies of #E480DB
Complementary color
Monochromatic Colors of #E480DB
Black with #E480DB
Text Example
Text Example
White with #E480DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E480DB; }
p { color: rgb(228,128,219); }
H1.HeaderClassName
{
color: #E480DB;
}
.AnyTagClassName
{
color: #E480DB;
}
</style>
background-color css
<style>
a { background-color: #E480DB; }
a { background-color: rgb(228,128,219); }
div.DivClassName
{
background-color: #E480DB;
}
.BgClassName
{
background-color: #E480DB;
}
</style>
border-color css
<style>
span { border-color: #E480DB; }
span { border-color: rgb(228,128,219); }
td.TdClassName
{
border-color: #E480DB;
}
.TagClassName
{
border-color: #E480DB;
}
</style>