Shades of Orchid #E16DCD
Tints of Orchid #E16DCD
RGB
CMYK
RGB Variations
Color information
#E16DCD (or 0xE16DCD) is known color: Orchid. HEX triplet: E1, 6D and CD. RGB value is (225,109,205). Sum of RGB (Red+Green+Blue) = 225+109+205=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DCD is #1E9232. Grayscale: #9A9A9A. Windows color (decimal): -2003507 or 13463009. OLE color: 13463009.
HSL color Cylindrical-coordinate representation of color #E16DCD: hue angle of 310.34º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16DCD is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 205 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.12 |
| HSL | 310.34º | 0.66% | 0.65% | - |
| HSV(B) | 310.34º | 0.52% | 0.88% | - |
| XYZ | 47.54 | 31.35 | 61.3 | - |
| YUV | 154.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 205 | 0 | 0.52 | 0.09 | 0.12 | 310.34 | 0.66 | 0.65 |
| Hex | E1 | 6D | CD | 0 | 34 | 9 | C | 136 | 42 | 41 |
| Octal | 341 | 155 | 315 | 0 | 64 | 11 | 14 | 466 | 102 | 101 |
| Binary | 11100001 | 1101101 | 11001101 | 0 | 110100 | 1001 | 1100 | 100110110 | 1000010 | 1000001 |
Color Harmonies of #E16DCD
Complementary color
Monochromatic Colors of #E16DCD
Black with #E16DCD
Text Example
Text Example
White with #E16DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DCD; }
p { color: rgb(225,109,205); }
H1.HeaderClassName
{
color: #E16DCD;
}
.AnyTagClassName
{
color: #E16DCD;
}
</style>
background-color css
<style>
a { background-color: #E16DCD; }
a { background-color: rgb(225,109,205); }
div.DivClassName
{
background-color: #E16DCD;
}
.BgClassName
{
background-color: #E16DCD;
}
</style>
border-color css
<style>
span { border-color: #E16DCD; }
span { border-color: rgb(225,109,205); }
td.TdClassName
{
border-color: #E16DCD;
}
.TagClassName
{
border-color: #E16DCD;
}
</style>