Shades of Orchid #E169DA
Tints of Orchid #E169DA
RGB
CMYK
RGB Variations
Color information
#E169DA (or 0xE169DA) is known color: Orchid. HEX triplet: E1, 69 and DA. RGB value is (225,105,218). Sum of RGB (Red+Green+Blue) = 225+105+218=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E169DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169DA is #1E9625. Grayscale: #999999. Windows color (decimal): -2004518 or 14313953. OLE color: 14313953.
HSL color Cylindrical-coordinate representation of color #E169DA: hue angle of 303.5º 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 #E169DA is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 218 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.12 |
| HSL | 303.5º | 0.67% | 0.65% | - |
| HSV(B) | 303.5º | 0.53% | 0.88% | - |
| XYZ | 48.76 | 31.17 | 69.78 | - |
| YUV | 153.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 218 | 0 | 0.53 | 0.03 | 0.12 | 303.5 | 0.67 | 0.65 |
| Hex | E1 | 69 | DA | 0 | 35 | 3 | C | 130 | 43 | 41 |
| Octal | 341 | 151 | 332 | 0 | 65 | 3 | 14 | 460 | 103 | 101 |
| Binary | 11100001 | 1101001 | 11011010 | 0 | 110101 | 11 | 1100 | 100110000 | 1000011 | 1000001 |
Color Harmonies of #E169DA
Complementary color
Monochromatic Colors of #E169DA
Black with #E169DA
Text Example
Text Example
White with #E169DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169DA; }
p { color: rgb(225,105,218); }
H1.HeaderClassName
{
color: #E169DA;
}
.AnyTagClassName
{
color: #E169DA;
}
</style>
background-color css
<style>
a { background-color: #E169DA; }
a { background-color: rgb(225,105,218); }
div.DivClassName
{
background-color: #E169DA;
}
.BgClassName
{
background-color: #E169DA;
}
</style>
border-color css
<style>
span { border-color: #E169DA; }
span { border-color: rgb(225,105,218); }
td.TdClassName
{
border-color: #E169DA;
}
.TagClassName
{
border-color: #E169DA;
}
</style>