Shades of Orchid #E182CB
Tints of Orchid #E182CB
RGB
CMYK
RGB Variations
Color information
#E182CB (or 0xE182CB) is known color: Orchid. HEX triplet: E1, 82 and CB. RGB value is (225,130,203). Sum of RGB (Red+Green+Blue) = 225+130+203=558 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.32% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 225 - color contains mainly: red. Hex color #E182CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182CB is #1E7D34. Grayscale: #A6A6A6. Windows color (decimal): -1998133 or 13337313. OLE color: 13337313.
HSL color Cylindrical-coordinate representation of color #E182CB: hue angle of 313.89º 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 #E182CB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 203 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.12 |
| HSL | 313.89º | 0.61% | 0.7% | - |
| HSV(B) | 313.89º | 0.42% | 0.88% | - |
| XYZ | 49.81 | 36.28 | 60.88 | - |
| YUV | 166.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 203 | 0 | 0.42 | 0.10 | 0.12 | 313.89 | 0.61 | 0.7 |
| Hex | E1 | 82 | CB | 0 | 2A | A | C | 13A | 3D | 46 |
| Octal | 341 | 202 | 313 | 0 | 52 | 12 | 14 | 472 | 75 | 106 |
| Binary | 11100001 | 10000010 | 11001011 | 0 | 101010 | 1010 | 1100 | 100111010 | 111101 | 1000110 |
Color Harmonies of #E182CB
Complementary color
Monochromatic Colors of #E182CB
Black with #E182CB
Text Example
Text Example
White with #E182CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182CB; }
p { color: rgb(225,130,203); }
H1.HeaderClassName
{
color: #E182CB;
}
.AnyTagClassName
{
color: #E182CB;
}
</style>
background-color css
<style>
a { background-color: #E182CB; }
a { background-color: rgb(225,130,203); }
div.DivClassName
{
background-color: #E182CB;
}
.BgClassName
{
background-color: #E182CB;
}
</style>
border-color css
<style>
span { border-color: #E182CB; }
span { border-color: rgb(225,130,203); }
td.TdClassName
{
border-color: #E182CB;
}
.TagClassName
{
border-color: #E182CB;
}
</style>