Shades of Orchid #E180D3
Tints of Orchid #E180D3
RGB
CMYK
RGB Variations
Color information
#E180D3 (or 0xE180D3) is known color: Orchid. HEX triplet: E1, 80 and D3. RGB value is (225,128,211). Sum of RGB (Red+Green+Blue) = 225+128+211=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E180D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180D3 is #1E7F2C. Grayscale: #A6A6A6. Windows color (decimal): -1998637 or 13861089. OLE color: 13861089.
HSL color Cylindrical-coordinate representation of color #E180D3: hue angle of 308.66º 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 #E180D3 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 211 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.12 |
| HSL | 308.66º | 0.62% | 0.69% | - |
| HSV(B) | 308.66º | 0.43% | 0.88% | - |
| XYZ | 50.53 | 36.15 | 65.94 | - |
| YUV | 166.47 | 153.14 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 211 | 0 | 0.43 | 0.06 | 0.12 | 308.66 | 0.62 | 0.69 |
| Hex | E1 | 80 | D3 | 0 | 2B | 6 | C | 135 | 3E | 45 |
| Octal | 341 | 200 | 323 | 0 | 53 | 6 | 14 | 465 | 76 | 105 |
| Binary | 11100001 | 10000000 | 11010011 | 0 | 101011 | 110 | 1100 | 100110101 | 111110 | 1000101 |
Color Harmonies of #E180D3
Complementary color
Monochromatic Colors of #E180D3
Black with #E180D3
Text Example
Text Example
White with #E180D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180D3; }
p { color: rgb(225,128,211); }
H1.HeaderClassName
{
color: #E180D3;
}
.AnyTagClassName
{
color: #E180D3;
}
</style>
background-color css
<style>
a { background-color: #E180D3; }
a { background-color: rgb(225,128,211); }
div.DivClassName
{
background-color: #E180D3;
}
.BgClassName
{
background-color: #E180D3;
}
</style>
border-color css
<style>
span { border-color: #E180D3; }
span { border-color: rgb(225,128,211); }
td.TdClassName
{
border-color: #E180D3;
}
.TagClassName
{
border-color: #E180D3;
}
</style>