Shades of Orchid #E180D5
Tints of Orchid #E180D5
RGB
CMYK
RGB Variations
Color information
#E180D5 (or 0xE180D5) is known color: Orchid. HEX triplet: E1, 80 and D5. RGB value is (225,128,213). Sum of RGB (Red+Green+Blue) = 225+128+213=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E180D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180D5 is #1E7F2A. Grayscale: #A6A6A6. Windows color (decimal): -1998635 or 13992161. OLE color: 13992161.
HSL color Cylindrical-coordinate representation of color #E180D5: hue angle of 307.42º 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 #E180D5 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 213 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.12 |
| HSL | 307.42º | 0.62% | 0.69% | - |
| HSV(B) | 307.42º | 0.43% | 0.88% | - |
| XYZ | 50.78 | 36.25 | 67.27 | - |
| YUV | 166.69 | 154.14 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 213 | 0 | 0.43 | 0.05 | 0.12 | 307.42 | 0.62 | 0.69 |
| Hex | E1 | 80 | D5 | 0 | 2B | 5 | C | 133 | 3E | 45 |
| Octal | 341 | 200 | 325 | 0 | 53 | 5 | 14 | 463 | 76 | 105 |
| Binary | 11100001 | 10000000 | 11010101 | 0 | 101011 | 101 | 1100 | 100110011 | 111110 | 1000101 |
Color Harmonies of #E180D5
Complementary color
Monochromatic Colors of #E180D5
Black with #E180D5
Text Example
Text Example
White with #E180D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180D5; }
p { color: rgb(225,128,213); }
H1.HeaderClassName
{
color: #E180D5;
}
.AnyTagClassName
{
color: #E180D5;
}
</style>
background-color css
<style>
a { background-color: #E180D5; }
a { background-color: rgb(225,128,213); }
div.DivClassName
{
background-color: #E180D5;
}
.BgClassName
{
background-color: #E180D5;
}
</style>
border-color css
<style>
span { border-color: #E180D5; }
span { border-color: rgb(225,128,213); }
td.TdClassName
{
border-color: #E180D5;
}
.TagClassName
{
border-color: #E180D5;
}
</style>