Shades of Orchid #E180DC
Tints of Orchid #E180DC
RGB
CMYK
RGB Variations
Color information
#E180DC (or 0xE180DC) is known color: Orchid. HEX triplet: E1, 80 and DC. RGB value is (225,128,220). Sum of RGB (Red+Green+Blue) = 225+128+220=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E180DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180DC is #1E7F23. Grayscale: #A7A7A7. Windows color (decimal): -1998628 or 14450913. OLE color: 14450913.
HSL color Cylindrical-coordinate representation of color #E180DC: hue angle of 303.09º 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 #E180DC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 220 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.12 |
| HSL | 303.09º | 0.62% | 0.69% | - |
| HSV(B) | 303.09º | 0.43% | 0.88% | - |
| XYZ | 51.69 | 36.61 | 72.05 | - |
| YUV | 167.49 | 157.64 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 220 | 0 | 0.43 | 0.02 | 0.12 | 303.09 | 0.62 | 0.69 |
| Hex | E1 | 80 | DC | 0 | 2B | 2 | C | 12F | 3E | 45 |
| Octal | 341 | 200 | 334 | 0 | 53 | 2 | 14 | 457 | 76 | 105 |
| Binary | 11100001 | 10000000 | 11011100 | 0 | 101011 | 10 | 1100 | 100101111 | 111110 | 1000101 |
Color Harmonies of #E180DC
Complementary color
Monochromatic Colors of #E180DC
Black with #E180DC
Text Example
Text Example
White with #E180DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180DC; }
p { color: rgb(225,128,220); }
H1.HeaderClassName
{
color: #E180DC;
}
.AnyTagClassName
{
color: #E180DC;
}
</style>
background-color css
<style>
a { background-color: #E180DC; }
a { background-color: rgb(225,128,220); }
div.DivClassName
{
background-color: #E180DC;
}
.BgClassName
{
background-color: #E180DC;
}
</style>
border-color css
<style>
span { border-color: #E180DC; }
span { border-color: rgb(225,128,220); }
td.TdClassName
{
border-color: #E180DC;
}
.TagClassName
{
border-color: #E180DC;
}
</style>