Shades of Orchid #E171CF
Tints of Orchid #E171CF
RGB
CMYK
RGB Variations
Color information
#E171CF (or 0xE171CF) is known color: Orchid. HEX triplet: E1, 71 and CF. RGB value is (225,113,207). Sum of RGB (Red+Green+Blue) = 225+113+207=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E171CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171CF is #1E8E30. Grayscale: #9C9C9C. Windows color (decimal): -2002481 or 13595105. OLE color: 13595105.
HSL color Cylindrical-coordinate representation of color #E171CF: hue angle of 309.64º 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 #E171CF is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 207 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.12 |
| HSL | 309.64º | 0.65% | 0.66% | - |
| HSV(B) | 309.64º | 0.5% | 0.88% | - |
| XYZ | 48.22 | 32.32 | 62.73 | - |
| YUV | 157.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 207 | 0 | 0.50 | 0.08 | 0.12 | 309.64 | 0.65 | 0.66 |
| Hex | E1 | 71 | CF | 0 | 32 | 8 | C | 136 | 41 | 42 |
| Octal | 341 | 161 | 317 | 0 | 62 | 10 | 14 | 466 | 101 | 102 |
| Binary | 11100001 | 1110001 | 11001111 | 0 | 110010 | 1000 | 1100 | 100110110 | 1000001 | 1000010 |
Color Harmonies of #E171CF
Complementary color
Monochromatic Colors of #E171CF
Black with #E171CF
Text Example
Text Example
White with #E171CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171CF; }
p { color: rgb(225,113,207); }
H1.HeaderClassName
{
color: #E171CF;
}
.AnyTagClassName
{
color: #E171CF;
}
</style>
background-color css
<style>
a { background-color: #E171CF; }
a { background-color: rgb(225,113,207); }
div.DivClassName
{
background-color: #E171CF;
}
.BgClassName
{
background-color: #E171CF;
}
</style>
border-color css
<style>
span { border-color: #E171CF; }
span { border-color: rgb(225,113,207); }
td.TdClassName
{
border-color: #E171CF;
}
.TagClassName
{
border-color: #E171CF;
}
</style>