Shades of Orchid #E180DD
Tints of Orchid #E180DD
RGB
CMYK
RGB Variations
Color information
#E180DD (or 0xE180DD) is known color: Orchid. HEX triplet: E1, 80 and DD. RGB value is (225,128,221). Sum of RGB (Red+Green+Blue) = 225+128+221=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E180DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180DD is #1E7F22. Grayscale: #A7A7A7. Windows color (decimal): -1998627 or 14516449. OLE color: 14516449.
HSL color Cylindrical-coordinate representation of color #E180DD: hue angle of 302.47º 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 #E180DD is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 221 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.12 |
| HSL | 302.47º | 0.62% | 0.69% | - |
| HSV(B) | 302.47º | 0.43% | 0.88% | - |
| XYZ | 51.82 | 36.67 | 72.75 | - |
| YUV | 167.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 221 | 0 | 0.43 | 0.02 | 0.12 | 302.47 | 0.62 | 0.69 |
| Hex | E1 | 80 | DD | 0 | 2B | 2 | C | 12E | 3E | 45 |
| Octal | 341 | 200 | 335 | 0 | 53 | 2 | 14 | 456 | 76 | 105 |
| Binary | 11100001 | 10000000 | 11011101 | 0 | 101011 | 10 | 1100 | 100101110 | 111110 | 1000101 |
Color Harmonies of #E180DD
Complementary color
Monochromatic Colors of #E180DD
Black with #E180DD
Text Example
Text Example
White with #E180DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180DD; }
p { color: rgb(225,128,221); }
H1.HeaderClassName
{
color: #E180DD;
}
.AnyTagClassName
{
color: #E180DD;
}
</style>
background-color css
<style>
a { background-color: #E180DD; }
a { background-color: rgb(225,128,221); }
div.DivClassName
{
background-color: #E180DD;
}
.BgClassName
{
background-color: #E180DD;
}
</style>
border-color css
<style>
span { border-color: #E180DD; }
span { border-color: rgb(225,128,221); }
td.TdClassName
{
border-color: #E180DD;
}
.TagClassName
{
border-color: #E180DD;
}
</style>