Shades of Orchid #E16DEA
Tints of Orchid #E16DEA
RGB
CMYK
RGB Variations
Color information
#E16DEA (or 0xE16DEA) is known color: Orchid. HEX triplet: E1, 6D and EA. RGB value is (225,109,234). Sum of RGB (Red+Green+Blue) = 225+109+234=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #E16DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16DEA is #1E9215. Grayscale: #9D9D9D. Windows color (decimal): -2003478 or 15363553. OLE color: 15363553.
HSL color Cylindrical-coordinate representation of color #E16DEA: hue angle of 295.68º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16DEA is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 109 | 234 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.08 |
| HSL | 295.68º | 0.75% | 0.67% | - |
| HSV(B) | 295.68º | 0.53% | 0.92% | - |
| XYZ | 51.37 | 32.89 | 81.48 | - |
| YUV | 157.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 234 | 0.04 | 0.53 | 0 | 0.08 | 295.68 | 0.75 | 0.67 |
| Hex | E1 | 6D | EA | 4 | 35 | 0 | 8 | 128 | 4B | 43 |
| Octal | 341 | 155 | 352 | 4 | 65 | 0 | 10 | 450 | 113 | 103 |
| Binary | 11100001 | 1101101 | 11101010 | 100 | 110101 | 0 | 1000 | 100101000 | 1001011 | 1000011 |
Color Harmonies of #E16DEA
Complementary color
Monochromatic Colors of #E16DEA
Black with #E16DEA
Text Example
Text Example
White with #E16DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DEA; }
p { color: rgb(225,109,234); }
H1.HeaderClassName
{
color: #E16DEA;
}
.AnyTagClassName
{
color: #E16DEA;
}
</style>
background-color css
<style>
a { background-color: #E16DEA; }
a { background-color: rgb(225,109,234); }
div.DivClassName
{
background-color: #E16DEA;
}
.BgClassName
{
background-color: #E16DEA;
}
</style>
border-color css
<style>
span { border-color: #E16DEA; }
span { border-color: rgb(225,109,234); }
td.TdClassName
{
border-color: #E16DEA;
}
.TagClassName
{
border-color: #E16DEA;
}
</style>