Shades of Orchid #E17ADB
Tints of Orchid #E17ADB
RGB
CMYK
RGB Variations
Color information
#E17ADB (or 0xE17ADB) is known color: Orchid. HEX triplet: E1, 7A and DB. RGB value is (225,122,219). Sum of RGB (Red+Green+Blue) = 225+122+219=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ADB is #1E8524. Grayscale: #A3A3A3. Windows color (decimal): -2000165 or 14383841. OLE color: 14383841.
HSL color Cylindrical-coordinate representation of color #E17ADB: hue angle of 303.5º 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 #E17ADB is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 219 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.12 |
| HSL | 303.5º | 0.63% | 0.68% | - |
| HSV(B) | 303.5º | 0.46% | 0.88% | - |
| XYZ | 50.8 | 35.04 | 71.1 | - |
| YUV | 163.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 219 | 0 | 0.46 | 0.03 | 0.12 | 303.5 | 0.63 | 0.68 |
| Hex | E1 | 7A | DB | 0 | 2E | 3 | C | 12F | 3F | 44 |
| Octal | 341 | 172 | 333 | 0 | 56 | 3 | 14 | 457 | 77 | 104 |
| Binary | 11100001 | 1111010 | 11011011 | 0 | 101110 | 11 | 1100 | 100101111 | 111111 | 1000100 |
Color Harmonies of #E17ADB
Complementary color
Monochromatic Colors of #E17ADB
Black with #E17ADB
Text Example
Text Example
White with #E17ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17ADB; }
p { color: rgb(225,122,219); }
H1.HeaderClassName
{
color: #E17ADB;
}
.AnyTagClassName
{
color: #E17ADB;
}
</style>
background-color css
<style>
a { background-color: #E17ADB; }
a { background-color: rgb(225,122,219); }
div.DivClassName
{
background-color: #E17ADB;
}
.BgClassName
{
background-color: #E17ADB;
}
</style>
border-color css
<style>
span { border-color: #E17ADB; }
span { border-color: rgb(225,122,219); }
td.TdClassName
{
border-color: #E17ADB;
}
.TagClassName
{
border-color: #E17ADB;
}
</style>