Shades of Orchid #E169C7
Tints of Orchid #E169C7
RGB
CMYK
RGB Variations
Color information
#E169C7 (or 0xE169C7) is known color: Orchid. HEX triplet: E1, 69 and C7. RGB value is (225,105,199). Sum of RGB (Red+Green+Blue) = 225+105+199=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E169C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169C7 is #1E9638. Grayscale: #979797. Windows color (decimal): -2004537 or 13068769. OLE color: 13068769.
HSL color Cylindrical-coordinate representation of color #E169C7: hue angle of 313º 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 #E169C7 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 199 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.12 |
| HSL | 313º | 0.67% | 0.65% | - |
| HSV(B) | 313º | 0.53% | 0.88% | - |
| XYZ | 46.41 | 30.23 | 57.42 | - |
| YUV | 151.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 199 | 0 | 0.53 | 0.12 | 0.12 | 313 | 0.67 | 0.65 |
| Hex | E1 | 69 | C7 | 0 | 35 | C | C | 139 | 43 | 41 |
| Octal | 341 | 151 | 307 | 0 | 65 | 14 | 14 | 471 | 103 | 101 |
| Binary | 11100001 | 1101001 | 11000111 | 0 | 110101 | 1100 | 1100 | 100111001 | 1000011 | 1000001 |
Color Harmonies of #E169C7
Complementary color
Monochromatic Colors of #E169C7
Black with #E169C7
Text Example
Text Example
White with #E169C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169C7; }
p { color: rgb(225,105,199); }
H1.HeaderClassName
{
color: #E169C7;
}
.AnyTagClassName
{
color: #E169C7;
}
</style>
background-color css
<style>
a { background-color: #E169C7; }
a { background-color: rgb(225,105,199); }
div.DivClassName
{
background-color: #E169C7;
}
.BgClassName
{
background-color: #E169C7;
}
</style>
border-color css
<style>
span { border-color: #E169C7; }
span { border-color: rgb(225,105,199); }
td.TdClassName
{
border-color: #E169C7;
}
.TagClassName
{
border-color: #E169C7;
}
</style>