Shades of Orchid #E183DD
Tints of Orchid #E183DD
RGB
CMYK
RGB Variations
Color information
#E183DD (or 0xE183DD) is known color: Orchid. HEX triplet: E1, 83 and DD. RGB value is (225,131,221). Sum of RGB (Red+Green+Blue) = 225+131+221=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E183DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183DD is #1E7C22. Grayscale: #A9A9A9. Windows color (decimal): -1997859 or 14517217. OLE color: 14517217.
HSL color Cylindrical-coordinate representation of color #E183DD: hue angle of 302.55º 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 #E183DD is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 221 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.12 |
| HSL | 302.55º | 0.61% | 0.7% | - |
| HSV(B) | 302.55º | 0.42% | 0.88% | - |
| XYZ | 52.22 | 37.46 | 72.89 | - |
| YUV | 169.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 221 | 0 | 0.42 | 0.02 | 0.12 | 302.55 | 0.61 | 0.7 |
| Hex | E1 | 83 | DD | 0 | 2A | 2 | C | 12F | 3D | 46 |
| Octal | 341 | 203 | 335 | 0 | 52 | 2 | 14 | 457 | 75 | 106 |
| Binary | 11100001 | 10000011 | 11011101 | 0 | 101010 | 10 | 1100 | 100101111 | 111101 | 1000110 |
Color Harmonies of #E183DD
Complementary color
Monochromatic Colors of #E183DD
Black with #E183DD
Text Example
Text Example
White with #E183DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183DD; }
p { color: rgb(225,131,221); }
H1.HeaderClassName
{
color: #E183DD;
}
.AnyTagClassName
{
color: #E183DD;
}
</style>
background-color css
<style>
a { background-color: #E183DD; }
a { background-color: rgb(225,131,221); }
div.DivClassName
{
background-color: #E183DD;
}
.BgClassName
{
background-color: #E183DD;
}
</style>
border-color css
<style>
span { border-color: #E183DD; }
span { border-color: rgb(225,131,221); }
td.TdClassName
{
border-color: #E183DD;
}
.TagClassName
{
border-color: #E183DD;
}
</style>