Shades of Orchid #E480DC
Tints of Orchid #E480DC
RGB
CMYK
RGB Variations
Color information
#E480DC (or 0xE480DC) is known color: Orchid. HEX triplet: E4, 80 and DC. RGB value is (228,128,220). Sum of RGB (Red+Green+Blue) = 228+128+220=576 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.58% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 228 - color contains mainly: red. Hex color #E480DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E480DC is #1B7F23. Grayscale: #A8A8A8. Windows color (decimal): -1802020 or 14450916. OLE color: 14450916.
HSL color Cylindrical-coordinate representation of color #E480DC: hue angle of 304.8º 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 #E480DC is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 220 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.11 |
| HSL | 304.8º | 0.65% | 0.7% | - |
| HSV(B) | 304.8º | 0.44% | 0.89% | - |
| XYZ | 52.63 | 37.1 | 72.1 | - |
| YUV | 168.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 220 | 0 | 0.44 | 0.04 | 0.11 | 304.8 | 0.65 | 0.7 |
| Hex | E4 | 80 | DC | 0 | 2C | 4 | B | 131 | 41 | 46 |
| Octal | 344 | 200 | 334 | 0 | 54 | 4 | 13 | 461 | 101 | 106 |
| Binary | 11100100 | 10000000 | 11011100 | 0 | 101100 | 100 | 1011 | 100110001 | 1000001 | 1000110 |
Color Harmonies of #E480DC
Complementary color
Monochromatic Colors of #E480DC
Black with #E480DC
Text Example
Text Example
White with #E480DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E480DC; }
p { color: rgb(228,128,220); }
H1.HeaderClassName
{
color: #E480DC;
}
.AnyTagClassName
{
color: #E480DC;
}
</style>
background-color css
<style>
a { background-color: #E480DC; }
a { background-color: rgb(228,128,220); }
div.DivClassName
{
background-color: #E480DC;
}
.BgClassName
{
background-color: #E480DC;
}
</style>
border-color css
<style>
span { border-color: #E480DC; }
span { border-color: rgb(228,128,220); }
td.TdClassName
{
border-color: #E480DC;
}
.TagClassName
{
border-color: #E480DC;
}
</style>