Shades of Orchid #E17ACD
Tints of Orchid #E17ACD
RGB
CMYK
RGB Variations
Color information
#E17ACD (or 0xE17ACD) is known color: Orchid. HEX triplet: E1, 7A and CD. RGB value is (225,122,205). Sum of RGB (Red+Green+Blue) = 225+122+205=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ACD is #1E8532. Grayscale: #A2A2A2. Windows color (decimal): -2000179 or 13466337. OLE color: 13466337.
HSL color Cylindrical-coordinate representation of color #E17ACD: hue angle of 311.65º 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 #E17ACD is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 205 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.12 |
| HSL | 311.65º | 0.63% | 0.68% | - |
| HSV(B) | 311.65º | 0.46% | 0.88% | - |
| XYZ | 49.03 | 34.33 | 61.8 | - |
| YUV | 162.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 205 | 0 | 0.46 | 0.09 | 0.12 | 311.65 | 0.63 | 0.68 |
| Hex | E1 | 7A | CD | 0 | 2E | 9 | C | 138 | 3F | 44 |
| Octal | 341 | 172 | 315 | 0 | 56 | 11 | 14 | 470 | 77 | 104 |
| Binary | 11100001 | 1111010 | 11001101 | 0 | 101110 | 1001 | 1100 | 100111000 | 111111 | 1000100 |
Color Harmonies of #E17ACD
Complementary color
Monochromatic Colors of #E17ACD
Black with #E17ACD
Text Example
Text Example
White with #E17ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17ACD; }
p { color: rgb(225,122,205); }
H1.HeaderClassName
{
color: #E17ACD;
}
.AnyTagClassName
{
color: #E17ACD;
}
</style>
background-color css
<style>
a { background-color: #E17ACD; }
a { background-color: rgb(225,122,205); }
div.DivClassName
{
background-color: #E17ACD;
}
.BgClassName
{
background-color: #E17ACD;
}
</style>
border-color css
<style>
span { border-color: #E17ACD; }
span { border-color: rgb(225,122,205); }
td.TdClassName
{
border-color: #E17ACD;
}
.TagClassName
{
border-color: #E17ACD;
}
</style>