Shades of Orchid #E182C9
Tints of Orchid #E182C9
RGB
CMYK
RGB Variations
Color information
#E182C9 (or 0xE182C9) is known color: Orchid. HEX triplet: E1, 82 and C9. RGB value is (225,130,201). Sum of RGB (Red+Green+Blue) = 225+130+201=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E182C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182C9 is #1E7D36. Grayscale: #A6A6A6. Windows color (decimal): -1998135 or 13206241. OLE color: 13206241.
HSL color Cylindrical-coordinate representation of color #E182C9: hue angle of 315.16º 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 #E182C9 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 201 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.12 |
| HSL | 315.16º | 0.61% | 0.7% | - |
| HSV(B) | 315.16º | 0.42% | 0.88% | - |
| XYZ | 49.58 | 36.19 | 59.63 | - |
| YUV | 166.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 201 | 0 | 0.42 | 0.11 | 0.12 | 315.16 | 0.61 | 0.7 |
| Hex | E1 | 82 | C9 | 0 | 2A | B | C | 13B | 3D | 46 |
| Octal | 341 | 202 | 311 | 0 | 52 | 13 | 14 | 473 | 75 | 106 |
| Binary | 11100001 | 10000010 | 11001001 | 0 | 101010 | 1011 | 1100 | 100111011 | 111101 | 1000110 |
Color Harmonies of #E182C9
Complementary color
Monochromatic Colors of #E182C9
Black with #E182C9
Text Example
Text Example
White with #E182C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182C9; }
p { color: rgb(225,130,201); }
H1.HeaderClassName
{
color: #E182C9;
}
.AnyTagClassName
{
color: #E182C9;
}
</style>
background-color css
<style>
a { background-color: #E182C9; }
a { background-color: rgb(225,130,201); }
div.DivClassName
{
background-color: #E182C9;
}
.BgClassName
{
background-color: #E182C9;
}
</style>
border-color css
<style>
span { border-color: #E182C9; }
span { border-color: rgb(225,130,201); }
td.TdClassName
{
border-color: #E182C9;
}
.TagClassName
{
border-color: #E182C9;
}
</style>