Shades of Orchid #E169C9
Tints of Orchid #E169C9
RGB
CMYK
RGB Variations
Color information
#E169C9 (or 0xE169C9) is known color: Orchid. HEX triplet: E1, 69 and C9. RGB value is (225,105,201). Sum of RGB (Red+Green+Blue) = 225+105+201=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E169C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169C9 is #1E9636. Grayscale: #979797. Windows color (decimal): -2004535 or 13199841. OLE color: 13199841.
HSL color Cylindrical-coordinate representation of color #E169C9: hue angle of 312º 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 #E169C9 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 201 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.12 |
| HSL | 312º | 0.67% | 0.65% | - |
| HSV(B) | 312º | 0.53% | 0.88% | - |
| XYZ | 46.65 | 30.33 | 58.65 | - |
| YUV | 151.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 201 | 0 | 0.53 | 0.11 | 0.12 | 312 | 0.67 | 0.65 |
| Hex | E1 | 69 | C9 | 0 | 35 | B | C | 138 | 43 | 41 |
| Octal | 341 | 151 | 311 | 0 | 65 | 13 | 14 | 470 | 103 | 101 |
| Binary | 11100001 | 1101001 | 11001001 | 0 | 110101 | 1011 | 1100 | 100111000 | 1000011 | 1000001 |
Color Harmonies of #E169C9
Complementary color
Monochromatic Colors of #E169C9
Black with #E169C9
Text Example
Text Example
White with #E169C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169C9; }
p { color: rgb(225,105,201); }
H1.HeaderClassName
{
color: #E169C9;
}
.AnyTagClassName
{
color: #E169C9;
}
</style>
background-color css
<style>
a { background-color: #E169C9; }
a { background-color: rgb(225,105,201); }
div.DivClassName
{
background-color: #E169C9;
}
.BgClassName
{
background-color: #E169C9;
}
</style>
border-color css
<style>
span { border-color: #E169C9; }
span { border-color: rgb(225,105,201); }
td.TdClassName
{
border-color: #E169C9;
}
.TagClassName
{
border-color: #E169C9;
}
</style>