Shades of Orchid #E182DA
Tints of Orchid #E182DA
RGB
CMYK
RGB Variations
Color information
#E182DA (or 0xE182DA) is known color: Orchid. HEX triplet: E1, 82 and DA. RGB value is (225,130,218). Sum of RGB (Red+Green+Blue) = 225+130+218=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E182DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182DA is #1E7D25. Grayscale: #A8A8A8. Windows color (decimal): -1998118 or 14320353. OLE color: 14320353.
HSL color Cylindrical-coordinate representation of color #E182DA: hue angle of 304.42º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182DA is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 218 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.12 |
| HSL | 304.42º | 0.61% | 0.7% | - |
| HSV(B) | 304.42º | 0.42% | 0.88% | - |
| XYZ | 51.69 | 37.03 | 70.75 | - |
| YUV | 168.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 218 | 0 | 0.42 | 0.03 | 0.12 | 304.42 | 0.61 | 0.7 |
| Hex | E1 | 82 | DA | 0 | 2A | 3 | C | 130 | 3D | 46 |
| Octal | 341 | 202 | 332 | 0 | 52 | 3 | 14 | 460 | 75 | 106 |
| Binary | 11100001 | 10000010 | 11011010 | 0 | 101010 | 11 | 1100 | 100110000 | 111101 | 1000110 |
Color Harmonies of #E182DA
Complementary color
Monochromatic Colors of #E182DA
Black with #E182DA
Text Example
Text Example
White with #E182DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182DA; }
p { color: rgb(225,130,218); }
H1.HeaderClassName
{
color: #E182DA;
}
.AnyTagClassName
{
color: #E182DA;
}
</style>
background-color css
<style>
a { background-color: #E182DA; }
a { background-color: rgb(225,130,218); }
div.DivClassName
{
background-color: #E182DA;
}
.BgClassName
{
background-color: #E182DA;
}
</style>
border-color css
<style>
span { border-color: #E182DA; }
span { border-color: rgb(225,130,218); }
td.TdClassName
{
border-color: #E182DA;
}
.TagClassName
{
border-color: #E182DA;
}
</style>