Shades of Orchid #E17ADA
Tints of Orchid #E17ADA
RGB
CMYK
RGB Variations
Color information
#E17ADA (or 0xE17ADA) is known color: Orchid. HEX triplet: E1, 7A and DA. RGB value is (225,122,218). Sum of RGB (Red+Green+Blue) = 225+122+218=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ADA is #1E8525. Grayscale: #A3A3A3. Windows color (decimal): -2000166 or 14318305. OLE color: 14318305.
HSL color Cylindrical-coordinate representation of color #E17ADA: hue angle of 304.08º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17ADA is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 218 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.12 |
| HSL | 304.08º | 0.63% | 0.68% | - |
| HSV(B) | 304.08º | 0.46% | 0.88% | - |
| XYZ | 50.67 | 34.99 | 70.41 | - |
| YUV | 163.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 218 | 0 | 0.46 | 0.03 | 0.12 | 304.08 | 0.63 | 0.68 |
| Hex | E1 | 7A | DA | 0 | 2E | 3 | C | 130 | 3F | 44 |
| Octal | 341 | 172 | 332 | 0 | 56 | 3 | 14 | 460 | 77 | 104 |
| Binary | 11100001 | 1111010 | 11011010 | 0 | 101110 | 11 | 1100 | 100110000 | 111111 | 1000100 |
Color Harmonies of #E17ADA
Complementary color
Monochromatic Colors of #E17ADA
Black with #E17ADA
Text Example
Text Example
White with #E17ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17ADA; }
p { color: rgb(225,122,218); }
H1.HeaderClassName
{
color: #E17ADA;
}
.AnyTagClassName
{
color: #E17ADA;
}
</style>
background-color css
<style>
a { background-color: #E17ADA; }
a { background-color: rgb(225,122,218); }
div.DivClassName
{
background-color: #E17ADA;
}
.BgClassName
{
background-color: #E17ADA;
}
</style>
border-color css
<style>
span { border-color: #E17ADA; }
span { border-color: rgb(225,122,218); }
td.TdClassName
{
border-color: #E17ADA;
}
.TagClassName
{
border-color: #E17ADA;
}
</style>