Shades of Orchid #E481DC
Tints of Orchid #E481DC
RGB
CMYK
RGB Variations
Color information
#E481DC (or 0xE481DC) is known color: Orchid. HEX triplet: E4, 81 and DC. RGB value is (228,129,220). Sum of RGB (Red+Green+Blue) = 228+129+220=577 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.51% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 228 - color contains mainly: red. Hex color #E481DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E481DC is #1B7E23. Grayscale: #A8A8A8. Windows color (decimal): -1801764 or 14451172. OLE color: 14451172.
HSL color Cylindrical-coordinate representation of color #E481DC: hue angle of 304.85º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E481DC is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 129 | 220 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.11 |
| HSL | 304.85º | 0.65% | 0.7% | - |
| HSV(B) | 304.85º | 0.43% | 0.89% | - |
| XYZ | 52.76 | 37.36 | 72.14 | - |
| YUV | 168.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 220 | 0 | 0.43 | 0.04 | 0.11 | 304.85 | 0.65 | 0.7 |
| Hex | E4 | 81 | DC | 0 | 2B | 4 | B | 131 | 41 | 46 |
| Octal | 344 | 201 | 334 | 0 | 53 | 4 | 13 | 461 | 101 | 106 |
| Binary | 11100100 | 10000001 | 11011100 | 0 | 101011 | 100 | 1011 | 100110001 | 1000001 | 1000110 |
Color Harmonies of #E481DC
Complementary color
Monochromatic Colors of #E481DC
Black with #E481DC
Text Example
Text Example
White with #E481DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E481DC; }
p { color: rgb(228,129,220); }
H1.HeaderClassName
{
color: #E481DC;
}
.AnyTagClassName
{
color: #E481DC;
}
</style>
background-color css
<style>
a { background-color: #E481DC; }
a { background-color: rgb(228,129,220); }
div.DivClassName
{
background-color: #E481DC;
}
.BgClassName
{
background-color: #E481DC;
}
</style>
border-color css
<style>
span { border-color: #E481DC; }
span { border-color: rgb(228,129,220); }
td.TdClassName
{
border-color: #E481DC;
}
.TagClassName
{
border-color: #E481DC;
}
</style>