Shades of Orchid #E181D2
Tints of Orchid #E181D2
RGB
CMYK
RGB Variations
Color information
#E181D2 (or 0xE181D2) is known color: Orchid. HEX triplet: E1, 81 and D2. RGB value is (225,129,210). Sum of RGB (Red+Green+Blue) = 225+129+210=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E181D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181D2 is #1E7E2D. Grayscale: #A6A6A6. Windows color (decimal): -1998382 or 13795809. OLE color: 13795809.
HSL color Cylindrical-coordinate representation of color #E181D2: hue angle of 309.38º 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 #E181D2 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 210 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.12 |
| HSL | 309.38º | 0.62% | 0.69% | - |
| HSV(B) | 309.38º | 0.43% | 0.88% | - |
| XYZ | 50.53 | 36.36 | 65.33 | - |
| YUV | 166.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 210 | 0 | 0.43 | 0.07 | 0.12 | 309.38 | 0.62 | 0.69 |
| Hex | E1 | 81 | D2 | 0 | 2B | 7 | C | 135 | 3E | 45 |
| Octal | 341 | 201 | 322 | 0 | 53 | 7 | 14 | 465 | 76 | 105 |
| Binary | 11100001 | 10000001 | 11010010 | 0 | 101011 | 111 | 1100 | 100110101 | 111110 | 1000101 |
Color Harmonies of #E181D2
Complementary color
Monochromatic Colors of #E181D2
Black with #E181D2
Text Example
Text Example
White with #E181D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181D2; }
p { color: rgb(225,129,210); }
H1.HeaderClassName
{
color: #E181D2;
}
.AnyTagClassName
{
color: #E181D2;
}
</style>
background-color css
<style>
a { background-color: #E181D2; }
a { background-color: rgb(225,129,210); }
div.DivClassName
{
background-color: #E181D2;
}
.BgClassName
{
background-color: #E181D2;
}
</style>
border-color css
<style>
span { border-color: #E181D2; }
span { border-color: rgb(225,129,210); }
td.TdClassName
{
border-color: #E181D2;
}
.TagClassName
{
border-color: #E181D2;
}
</style>