Shades of Orchid #E181D1
Tints of Orchid #E181D1
RGB
CMYK
RGB Variations
Color information
#E181D1 (or 0xE181D1) is known color: Orchid. HEX triplet: E1, 81 and D1. RGB value is (225,129,209). Sum of RGB (Red+Green+Blue) = 225+129+209=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E181D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181D1 is #1E7E2E. Grayscale: #A6A6A6. Windows color (decimal): -1998383 or 13730273. OLE color: 13730273.
HSL color Cylindrical-coordinate representation of color #E181D1: hue angle of 310º 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 #E181D1 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 209 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.12 |
| HSL | 310º | 0.62% | 0.69% | - |
| HSV(B) | 310º | 0.43% | 0.88% | - |
| XYZ | 50.41 | 36.31 | 64.67 | - |
| YUV | 166.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 209 | 0 | 0.43 | 0.07 | 0.12 | 310 | 0.62 | 0.69 |
| Hex | E1 | 81 | D1 | 0 | 2B | 7 | C | 136 | 3E | 45 |
| Octal | 341 | 201 | 321 | 0 | 53 | 7 | 14 | 466 | 76 | 105 |
| Binary | 11100001 | 10000001 | 11010001 | 0 | 101011 | 111 | 1100 | 100110110 | 111110 | 1000101 |
Color Harmonies of #E181D1
Complementary color
Monochromatic Colors of #E181D1
Black with #E181D1
Text Example
Text Example
White with #E181D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181D1; }
p { color: rgb(225,129,209); }
H1.HeaderClassName
{
color: #E181D1;
}
.AnyTagClassName
{
color: #E181D1;
}
</style>
background-color css
<style>
a { background-color: #E181D1; }
a { background-color: rgb(225,129,209); }
div.DivClassName
{
background-color: #E181D1;
}
.BgClassName
{
background-color: #E181D1;
}
</style>
border-color css
<style>
span { border-color: #E181D1; }
span { border-color: rgb(225,129,209); }
td.TdClassName
{
border-color: #E181D1;
}
.TagClassName
{
border-color: #E181D1;
}
</style>