Shades of Orchid #E16FDF
Tints of Orchid #E16FDF
RGB
CMYK
RGB Variations
Color information
#E16FDF (or 0xE16FDF) is known color: Orchid. HEX triplet: E1, 6F and DF. RGB value is (225,111,223). Sum of RGB (Red+Green+Blue) = 225+111+223=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FDF is #1E9020. Grayscale: #9D9D9D. Windows color (decimal): -2002977 or 14643169. OLE color: 14643169.
HSL color Cylindrical-coordinate representation of color #E16FDF: hue angle of 301.05º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16FDF is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 223 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.12 |
| HSL | 301.05º | 0.66% | 0.66% | - |
| HSV(B) | 301.05º | 0.51% | 0.88% | - |
| XYZ | 50.06 | 32.7 | 73.49 | - |
| YUV | 157.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 223 | 0 | 0.51 | 0.01 | 0.12 | 301.05 | 0.66 | 0.66 |
| Hex | E1 | 6F | DF | 0 | 33 | 1 | C | 12D | 42 | 42 |
| Octal | 341 | 157 | 337 | 0 | 63 | 1 | 14 | 455 | 102 | 102 |
| Binary | 11100001 | 1101111 | 11011111 | 0 | 110011 | 1 | 1100 | 100101101 | 1000010 | 1000010 |
Color Harmonies of #E16FDF
Complementary color
Monochromatic Colors of #E16FDF
Black with #E16FDF
Text Example
Text Example
White with #E16FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16FDF; }
p { color: rgb(225,111,223); }
H1.HeaderClassName
{
color: #E16FDF;
}
.AnyTagClassName
{
color: #E16FDF;
}
</style>
background-color css
<style>
a { background-color: #E16FDF; }
a { background-color: rgb(225,111,223); }
div.DivClassName
{
background-color: #E16FDF;
}
.BgClassName
{
background-color: #E16FDF;
}
</style>
border-color css
<style>
span { border-color: #E16FDF; }
span { border-color: rgb(225,111,223); }
td.TdClassName
{
border-color: #E16FDF;
}
.TagClassName
{
border-color: #E16FDF;
}
</style>