Shades of Orchid #E182D7
Tints of Orchid #E182D7
RGB
CMYK
RGB Variations
Color information
#E182D7 (or 0xE182D7) is known color: Orchid. HEX triplet: E1, 82 and D7. RGB value is (225,130,215). Sum of RGB (Red+Green+Blue) = 225+130+215=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E182D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182D7 is #1E7D28. Grayscale: #A7A7A7. Windows color (decimal): -1998121 or 14123745. OLE color: 14123745.
HSL color Cylindrical-coordinate representation of color #E182D7: hue angle of 306.32º 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 #E182D7 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 215 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.12 |
| HSL | 306.32º | 0.61% | 0.7% | - |
| HSV(B) | 306.32º | 0.42% | 0.88% | - |
| XYZ | 51.3 | 36.88 | 68.7 | - |
| YUV | 168.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 215 | 0 | 0.42 | 0.04 | 0.12 | 306.32 | 0.61 | 0.7 |
| Hex | E1 | 82 | D7 | 0 | 2A | 4 | C | 132 | 3D | 46 |
| Octal | 341 | 202 | 327 | 0 | 52 | 4 | 14 | 462 | 75 | 106 |
| Binary | 11100001 | 10000010 | 11010111 | 0 | 101010 | 100 | 1100 | 100110010 | 111101 | 1000110 |
Color Harmonies of #E182D7
Complementary color
Monochromatic Colors of #E182D7
Black with #E182D7
Text Example
Text Example
White with #E182D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182D7; }
p { color: rgb(225,130,215); }
H1.HeaderClassName
{
color: #E182D7;
}
.AnyTagClassName
{
color: #E182D7;
}
</style>
background-color css
<style>
a { background-color: #E182D7; }
a { background-color: rgb(225,130,215); }
div.DivClassName
{
background-color: #E182D7;
}
.BgClassName
{
background-color: #E182D7;
}
</style>
border-color css
<style>
span { border-color: #E182D7; }
span { border-color: rgb(225,130,215); }
td.TdClassName
{
border-color: #E182D7;
}
.TagClassName
{
border-color: #E182D7;
}
</style>