Shades of Orchid #E169CB
Tints of Orchid #E169CB
RGB
CMYK
RGB Variations
Color information
#E169CB (or 0xE169CB) is known color: Orchid. HEX triplet: E1, 69 and CB. RGB value is (225,105,203). Sum of RGB (Red+Green+Blue) = 225+105+203=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E169CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169CB is #1E9634. Grayscale: #979797. Windows color (decimal): -2004533 or 13330913. OLE color: 13330913.
HSL color Cylindrical-coordinate representation of color #E169CB: hue angle of 311º 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 #E169CB is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 203 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.12 |
| HSL | 311º | 0.67% | 0.65% | - |
| HSV(B) | 311º | 0.53% | 0.88% | - |
| XYZ | 46.88 | 30.42 | 59.9 | - |
| YUV | 152.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 203 | 0 | 0.53 | 0.10 | 0.12 | 311 | 0.67 | 0.65 |
| Hex | E1 | 69 | CB | 0 | 35 | A | C | 137 | 43 | 41 |
| Octal | 341 | 151 | 313 | 0 | 65 | 12 | 14 | 467 | 103 | 101 |
| Binary | 11100001 | 1101001 | 11001011 | 0 | 110101 | 1010 | 1100 | 100110111 | 1000011 | 1000001 |
Color Harmonies of #E169CB
Complementary color
Monochromatic Colors of #E169CB
Black with #E169CB
Text Example
Text Example
White with #E169CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169CB; }
p { color: rgb(225,105,203); }
H1.HeaderClassName
{
color: #E169CB;
}
.AnyTagClassName
{
color: #E169CB;
}
</style>
background-color css
<style>
a { background-color: #E169CB; }
a { background-color: rgb(225,105,203); }
div.DivClassName
{
background-color: #E169CB;
}
.BgClassName
{
background-color: #E169CB;
}
</style>
border-color css
<style>
span { border-color: #E169CB; }
span { border-color: rgb(225,105,203); }
td.TdClassName
{
border-color: #E169CB;
}
.TagClassName
{
border-color: #E169CB;
}
</style>