Shades of Orchid #E182CA
Tints of Orchid #E182CA
RGB
CMYK
RGB Variations
Color information
#E182CA (or 0xE182CA) is known color: Orchid. HEX triplet: E1, 82 and CA. RGB value is (225,130,202). Sum of RGB (Red+Green+Blue) = 225+130+202=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E182CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182CA is #1E7D35. Grayscale: #A6A6A6. Windows color (decimal): -1998134 or 13271777. OLE color: 13271777.
HSL color Cylindrical-coordinate representation of color #E182CA: hue angle of 314.53º 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 #E182CA is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 202 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.12 |
| HSL | 314.53º | 0.61% | 0.7% | - |
| HSV(B) | 314.53º | 0.42% | 0.88% | - |
| XYZ | 49.69 | 36.24 | 60.25 | - |
| YUV | 166.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 202 | 0 | 0.42 | 0.10 | 0.12 | 314.53 | 0.61 | 0.7 |
| Hex | E1 | 82 | CA | 0 | 2A | A | C | 13B | 3D | 46 |
| Octal | 341 | 202 | 312 | 0 | 52 | 12 | 14 | 473 | 75 | 106 |
| Binary | 11100001 | 10000010 | 11001010 | 0 | 101010 | 1010 | 1100 | 100111011 | 111101 | 1000110 |
Color Harmonies of #E182CA
Complementary color
Monochromatic Colors of #E182CA
Black with #E182CA
Text Example
Text Example
White with #E182CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182CA; }
p { color: rgb(225,130,202); }
H1.HeaderClassName
{
color: #E182CA;
}
.AnyTagClassName
{
color: #E182CA;
}
</style>
background-color css
<style>
a { background-color: #E182CA; }
a { background-color: rgb(225,130,202); }
div.DivClassName
{
background-color: #E182CA;
}
.BgClassName
{
background-color: #E182CA;
}
</style>
border-color css
<style>
span { border-color: #E182CA; }
span { border-color: rgb(225,130,202); }
td.TdClassName
{
border-color: #E182CA;
}
.TagClassName
{
border-color: #E182CA;
}
</style>