Shades of Orchid #E169C4
Tints of Orchid #E169C4
RGB
CMYK
RGB Variations
Color information
#E169C4 (or 0xE169C4) is known color: Orchid. HEX triplet: E1, 69 and C4. RGB value is (225,105,196). Sum of RGB (Red+Green+Blue) = 225+105+196=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E169C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169C4 is #1E963B. Grayscale: #979797. Windows color (decimal): -2004540 or 12872161. OLE color: 12872161.
HSL color Cylindrical-coordinate representation of color #E169C4: hue angle of 314.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 #E169C4 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 196 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.12 |
| HSL | 314.5º | 0.67% | 0.65% | - |
| HSV(B) | 314.5º | 0.53% | 0.88% | - |
| XYZ | 46.07 | 30.1 | 55.61 | - |
| YUV | 151.25 | 153.26 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 196 | 0 | 0.53 | 0.13 | 0.12 | 314.5 | 0.67 | 0.65 |
| Hex | E1 | 69 | C4 | 0 | 35 | D | C | 13A | 43 | 41 |
| Octal | 341 | 151 | 304 | 0 | 65 | 15 | 14 | 472 | 103 | 101 |
| Binary | 11100001 | 1101001 | 11000100 | 0 | 110101 | 1101 | 1100 | 100111010 | 1000011 | 1000001 |
Color Harmonies of #E169C4
Complementary color
Monochromatic Colors of #E169C4
Black with #E169C4
Text Example
Text Example
White with #E169C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169C4; }
p { color: rgb(225,105,196); }
H1.HeaderClassName
{
color: #E169C4;
}
.AnyTagClassName
{
color: #E169C4;
}
</style>
background-color css
<style>
a { background-color: #E169C4; }
a { background-color: rgb(225,105,196); }
div.DivClassName
{
background-color: #E169C4;
}
.BgClassName
{
background-color: #E169C4;
}
</style>
border-color css
<style>
span { border-color: #E169C4; }
span { border-color: rgb(225,105,196); }
td.TdClassName
{
border-color: #E169C4;
}
.TagClassName
{
border-color: #E169C4;
}
</style>