Shades of Orchid #E16CDA
Tints of Orchid #E16CDA
RGB
CMYK
RGB Variations
Color information
#E16CDA (or 0xE16CDA) is known color: Orchid. HEX triplet: E1, 6C and DA. RGB value is (225,108,218). Sum of RGB (Red+Green+Blue) = 225+108+218=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CDA is #1E9325. Grayscale: #9B9B9B. Windows color (decimal): -2003750 or 14314721. OLE color: 14314721.
HSL color Cylindrical-coordinate representation of color #E16CDA: hue angle of 303.59º 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 #E16CDA is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 218 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.12 |
| HSL | 303.59º | 0.66% | 0.65% | - |
| HSV(B) | 303.59º | 0.52% | 0.88% | - |
| XYZ | 49.07 | 31.79 | 69.88 | - |
| YUV | 155.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 218 | 0 | 0.52 | 0.03 | 0.12 | 303.59 | 0.66 | 0.65 |
| Hex | E1 | 6C | DA | 0 | 34 | 3 | C | 130 | 42 | 41 |
| Octal | 341 | 154 | 332 | 0 | 64 | 3 | 14 | 460 | 102 | 101 |
| Binary | 11100001 | 1101100 | 11011010 | 0 | 110100 | 11 | 1100 | 100110000 | 1000010 | 1000001 |
Color Harmonies of #E16CDA
Complementary color
Monochromatic Colors of #E16CDA
Black with #E16CDA
Text Example
Text Example
White with #E16CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16CDA; }
p { color: rgb(225,108,218); }
H1.HeaderClassName
{
color: #E16CDA;
}
.AnyTagClassName
{
color: #E16CDA;
}
</style>
background-color css
<style>
a { background-color: #E16CDA; }
a { background-color: rgb(225,108,218); }
div.DivClassName
{
background-color: #E16CDA;
}
.BgClassName
{
background-color: #E16CDA;
}
</style>
border-color css
<style>
span { border-color: #E16CDA; }
span { border-color: rgb(225,108,218); }
td.TdClassName
{
border-color: #E16CDA;
}
.TagClassName
{
border-color: #E16CDA;
}
</style>