Shades of Orchid #E17ADC
Tints of Orchid #E17ADC
RGB
CMYK
RGB Variations
Color information
#E17ADC (or 0xE17ADC) is known color: Orchid. HEX triplet: E1, 7A and DC. RGB value is (225,122,220). Sum of RGB (Red+Green+Blue) = 225+122+220=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ADC is #1E8523. Grayscale: #A3A3A3. Windows color (decimal): -2000164 or 14449377. OLE color: 14449377.
HSL color Cylindrical-coordinate representation of color #E17ADC: hue angle of 302.91º 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 #E17ADC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 220 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.12 |
| HSL | 302.91º | 0.63% | 0.68% | - |
| HSV(B) | 302.91º | 0.46% | 0.88% | - |
| XYZ | 50.93 | 35.09 | 71.8 | - |
| YUV | 163.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 220 | 0 | 0.46 | 0.02 | 0.12 | 302.91 | 0.63 | 0.68 |
| Hex | E1 | 7A | DC | 0 | 2E | 2 | C | 12F | 3F | 44 |
| Octal | 341 | 172 | 334 | 0 | 56 | 2 | 14 | 457 | 77 | 104 |
| Binary | 11100001 | 1111010 | 11011100 | 0 | 101110 | 10 | 1100 | 100101111 | 111111 | 1000100 |
Color Harmonies of #E17ADC
Complementary color
Monochromatic Colors of #E17ADC
Black with #E17ADC
Text Example
Text Example
White with #E17ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17ADC; }
p { color: rgb(225,122,220); }
H1.HeaderClassName
{
color: #E17ADC;
}
.AnyTagClassName
{
color: #E17ADC;
}
</style>
background-color css
<style>
a { background-color: #E17ADC; }
a { background-color: rgb(225,122,220); }
div.DivClassName
{
background-color: #E17ADC;
}
.BgClassName
{
background-color: #E17ADC;
}
</style>
border-color css
<style>
span { border-color: #E17ADC; }
span { border-color: rgb(225,122,220); }
td.TdClassName
{
border-color: #E17ADC;
}
.TagClassName
{
border-color: #E17ADC;
}
</style>