Shades of Orchid #E181DD
Tints of Orchid #E181DD
RGB
CMYK
RGB Variations
Color information
#E181DD (or 0xE181DD) is known color: Orchid. HEX triplet: E1, 81 and DD. RGB value is (225,129,221). Sum of RGB (Red+Green+Blue) = 225+129+221=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E181DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181DD is #1E7E22. Grayscale: #A7A7A7. Windows color (decimal): -1998371 or 14516705. OLE color: 14516705.
HSL color Cylindrical-coordinate representation of color #E181DD: hue angle of 302.5º 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 #E181DD is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 129 | 221 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.12 |
| HSL | 302.5º | 0.62% | 0.69% | - |
| HSV(B) | 302.5º | 0.43% | 0.88% | - |
| XYZ | 51.95 | 36.93 | 72.8 | - |
| YUV | 168.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 129 | 221 | 0 | 0.43 | 0.02 | 0.12 | 302.5 | 0.62 | 0.69 |
| Hex | E1 | 81 | DD | 0 | 2B | 2 | C | 12E | 3E | 45 |
| Octal | 341 | 201 | 335 | 0 | 53 | 2 | 14 | 456 | 76 | 105 |
| Binary | 11100001 | 10000001 | 11011101 | 0 | 101011 | 10 | 1100 | 100101110 | 111110 | 1000101 |
Color Harmonies of #E181DD
Complementary color
Monochromatic Colors of #E181DD
Black with #E181DD
Text Example
Text Example
White with #E181DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E181DD; }
p { color: rgb(225,129,221); }
H1.HeaderClassName
{
color: #E181DD;
}
.AnyTagClassName
{
color: #E181DD;
}
</style>
background-color css
<style>
a { background-color: #E181DD; }
a { background-color: rgb(225,129,221); }
div.DivClassName
{
background-color: #E181DD;
}
.BgClassName
{
background-color: #E181DD;
}
</style>
border-color css
<style>
span { border-color: #E181DD; }
span { border-color: rgb(225,129,221); }
td.TdClassName
{
border-color: #E181DD;
}
.TagClassName
{
border-color: #E181DD;
}
</style>