Shades of Orchid #E169C1
Tints of Orchid #E169C1
RGB
CMYK
RGB Variations
Color information
#E169C1 (or 0xE169C1) is known color: Orchid. HEX triplet: E1, 69 and C1. RGB value is (225,105,193). Sum of RGB (Red+Green+Blue) = 225+105+193=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E169C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169C1 is #1E963E. Grayscale: #969696. Windows color (decimal): -2004543 or 12675553. OLE color: 12675553.
HSL color Cylindrical-coordinate representation of color #E169C1: hue angle of 316º 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 #E169C1 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 193 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.12 |
| HSL | 316º | 0.67% | 0.65% | - |
| HSV(B) | 316º | 0.53% | 0.88% | - |
| XYZ | 45.73 | 29.96 | 53.82 | - |
| YUV | 150.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 193 | 0 | 0.53 | 0.14 | 0.12 | 316 | 0.67 | 0.65 |
| Hex | E1 | 69 | C1 | 0 | 35 | E | C | 13C | 43 | 41 |
| Octal | 341 | 151 | 301 | 0 | 65 | 16 | 14 | 474 | 103 | 101 |
| Binary | 11100001 | 1101001 | 11000001 | 0 | 110101 | 1110 | 1100 | 100111100 | 1000011 | 1000001 |
Color Harmonies of #E169C1
Complementary color
Monochromatic Colors of #E169C1
Black with #E169C1
Text Example
Text Example
White with #E169C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169C1; }
p { color: rgb(225,105,193); }
H1.HeaderClassName
{
color: #E169C1;
}
.AnyTagClassName
{
color: #E169C1;
}
</style>
background-color css
<style>
a { background-color: #E169C1; }
a { background-color: rgb(225,105,193); }
div.DivClassName
{
background-color: #E169C1;
}
.BgClassName
{
background-color: #E169C1;
}
</style>
border-color css
<style>
span { border-color: #E169C1; }
span { border-color: rgb(225,105,193); }
td.TdClassName
{
border-color: #E169C1;
}
.TagClassName
{
border-color: #E169C1;
}
</style>