Shades of Orchid #E175DB
Tints of Orchid #E175DB
RGB
CMYK
RGB Variations
Color information
#E175DB (or 0xE175DB) is known color: Orchid. HEX triplet: E1, 75 and DB. RGB value is (225,117,219). Sum of RGB (Red+Green+Blue) = 225+117+219=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E175DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175DB is #1E8A24. Grayscale: #A0A0A0. Windows color (decimal): -2001445 or 14382561. OLE color: 14382561.
HSL color Cylindrical-coordinate representation of color #E175DB: hue angle of 303.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E175DB is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 117 | 219 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.12 |
| HSL | 303.33º | 0.64% | 0.67% | - |
| HSV(B) | 303.33º | 0.48% | 0.88% | - |
| XYZ | 50.2 | 33.84 | 70.9 | - |
| YUV | 160.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 117 | 219 | 0 | 0.48 | 0.03 | 0.12 | 303.33 | 0.64 | 0.67 |
| Hex | E1 | 75 | DB | 0 | 30 | 3 | C | 12F | 40 | 43 |
| Octal | 341 | 165 | 333 | 0 | 60 | 3 | 14 | 457 | 100 | 103 |
| Binary | 11100001 | 1110101 | 11011011 | 0 | 110000 | 11 | 1100 | 100101111 | 1000000 | 1000011 |
Color Harmonies of #E175DB
Complementary color
Monochromatic Colors of #E175DB
Black with #E175DB
Text Example
Text Example
White with #E175DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E175DB; }
p { color: rgb(225,117,219); }
H1.HeaderClassName
{
color: #E175DB;
}
.AnyTagClassName
{
color: #E175DB;
}
</style>
background-color css
<style>
a { background-color: #E175DB; }
a { background-color: rgb(225,117,219); }
div.DivClassName
{
background-color: #E175DB;
}
.BgClassName
{
background-color: #E175DB;
}
</style>
border-color css
<style>
span { border-color: #E175DB; }
span { border-color: rgb(225,117,219); }
td.TdClassName
{
border-color: #E175DB;
}
.TagClassName
{
border-color: #E175DB;
}
</style>