Shades of Orchid #E16FD1
Tints of Orchid #E16FD1
RGB
CMYK
RGB Variations
Color information
#E16FD1 (or 0xE16FD1) is known color: Orchid. HEX triplet: E1, 6F and D1. RGB value is (225,111,209). Sum of RGB (Red+Green+Blue) = 225+111+209=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FD1 is #1E902E. Grayscale: #9B9B9B. Windows color (decimal): -2002991 or 13725665. OLE color: 13725665.
HSL color Cylindrical-coordinate representation of color #E16FD1: hue angle of 308.42º 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 #E16FD1 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 209 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.12 |
| HSL | 308.42º | 0.66% | 0.66% | - |
| HSV(B) | 308.42º | 0.51% | 0.88% | - |
| XYZ | 48.24 | 31.98 | 63.95 | - |
| YUV | 156.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 209 | 0 | 0.51 | 0.07 | 0.12 | 308.42 | 0.66 | 0.66 |
| Hex | E1 | 6F | D1 | 0 | 33 | 7 | C | 134 | 42 | 42 |
| Octal | 341 | 157 | 321 | 0 | 63 | 7 | 14 | 464 | 102 | 102 |
| Binary | 11100001 | 1101111 | 11010001 | 0 | 110011 | 111 | 1100 | 100110100 | 1000010 | 1000010 |
Color Harmonies of #E16FD1
Complementary color
Monochromatic Colors of #E16FD1
Black with #E16FD1
Text Example
Text Example
White with #E16FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16FD1; }
p { color: rgb(225,111,209); }
H1.HeaderClassName
{
color: #E16FD1;
}
.AnyTagClassName
{
color: #E16FD1;
}
</style>
background-color css
<style>
a { background-color: #E16FD1; }
a { background-color: rgb(225,111,209); }
div.DivClassName
{
background-color: #E16FD1;
}
.BgClassName
{
background-color: #E16FD1;
}
</style>
border-color css
<style>
span { border-color: #E16FD1; }
span { border-color: rgb(225,111,209); }
td.TdClassName
{
border-color: #E16FD1;
}
.TagClassName
{
border-color: #E16FD1;
}
</style>