Shades of Orchid #E182CC
Tints of Orchid #E182CC
RGB
CMYK
RGB Variations
Color information
#E182CC (or 0xE182CC) is known color: Orchid. HEX triplet: E1, 82 and CC. RGB value is (225,130,204). Sum of RGB (Red+Green+Blue) = 225+130+204=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E182CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182CC is #1E7D33. Grayscale: #A6A6A6. Windows color (decimal): -1998132 or 13402849. OLE color: 13402849.
HSL color Cylindrical-coordinate representation of color #E182CC: hue angle of 313.26º 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 #E182CC is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 204 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.12 |
| HSL | 313.26º | 0.61% | 0.7% | - |
| HSV(B) | 313.26º | 0.42% | 0.88% | - |
| XYZ | 49.93 | 36.33 | 61.51 | - |
| YUV | 166.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 204 | 0 | 0.42 | 0.09 | 0.12 | 313.26 | 0.61 | 0.7 |
| Hex | E1 | 82 | CC | 0 | 2A | 9 | C | 139 | 3D | 46 |
| Octal | 341 | 202 | 314 | 0 | 52 | 11 | 14 | 471 | 75 | 106 |
| Binary | 11100001 | 10000010 | 11001100 | 0 | 101010 | 1001 | 1100 | 100111001 | 111101 | 1000110 |
Color Harmonies of #E182CC
Complementary color
Monochromatic Colors of #E182CC
Black with #E182CC
Text Example
Text Example
White with #E182CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182CC; }
p { color: rgb(225,130,204); }
H1.HeaderClassName
{
color: #E182CC;
}
.AnyTagClassName
{
color: #E182CC;
}
</style>
background-color css
<style>
a { background-color: #E182CC; }
a { background-color: rgb(225,130,204); }
div.DivClassName
{
background-color: #E182CC;
}
.BgClassName
{
background-color: #E182CC;
}
</style>
border-color css
<style>
span { border-color: #E182CC; }
span { border-color: rgb(225,130,204); }
td.TdClassName
{
border-color: #E182CC;
}
.TagClassName
{
border-color: #E182CC;
}
</style>