Shades of Orchid #E16FCD
Tints of Orchid #E16FCD
RGB
CMYK
RGB Variations
Color information
#E16FCD (or 0xE16FCD) is known color: Orchid. HEX triplet: E1, 6F and CD. RGB value is (225,111,205). Sum of RGB (Red+Green+Blue) = 225+111+205=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FCD is #1E9032. Grayscale: #9B9B9B. Windows color (decimal): -2002995 or 13463521. OLE color: 13463521.
HSL color Cylindrical-coordinate representation of color #E16FCD: hue angle of 310.53º 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 #E16FCD is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 205 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.12 |
| HSL | 310.53º | 0.66% | 0.66% | - |
| HSV(B) | 310.53º | 0.51% | 0.88% | - |
| XYZ | 47.76 | 31.78 | 61.38 | - |
| YUV | 155.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 205 | 0 | 0.51 | 0.09 | 0.12 | 310.53 | 0.66 | 0.66 |
| Hex | E1 | 6F | CD | 0 | 33 | 9 | C | 137 | 42 | 42 |
| Octal | 341 | 157 | 315 | 0 | 63 | 11 | 14 | 467 | 102 | 102 |
| Binary | 11100001 | 1101111 | 11001101 | 0 | 110011 | 1001 | 1100 | 100110111 | 1000010 | 1000010 |
Color Harmonies of #E16FCD
Complementary color
Monochromatic Colors of #E16FCD
Black with #E16FCD
Text Example
Text Example
White with #E16FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16FCD; }
p { color: rgb(225,111,205); }
H1.HeaderClassName
{
color: #E16FCD;
}
.AnyTagClassName
{
color: #E16FCD;
}
</style>
background-color css
<style>
a { background-color: #E16FCD; }
a { background-color: rgb(225,111,205); }
div.DivClassName
{
background-color: #E16FCD;
}
.BgClassName
{
background-color: #E16FCD;
}
</style>
border-color css
<style>
span { border-color: #E16FCD; }
span { border-color: rgb(225,111,205); }
td.TdClassName
{
border-color: #E16FCD;
}
.TagClassName
{
border-color: #E16FCD;
}
</style>