Shades of Orchid #E182D6
Tints of Orchid #E182D6
RGB
CMYK
RGB Variations
Color information
#E182D6 (or 0xE182D6) is known color: Orchid. HEX triplet: E1, 82 and D6. RGB value is (225,130,214). Sum of RGB (Red+Green+Blue) = 225+130+214=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E182D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182D6 is #1E7D29. Grayscale: #A7A7A7. Windows color (decimal): -1998122 or 14058209. OLE color: 14058209.
HSL color Cylindrical-coordinate representation of color #E182D6: hue angle of 306.95º 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 #E182D6 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 214 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.12 |
| HSL | 306.95º | 0.61% | 0.7% | - |
| HSV(B) | 306.95º | 0.42% | 0.88% | - |
| XYZ | 51.17 | 36.83 | 68.03 | - |
| YUV | 167.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 214 | 0 | 0.42 | 0.05 | 0.12 | 306.95 | 0.61 | 0.7 |
| Hex | E1 | 82 | D6 | 0 | 2A | 5 | C | 133 | 3D | 46 |
| Octal | 341 | 202 | 326 | 0 | 52 | 5 | 14 | 463 | 75 | 106 |
| Binary | 11100001 | 10000010 | 11010110 | 0 | 101010 | 101 | 1100 | 100110011 | 111101 | 1000110 |
Color Harmonies of #E182D6
Complementary color
Monochromatic Colors of #E182D6
Black with #E182D6
Text Example
Text Example
White with #E182D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182D6; }
p { color: rgb(225,130,214); }
H1.HeaderClassName
{
color: #E182D6;
}
.AnyTagClassName
{
color: #E182D6;
}
</style>
background-color css
<style>
a { background-color: #E182D6; }
a { background-color: rgb(225,130,214); }
div.DivClassName
{
background-color: #E182D6;
}
.BgClassName
{
background-color: #E182D6;
}
</style>
border-color css
<style>
span { border-color: #E182D6; }
span { border-color: rgb(225,130,214); }
td.TdClassName
{
border-color: #E182D6;
}
.TagClassName
{
border-color: #E182D6;
}
</style>