Shades of Orchid #E16DC3
Tints of Orchid #E16DC3
RGB
CMYK
RGB Variations
Color information
#E16DC3 (or 0xE16DC3) is known color: Orchid. HEX triplet: E1, 6D and C3. RGB value is (225,109,195). Sum of RGB (Red+Green+Blue) = 225+109+195=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DC3 is #1E923C. Grayscale: #999999. Windows color (decimal): -2003517 or 12807649. OLE color: 12807649.
HSL color Cylindrical-coordinate representation of color #E16DC3: hue angle of 315.52º 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 #E16DC3 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 195 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.12 |
| HSL | 315.52º | 0.66% | 0.65% | - |
| HSV(B) | 315.52º | 0.52% | 0.88% | - |
| XYZ | 46.37 | 30.88 | 55.15 | - |
| YUV | 153.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 195 | 0 | 0.52 | 0.13 | 0.12 | 315.52 | 0.66 | 0.65 |
| Hex | E1 | 6D | C3 | 0 | 34 | D | C | 13C | 42 | 41 |
| Octal | 341 | 155 | 303 | 0 | 64 | 15 | 14 | 474 | 102 | 101 |
| Binary | 11100001 | 1101101 | 11000011 | 0 | 110100 | 1101 | 1100 | 100111100 | 1000010 | 1000001 |
Color Harmonies of #E16DC3
Complementary color
Monochromatic Colors of #E16DC3
Black with #E16DC3
Text Example
Text Example
White with #E16DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DC3; }
p { color: rgb(225,109,195); }
H1.HeaderClassName
{
color: #E16DC3;
}
.AnyTagClassName
{
color: #E16DC3;
}
</style>
background-color css
<style>
a { background-color: #E16DC3; }
a { background-color: rgb(225,109,195); }
div.DivClassName
{
background-color: #E16DC3;
}
.BgClassName
{
background-color: #E16DC3;
}
</style>
border-color css
<style>
span { border-color: #E16DC3; }
span { border-color: rgb(225,109,195); }
td.TdClassName
{
border-color: #E16DC3;
}
.TagClassName
{
border-color: #E16DC3;
}
</style>