Shades of Orchid #E171CB
Tints of Orchid #E171CB
RGB
CMYK
RGB Variations
Color information
#E171CB (or 0xE171CB) is known color: Orchid. HEX triplet: E1, 71 and CB. RGB value is (225,113,203). Sum of RGB (Red+Green+Blue) = 225+113+203=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E171CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171CB is #1E8E34. Grayscale: #9C9C9C. Windows color (decimal): -2002485 or 13332961. OLE color: 13332961.
HSL color Cylindrical-coordinate representation of color #E171CB: hue angle of 311.79º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E171CB is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 203 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.12 |
| HSL | 311.79º | 0.65% | 0.66% | - |
| HSV(B) | 311.79º | 0.5% | 0.88% | - |
| XYZ | 47.74 | 32.13 | 60.19 | - |
| YUV | 156.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 203 | 0 | 0.50 | 0.10 | 0.12 | 311.79 | 0.65 | 0.66 |
| Hex | E1 | 71 | CB | 0 | 32 | A | C | 138 | 41 | 42 |
| Octal | 341 | 161 | 313 | 0 | 62 | 12 | 14 | 470 | 101 | 102 |
| Binary | 11100001 | 1110001 | 11001011 | 0 | 110010 | 1010 | 1100 | 100111000 | 1000001 | 1000010 |
Color Harmonies of #E171CB
Complementary color
Monochromatic Colors of #E171CB
Black with #E171CB
Text Example
Text Example
White with #E171CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171CB; }
p { color: rgb(225,113,203); }
H1.HeaderClassName
{
color: #E171CB;
}
.AnyTagClassName
{
color: #E171CB;
}
</style>
background-color css
<style>
a { background-color: #E171CB; }
a { background-color: rgb(225,113,203); }
div.DivClassName
{
background-color: #E171CB;
}
.BgClassName
{
background-color: #E171CB;
}
</style>
border-color css
<style>
span { border-color: #E171CB; }
span { border-color: rgb(225,113,203); }
td.TdClassName
{
border-color: #E171CB;
}
.TagClassName
{
border-color: #E171CB;
}
</style>