Shades of Orchid #E183D8
Tints of Orchid #E183D8
RGB
CMYK
RGB Variations
Color information
#E183D8 (or 0xE183D8) is known color: Orchid. HEX triplet: E1, 83 and D8. RGB value is (225,131,216). Sum of RGB (Red+Green+Blue) = 225+131+216=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E183D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183D8 is #1E7C27. Grayscale: #A8A8A8. Windows color (decimal): -1997864 or 14189537. OLE color: 14189537.
HSL color Cylindrical-coordinate representation of color #E183D8: hue angle of 305.74º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E183D8 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 216 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.12 |
| HSL | 305.74º | 0.61% | 0.7% | - |
| HSV(B) | 305.74º | 0.42% | 0.88% | - |
| XYZ | 51.56 | 37.2 | 69.43 | - |
| YUV | 168.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 216 | 0 | 0.42 | 0.04 | 0.12 | 305.74 | 0.61 | 0.7 |
| Hex | E1 | 83 | D8 | 0 | 2A | 4 | C | 132 | 3D | 46 |
| Octal | 341 | 203 | 330 | 0 | 52 | 4 | 14 | 462 | 75 | 106 |
| Binary | 11100001 | 10000011 | 11011000 | 0 | 101010 | 100 | 1100 | 100110010 | 111101 | 1000110 |
Color Harmonies of #E183D8
Complementary color
Monochromatic Colors of #E183D8
Black with #E183D8
Text Example
Text Example
White with #E183D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183D8; }
p { color: rgb(225,131,216); }
H1.HeaderClassName
{
color: #E183D8;
}
.AnyTagClassName
{
color: #E183D8;
}
</style>
background-color css
<style>
a { background-color: #E183D8; }
a { background-color: rgb(225,131,216); }
div.DivClassName
{
background-color: #E183D8;
}
.BgClassName
{
background-color: #E183D8;
}
</style>
border-color css
<style>
span { border-color: #E183D8; }
span { border-color: rgb(225,131,216); }
td.TdClassName
{
border-color: #E183D8;
}
.TagClassName
{
border-color: #E183D8;
}
</style>