Shades of Orchid #E17ACA
Tints of Orchid #E17ACA
RGB
CMYK
RGB Variations
Color information
#E17ACA (or 0xE17ACA) is known color: Orchid. HEX triplet: E1, 7A and CA. RGB value is (225,122,202). Sum of RGB (Red+Green+Blue) = 225+122+202=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ACA is #1E8535. Grayscale: #A1A1A1. Windows color (decimal): -2000182 or 13269729. OLE color: 13269729.
HSL color Cylindrical-coordinate representation of color #E17ACA: hue angle of 313.4º 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 #E17ACA is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 202 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.12 |
| HSL | 313.4º | 0.63% | 0.68% | - |
| HSV(B) | 313.4º | 0.46% | 0.88% | - |
| XYZ | 48.67 | 34.19 | 59.91 | - |
| YUV | 161.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 202 | 0 | 0.46 | 0.10 | 0.12 | 313.4 | 0.63 | 0.68 |
| Hex | E1 | 7A | CA | 0 | 2E | A | C | 139 | 3F | 44 |
| Octal | 341 | 172 | 312 | 0 | 56 | 12 | 14 | 471 | 77 | 104 |
| Binary | 11100001 | 1111010 | 11001010 | 0 | 101110 | 1010 | 1100 | 100111001 | 111111 | 1000100 |
Color Harmonies of #E17ACA
Complementary color
Monochromatic Colors of #E17ACA
Black with #E17ACA
Text Example
Text Example
White with #E17ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17ACA; }
p { color: rgb(225,122,202); }
H1.HeaderClassName
{
color: #E17ACA;
}
.AnyTagClassName
{
color: #E17ACA;
}
</style>
background-color css
<style>
a { background-color: #E17ACA; }
a { background-color: rgb(225,122,202); }
div.DivClassName
{
background-color: #E17ACA;
}
.BgClassName
{
background-color: #E17ACA;
}
</style>
border-color css
<style>
span { border-color: #E17ACA; }
span { border-color: rgb(225,122,202); }
td.TdClassName
{
border-color: #E17ACA;
}
.TagClassName
{
border-color: #E17ACA;
}
</style>