Shades of Orchid #E17FC9
Tints of Orchid #E17FC9
RGB
CMYK
RGB Variations
Color information
#E17FC9 (or 0xE17FC9) is known color: Orchid. HEX triplet: E1, 7F and C9. RGB value is (225,127,201). Sum of RGB (Red+Green+Blue) = 225+127+201=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FC9 is #1E8036. Grayscale: #A4A4A4. Windows color (decimal): -1998903 or 13205473. OLE color: 13205473.
HSL color Cylindrical-coordinate representation of color #E17FC9: hue angle of 314.69º 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 #E17FC9 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 201 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.12 |
| HSL | 314.69º | 0.62% | 0.69% | - |
| HSV(B) | 314.69º | 0.44% | 0.88% | - |
| XYZ | 49.18 | 35.4 | 59.5 | - |
| YUV | 164.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 201 | 0 | 0.44 | 0.11 | 0.12 | 314.69 | 0.62 | 0.69 |
| Hex | E1 | 7F | C9 | 0 | 2C | B | C | 13B | 3E | 45 |
| Octal | 341 | 177 | 311 | 0 | 54 | 13 | 14 | 473 | 76 | 105 |
| Binary | 11100001 | 1111111 | 11001001 | 0 | 101100 | 1011 | 1100 | 100111011 | 111110 | 1000101 |
Color Harmonies of #E17FC9
Complementary color
Monochromatic Colors of #E17FC9
Black with #E17FC9
Text Example
Text Example
White with #E17FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FC9; }
p { color: rgb(225,127,201); }
H1.HeaderClassName
{
color: #E17FC9;
}
.AnyTagClassName
{
color: #E17FC9;
}
</style>
background-color css
<style>
a { background-color: #E17FC9; }
a { background-color: rgb(225,127,201); }
div.DivClassName
{
background-color: #E17FC9;
}
.BgClassName
{
background-color: #E17FC9;
}
</style>
border-color css
<style>
span { border-color: #E17FC9; }
span { border-color: rgb(225,127,201); }
td.TdClassName
{
border-color: #E17FC9;
}
.TagClassName
{
border-color: #E17FC9;
}
</style>