Shades of Orchid #E183CD
Tints of Orchid #E183CD
RGB
CMYK
RGB Variations
Color information
#E183CD (or 0xE183CD) is known color: Orchid. HEX triplet: E1, 83 and CD. RGB value is (225,131,205). Sum of RGB (Red+Green+Blue) = 225+131+205=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E183CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183CD is #1E7C32. Grayscale: #A7A7A7. Windows color (decimal): -1997875 or 13468641. OLE color: 13468641.
HSL color Cylindrical-coordinate representation of color #E183CD: hue angle of 312.77º 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 #E183CD is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 205 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.12 |
| HSL | 312.77º | 0.61% | 0.7% | - |
| HSV(B) | 312.77º | 0.42% | 0.88% | - |
| XYZ | 50.19 | 36.65 | 62.19 | - |
| YUV | 167.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 205 | 0 | 0.42 | 0.09 | 0.12 | 312.77 | 0.61 | 0.7 |
| Hex | E1 | 83 | CD | 0 | 2A | 9 | C | 139 | 3D | 46 |
| Octal | 341 | 203 | 315 | 0 | 52 | 11 | 14 | 471 | 75 | 106 |
| Binary | 11100001 | 10000011 | 11001101 | 0 | 101010 | 1001 | 1100 | 100111001 | 111101 | 1000110 |
Color Harmonies of #E183CD
Complementary color
Monochromatic Colors of #E183CD
Black with #E183CD
Text Example
Text Example
White with #E183CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183CD; }
p { color: rgb(225,131,205); }
H1.HeaderClassName
{
color: #E183CD;
}
.AnyTagClassName
{
color: #E183CD;
}
</style>
background-color css
<style>
a { background-color: #E183CD; }
a { background-color: rgb(225,131,205); }
div.DivClassName
{
background-color: #E183CD;
}
.BgClassName
{
background-color: #E183CD;
}
</style>
border-color css
<style>
span { border-color: #E183CD; }
span { border-color: rgb(225,131,205); }
td.TdClassName
{
border-color: #E183CD;
}
.TagClassName
{
border-color: #E183CD;
}
</style>