Shades of Orchid #E16FCC
Tints of Orchid #E16FCC
RGB
CMYK
RGB Variations
Color information
#E16FCC (or 0xE16FCC) is known color: Orchid. HEX triplet: E1, 6F and CC. RGB value is (225,111,204). Sum of RGB (Red+Green+Blue) = 225+111+204=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FCC is #1E9033. Grayscale: #9B9B9B. Windows color (decimal): -2002996 or 13397985. OLE color: 13397985.
HSL color Cylindrical-coordinate representation of color #E16FCC: hue angle of 311.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 #E16FCC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 204 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.12 |
| HSL | 311.05º | 0.66% | 0.66% | - |
| HSV(B) | 311.05º | 0.51% | 0.88% | - |
| XYZ | 47.63 | 31.74 | 60.74 | - |
| YUV | 155.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 204 | 0 | 0.51 | 0.09 | 0.12 | 311.05 | 0.66 | 0.66 |
| Hex | E1 | 6F | CC | 0 | 33 | 9 | C | 137 | 42 | 42 |
| Octal | 341 | 157 | 314 | 0 | 63 | 11 | 14 | 467 | 102 | 102 |
| Binary | 11100001 | 1101111 | 11001100 | 0 | 110011 | 1001 | 1100 | 100110111 | 1000010 | 1000010 |
Color Harmonies of #E16FCC
Complementary color
Monochromatic Colors of #E16FCC
Black with #E16FCC
Text Example
Text Example
White with #E16FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16FCC; }
p { color: rgb(225,111,204); }
H1.HeaderClassName
{
color: #E16FCC;
}
.AnyTagClassName
{
color: #E16FCC;
}
</style>
background-color css
<style>
a { background-color: #E16FCC; }
a { background-color: rgb(225,111,204); }
div.DivClassName
{
background-color: #E16FCC;
}
.BgClassName
{
background-color: #E16FCC;
}
</style>
border-color css
<style>
span { border-color: #E16FCC; }
span { border-color: rgb(225,111,204); }
td.TdClassName
{
border-color: #E16FCC;
}
.TagClassName
{
border-color: #E16FCC;
}
</style>