Shades of Orchid #E181D6
Tints of Orchid #E181D6
RGB
CMYK
RGB Variations
Color information
#E181D6 (or 0xE181D6) is known color: Orchid. HEX triplet: E1, 81 and D6. RGB value is (225,129,214). Sum of RGB (Red+Green+Blue) = 225+129+214=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E181D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181D6 is #1E7E29. Grayscale: #A7A7A7. Windows color (decimal): -1998378 or 14057953. OLE color: 14057953.
HSL color Cylindrical-coordinate representation of color #E181D6: hue angle of 306.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E181D6 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 214 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.12 |
| HSL | 306.88º | 0.62% | 0.69% | - |
| HSV(B) | 306.88º | 0.43% | 0.88% | - |
| XYZ | 51.04 | 36.56 | 67.99 | - |
| YUV | 167.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 214 | 0 | 0.43 | 0.05 | 0.12 | 306.88 | 0.62 | 0.69 |
| Hex | E1 | 81 | D6 | 0 | 2B | 5 | C | 133 | 3E | 45 |
| Octal | 341 | 201 | 326 | 0 | 53 | 5 | 14 | 463 | 76 | 105 |
| Binary | 11100001 | 10000001 | 11010110 | 0 | 101011 | 101 | 1100 | 100110011 | 111110 | 1000101 |
Color Harmonies of #E181D6
Complementary color
Monochromatic Colors of #E181D6
Black with #E181D6
Text Example
Text Example
White with #E181D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181D6; }
p { color: rgb(225,129,214); }
H1.HeaderClassName
{
color: #E181D6;
}
.AnyTagClassName
{
color: #E181D6;
}
</style>
background-color css
<style>
a { background-color: #E181D6; }
a { background-color: rgb(225,129,214); }
div.DivClassName
{
background-color: #E181D6;
}
.BgClassName
{
background-color: #E181D6;
}
</style>
border-color css
<style>
span { border-color: #E181D6; }
span { border-color: rgb(225,129,214); }
td.TdClassName
{
border-color: #E181D6;
}
.TagClassName
{
border-color: #E181D6;
}
</style>