Shades of Orchid #E169DB
Tints of Orchid #E169DB
RGB
CMYK
RGB Variations
Color information
#E169DB (or 0xE169DB) is known color: Orchid. HEX triplet: E1, 69 and DB. RGB value is (225,105,219). Sum of RGB (Red+Green+Blue) = 225+105+219=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E169DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169DB is #1E9624. Grayscale: #999999. Windows color (decimal): -2004517 or 14379489. OLE color: 14379489.
HSL color Cylindrical-coordinate representation of color #E169DB: hue angle of 303º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E169DB is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 219 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.12 |
| HSL | 303º | 0.67% | 0.65% | - |
| HSV(B) | 303º | 0.53% | 0.88% | - |
| XYZ | 48.89 | 31.23 | 70.47 | - |
| YUV | 153.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 219 | 0 | 0.53 | 0.03 | 0.12 | 303 | 0.67 | 0.65 |
| Hex | E1 | 69 | DB | 0 | 35 | 3 | C | 12F | 43 | 41 |
| Octal | 341 | 151 | 333 | 0 | 65 | 3 | 14 | 457 | 103 | 101 |
| Binary | 11100001 | 1101001 | 11011011 | 0 | 110101 | 11 | 1100 | 100101111 | 1000011 | 1000001 |
Color Harmonies of #E169DB
Complementary color
Monochromatic Colors of #E169DB
Black with #E169DB
Text Example
Text Example
White with #E169DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169DB; }
p { color: rgb(225,105,219); }
H1.HeaderClassName
{
color: #E169DB;
}
.AnyTagClassName
{
color: #E169DB;
}
</style>
background-color css
<style>
a { background-color: #E169DB; }
a { background-color: rgb(225,105,219); }
div.DivClassName
{
background-color: #E169DB;
}
.BgClassName
{
background-color: #E169DB;
}
</style>
border-color css
<style>
span { border-color: #E169DB; }
span { border-color: rgb(225,105,219); }
td.TdClassName
{
border-color: #E169DB;
}
.TagClassName
{
border-color: #E169DB;
}
</style>