Shades of Orchid #E17FCF
Tints of Orchid #E17FCF
RGB
CMYK
RGB Variations
Color information
#E17FCF (or 0xE17FCF) is known color: Orchid. HEX triplet: E1, 7F and CF. RGB value is (225,127,207). Sum of RGB (Red+Green+Blue) = 225+127+207=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FCF is #1E8030. Grayscale: #A5A5A5. Windows color (decimal): -1998897 or 13598689. OLE color: 13598689.
HSL color Cylindrical-coordinate representation of color #E17FCF: hue angle of 311.02º 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 #E17FCF is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 207 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.12 |
| HSL | 311.02º | 0.62% | 0.69% | - |
| HSV(B) | 311.02º | 0.44% | 0.88% | - |
| XYZ | 49.9 | 35.69 | 63.29 | - |
| YUV | 165.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 207 | 0 | 0.44 | 0.08 | 0.12 | 311.02 | 0.62 | 0.69 |
| Hex | E1 | 7F | CF | 0 | 2C | 8 | C | 137 | 3E | 45 |
| Octal | 341 | 177 | 317 | 0 | 54 | 10 | 14 | 467 | 76 | 105 |
| Binary | 11100001 | 1111111 | 11001111 | 0 | 101100 | 1000 | 1100 | 100110111 | 111110 | 1000101 |
Color Harmonies of #E17FCF
Complementary color
Monochromatic Colors of #E17FCF
Black with #E17FCF
Text Example
Text Example
White with #E17FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FCF; }
p { color: rgb(225,127,207); }
H1.HeaderClassName
{
color: #E17FCF;
}
.AnyTagClassName
{
color: #E17FCF;
}
</style>
background-color css
<style>
a { background-color: #E17FCF; }
a { background-color: rgb(225,127,207); }
div.DivClassName
{
background-color: #E17FCF;
}
.BgClassName
{
background-color: #E17FCF;
}
</style>
border-color css
<style>
span { border-color: #E17FCF; }
span { border-color: rgb(225,127,207); }
td.TdClassName
{
border-color: #E17FCF;
}
.TagClassName
{
border-color: #E17FCF;
}
</style>