Shades of Orchid #E184DC
Tints of Orchid #E184DC
RGB
CMYK
RGB Variations
Color information
#E184DC (or 0xE184DC) is known color: Orchid. HEX triplet: E1, 84 and DC. RGB value is (225,132,220). Sum of RGB (Red+Green+Blue) = 225+132+220=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E184DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184DC is #1E7B23. Grayscale: #A9A9A9. Windows color (decimal): -1997604 or 14451937. OLE color: 14451937.
HSL color Cylindrical-coordinate representation of color #E184DC: hue angle of 303.23º 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 #E184DC is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 220 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.12 |
| HSL | 303.23º | 0.61% | 0.7% | - |
| HSV(B) | 303.23º | 0.41% | 0.88% | - |
| XYZ | 52.22 | 37.68 | 72.23 | - |
| YUV | 169.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 220 | 0 | 0.41 | 0.02 | 0.12 | 303.23 | 0.61 | 0.7 |
| Hex | E1 | 84 | DC | 0 | 29 | 2 | C | 12F | 3D | 46 |
| Octal | 341 | 204 | 334 | 0 | 51 | 2 | 14 | 457 | 75 | 106 |
| Binary | 11100001 | 10000100 | 11011100 | 0 | 101001 | 10 | 1100 | 100101111 | 111101 | 1000110 |
Color Harmonies of #E184DC
Complementary color
Monochromatic Colors of #E184DC
Black with #E184DC
Text Example
Text Example
White with #E184DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E184DC; }
p { color: rgb(225,132,220); }
H1.HeaderClassName
{
color: #E184DC;
}
.AnyTagClassName
{
color: #E184DC;
}
</style>
background-color css
<style>
a { background-color: #E184DC; }
a { background-color: rgb(225,132,220); }
div.DivClassName
{
background-color: #E184DC;
}
.BgClassName
{
background-color: #E184DC;
}
</style>
border-color css
<style>
span { border-color: #E184DC; }
span { border-color: rgb(225,132,220); }
td.TdClassName
{
border-color: #E184DC;
}
.TagClassName
{
border-color: #E184DC;
}
</style>