Shades of Orchid #E183CB
Tints of Orchid #E183CB
RGB
CMYK
RGB Variations
Color information
#E183CB (or 0xE183CB) is known color: Orchid. HEX triplet: E1, 83 and CB. RGB value is (225,131,203). Sum of RGB (Red+Green+Blue) = 225+131+203=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E183CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183CB is #1E7C34. Grayscale: #A7A7A7. Windows color (decimal): -1997877 or 13337569. OLE color: 13337569.
HSL color Cylindrical-coordinate representation of color #E183CB: hue angle of 314.04º 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 #E183CB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 203 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.12 |
| HSL | 314.04º | 0.61% | 0.7% | - |
| HSV(B) | 314.04º | 0.42% | 0.88% | - |
| XYZ | 49.95 | 36.55 | 60.92 | - |
| YUV | 167.31 | 148.14 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 203 | 0 | 0.42 | 0.10 | 0.12 | 314.04 | 0.61 | 0.7 |
| Hex | E1 | 83 | CB | 0 | 2A | A | C | 13A | 3D | 46 |
| Octal | 341 | 203 | 313 | 0 | 52 | 12 | 14 | 472 | 75 | 106 |
| Binary | 11100001 | 10000011 | 11001011 | 0 | 101010 | 1010 | 1100 | 100111010 | 111101 | 1000110 |
Color Harmonies of #E183CB
Complementary color
Monochromatic Colors of #E183CB
Black with #E183CB
Text Example
Text Example
White with #E183CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E183CB; }
p { color: rgb(225,131,203); }
H1.HeaderClassName
{
color: #E183CB;
}
.AnyTagClassName
{
color: #E183CB;
}
</style>
background-color css
<style>
a { background-color: #E183CB; }
a { background-color: rgb(225,131,203); }
div.DivClassName
{
background-color: #E183CB;
}
.BgClassName
{
background-color: #E183CB;
}
</style>
border-color css
<style>
span { border-color: #E183CB; }
span { border-color: rgb(225,131,203); }
td.TdClassName
{
border-color: #E183CB;
}
.TagClassName
{
border-color: #E183CB;
}
</style>