Shades of Orchid #E17FCC
Tints of Orchid #E17FCC
RGB
CMYK
RGB Variations
Color information
#E17FCC (or 0xE17FCC) is known color: Orchid. HEX triplet: E1, 7F and CC. RGB value is (225,127,204). Sum of RGB (Red+Green+Blue) = 225+127+204=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FCC is #1E8033. Grayscale: #A4A4A4. Windows color (decimal): -1998900 or 13402081. OLE color: 13402081.
HSL color Cylindrical-coordinate representation of color #E17FCC: hue angle of 312.86º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FCC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 204 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.12 |
| HSL | 312.86º | 0.62% | 0.69% | - |
| HSV(B) | 312.86º | 0.44% | 0.88% | - |
| XYZ | 49.54 | 35.55 | 61.38 | - |
| YUV | 165.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 204 | 0 | 0.44 | 0.09 | 0.12 | 312.86 | 0.62 | 0.69 |
| Hex | E1 | 7F | CC | 0 | 2C | 9 | C | 139 | 3E | 45 |
| Octal | 341 | 177 | 314 | 0 | 54 | 11 | 14 | 471 | 76 | 105 |
| Binary | 11100001 | 1111111 | 11001100 | 0 | 101100 | 1001 | 1100 | 100111001 | 111110 | 1000101 |
Color Harmonies of #E17FCC
Complementary color
Monochromatic Colors of #E17FCC
Black with #E17FCC
Text Example
Text Example
White with #E17FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FCC; }
p { color: rgb(225,127,204); }
H1.HeaderClassName
{
color: #E17FCC;
}
.AnyTagClassName
{
color: #E17FCC;
}
</style>
background-color css
<style>
a { background-color: #E17FCC; }
a { background-color: rgb(225,127,204); }
div.DivClassName
{
background-color: #E17FCC;
}
.BgClassName
{
background-color: #E17FCC;
}
</style>
border-color css
<style>
span { border-color: #E17FCC; }
span { border-color: rgb(225,127,204); }
td.TdClassName
{
border-color: #E17FCC;
}
.TagClassName
{
border-color: #E17FCC;
}
</style>