Shades of Orchid #E184CC
Tints of Orchid #E184CC
RGB
CMYK
RGB Variations
Color information
#E184CC (or 0xE184CC) is known color: Orchid. HEX triplet: E1, 84 and CC. RGB value is (225,132,204). Sum of RGB (Red+Green+Blue) = 225+132+204=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E184CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184CC is #1E7B33. Grayscale: #A7A7A7. Windows color (decimal): -1997620 or 13403361. OLE color: 13403361.
HSL color Cylindrical-coordinate representation of color #E184CC: hue angle of 313.55º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E184CC is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 204 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.12 |
| HSL | 313.55º | 0.61% | 0.7% | - |
| HSV(B) | 313.55º | 0.41% | 0.88% | - |
| XYZ | 50.2 | 36.87 | 61.6 | - |
| YUV | 168.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 204 | 0 | 0.41 | 0.09 | 0.12 | 313.55 | 0.61 | 0.7 |
| Hex | E1 | 84 | CC | 0 | 29 | 9 | C | 13A | 3D | 46 |
| Octal | 341 | 204 | 314 | 0 | 51 | 11 | 14 | 472 | 75 | 106 |
| Binary | 11100001 | 10000100 | 11001100 | 0 | 101001 | 1001 | 1100 | 100111010 | 111101 | 1000110 |
Color Harmonies of #E184CC
Complementary color
Monochromatic Colors of #E184CC
Black with #E184CC
Text Example
Text Example
White with #E184CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184CC; }
p { color: rgb(225,132,204); }
H1.HeaderClassName
{
color: #E184CC;
}
.AnyTagClassName
{
color: #E184CC;
}
</style>
background-color css
<style>
a { background-color: #E184CC; }
a { background-color: rgb(225,132,204); }
div.DivClassName
{
background-color: #E184CC;
}
.BgClassName
{
background-color: #E184CC;
}
</style>
border-color css
<style>
span { border-color: #E184CC; }
span { border-color: rgb(225,132,204); }
td.TdClassName
{
border-color: #E184CC;
}
.TagClassName
{
border-color: #E184CC;
}
</style>