Shades of Orchid #E17FDF
Tints of Orchid #E17FDF
RGB
CMYK
RGB Variations
Color information
#E17FDF (or 0xE17FDF) is known color: Orchid. HEX triplet: E1, 7F and DF. RGB value is (225,127,223). Sum of RGB (Red+Green+Blue) = 225+127+223=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FDF is #1E8020. Grayscale: #A6A6A6. Windows color (decimal): -1998881 or 14647265. OLE color: 14647265.
HSL color Cylindrical-coordinate representation of color #E17FDF: hue angle of 301.22º 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 #E17FDF is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 223 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.12 |
| HSL | 301.22º | 0.62% | 0.69% | - |
| HSV(B) | 301.22º | 0.44% | 0.88% | - |
| XYZ | 51.96 | 36.51 | 74.12 | - |
| YUV | 167.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 223 | 0 | 0.44 | 0.01 | 0.12 | 301.22 | 0.62 | 0.69 |
| Hex | E1 | 7F | DF | 0 | 2C | 1 | C | 12D | 3E | 45 |
| Octal | 341 | 177 | 337 | 0 | 54 | 1 | 14 | 455 | 76 | 105 |
| Binary | 11100001 | 1111111 | 11011111 | 0 | 101100 | 1 | 1100 | 100101101 | 111110 | 1000101 |
Color Harmonies of #E17FDF
Complementary color
Monochromatic Colors of #E17FDF
Black with #E17FDF
Text Example
Text Example
White with #E17FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FDF; }
p { color: rgb(225,127,223); }
H1.HeaderClassName
{
color: #E17FDF;
}
.AnyTagClassName
{
color: #E17FDF;
}
</style>
background-color css
<style>
a { background-color: #E17FDF; }
a { background-color: rgb(225,127,223); }
div.DivClassName
{
background-color: #E17FDF;
}
.BgClassName
{
background-color: #E17FDF;
}
</style>
border-color css
<style>
span { border-color: #E17FDF; }
span { border-color: rgb(225,127,223); }
td.TdClassName
{
border-color: #E17FDF;
}
.TagClassName
{
border-color: #E17FDF;
}
</style>