Shades of Orchid #E580DA
Tints of Orchid #E580DA
RGB
CMYK
RGB Variations
Color information
#E580DA (or 0xE580DA) is known color: Orchid. HEX triplet: E5, 80 and DA. RGB value is (229,128,218). Sum of RGB (Red+Green+Blue) = 229+128+218=575 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.83% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 229 - color contains mainly: red. Hex color #E580DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580DA is #1A7F25. Grayscale: #A8A8A8. Windows color (decimal): -1736486 or 14319845. OLE color: 14319845.
HSL color Cylindrical-coordinate representation of color #E580DA: hue angle of 306.53º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E580DA is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 218 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.10 |
| HSL | 306.53º | 0.66% | 0.7% | - |
| HSV(B) | 306.53º | 0.44% | 0.9% | - |
| XYZ | 52.69 | 37.16 | 70.73 | - |
| YUV | 168.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 218 | 0 | 0.44 | 0.05 | 0.10 | 306.53 | 0.66 | 0.7 |
| Hex | E5 | 80 | DA | 0 | 2C | 5 | A | 133 | 42 | 46 |
| Octal | 345 | 200 | 332 | 0 | 54 | 5 | 12 | 463 | 102 | 106 |
| Binary | 11100101 | 10000000 | 11011010 | 0 | 101100 | 101 | 1010 | 100110011 | 1000010 | 1000110 |
Color Harmonies of #E580DA
Complementary color
Monochromatic Colors of #E580DA
Black with #E580DA
Text Example
Text Example
White with #E580DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E580DA; }
p { color: rgb(229,128,218); }
H1.HeaderClassName
{
color: #E580DA;
}
.AnyTagClassName
{
color: #E580DA;
}
</style>
background-color css
<style>
a { background-color: #E580DA; }
a { background-color: rgb(229,128,218); }
div.DivClassName
{
background-color: #E580DA;
}
.BgClassName
{
background-color: #E580DA;
}
</style>
border-color css
<style>
span { border-color: #E580DA; }
span { border-color: rgb(229,128,218); }
td.TdClassName
{
border-color: #E580DA;
}
.TagClassName
{
border-color: #E580DA;
}
</style>