Shades of Orchid #E169CF
Tints of Orchid #E169CF
RGB
CMYK
RGB Variations
Color information
#E169CF (or 0xE169CF) is known color: Orchid. HEX triplet: E1, 69 and CF. RGB value is (225,105,207). Sum of RGB (Red+Green+Blue) = 225+105+207=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E169CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169CF is #1E9630. Grayscale: #989898. Windows color (decimal): -2004529 or 13593057. OLE color: 13593057.
HSL color Cylindrical-coordinate representation of color #E169CF: hue angle of 309º 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 #E169CF is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 207 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.12 |
| HSL | 309º | 0.67% | 0.65% | - |
| HSV(B) | 309º | 0.53% | 0.88% | - |
| XYZ | 47.37 | 30.62 | 62.44 | - |
| YUV | 152.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 207 | 0 | 0.53 | 0.08 | 0.12 | 309 | 0.67 | 0.65 |
| Hex | E1 | 69 | CF | 0 | 35 | 8 | C | 135 | 43 | 41 |
| Octal | 341 | 151 | 317 | 0 | 65 | 10 | 14 | 465 | 103 | 101 |
| Binary | 11100001 | 1101001 | 11001111 | 0 | 110101 | 1000 | 1100 | 100110101 | 1000011 | 1000001 |
Color Harmonies of #E169CF
Complementary color
Monochromatic Colors of #E169CF
Black with #E169CF
Text Example
Text Example
White with #E169CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169CF; }
p { color: rgb(225,105,207); }
H1.HeaderClassName
{
color: #E169CF;
}
.AnyTagClassName
{
color: #E169CF;
}
</style>
background-color css
<style>
a { background-color: #E169CF; }
a { background-color: rgb(225,105,207); }
div.DivClassName
{
background-color: #E169CF;
}
.BgClassName
{
background-color: #E169CF;
}
</style>
border-color css
<style>
span { border-color: #E169CF; }
span { border-color: rgb(225,105,207); }
td.TdClassName
{
border-color: #E169CF;
}
.TagClassName
{
border-color: #E169CF;
}
</style>