Shades of Orchid #E16CD2
Tints of Orchid #E16CD2
RGB
CMYK
RGB Variations
Color information
#E16CD2 (or 0xE16CD2) is known color: Orchid. HEX triplet: E1, 6C and D2. RGB value is (225,108,210). Sum of RGB (Red+Green+Blue) = 225+108+210=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CD2 is #1E932D. Grayscale: #9A9A9A. Windows color (decimal): -2003758 or 13790433. OLE color: 13790433.
HSL color Cylindrical-coordinate representation of color #E16CD2: hue angle of 307.69º 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 #E16CD2 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 210 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.12 |
| HSL | 307.69º | 0.66% | 0.65% | - |
| HSV(B) | 307.69º | 0.52% | 0.88% | - |
| XYZ | 48.05 | 31.39 | 64.5 | - |
| YUV | 154.61 | 159.26 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 210 | 0 | 0.52 | 0.07 | 0.12 | 307.69 | 0.66 | 0.65 |
| Hex | E1 | 6C | D2 | 0 | 34 | 7 | C | 134 | 42 | 41 |
| Octal | 341 | 154 | 322 | 0 | 64 | 7 | 14 | 464 | 102 | 101 |
| Binary | 11100001 | 1101100 | 11010010 | 0 | 110100 | 111 | 1100 | 100110100 | 1000010 | 1000001 |
Color Harmonies of #E16CD2
Complementary color
Monochromatic Colors of #E16CD2
Black with #E16CD2
Text Example
Text Example
White with #E16CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16CD2; }
p { color: rgb(225,108,210); }
H1.HeaderClassName
{
color: #E16CD2;
}
.AnyTagClassName
{
color: #E16CD2;
}
</style>
background-color css
<style>
a { background-color: #E16CD2; }
a { background-color: rgb(225,108,210); }
div.DivClassName
{
background-color: #E16CD2;
}
.BgClassName
{
background-color: #E16CD2;
}
</style>
border-color css
<style>
span { border-color: #E16CD2; }
span { border-color: rgb(225,108,210); }
td.TdClassName
{
border-color: #E16CD2;
}
.TagClassName
{
border-color: #E16CD2;
}
</style>