Shades of Petite Orchid #E19D9C
Tints of Petite Orchid #E19D9C
RGB
CMYK
RGB Variations
Color information
#E19D9C (or 0xE19D9C) is known color: Petite Orchid. HEX triplet: E1, 9D and 9C. RGB value is (225,157,156). Sum of RGB (Red+Green+Blue) = 225+157+156=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19D9C is #1E6263. Grayscale: #B1B1B1. Windows color (decimal): -1991268 or 10264033. OLE color: 10264033.
HSL color Cylindrical-coordinate representation of color #E19D9C: hue angle of 0.87º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19D9C is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 156 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.12 |
| HSL | 0.87º | 0.53% | 0.75% | - |
| HSV(B) | 0.87º | 0.31% | 0.88% | - |
| XYZ | 49.11 | 42.52 | 37.07 | - |
| YUV | 177.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 156 | 0 | 0.30 | 0.31 | 0.12 | 0.87 | 0.53 | 0.75 |
| Hex | E1 | 9D | 9C | 0 | 1E | 1F | C | 1 | 35 | 4B |
| Octal | 341 | 235 | 234 | 0 | 36 | 37 | 14 | 1 | 65 | 113 |
| Binary | 11100001 | 10011101 | 10011100 | 0 | 11110 | 11111 | 1100 | 1 | 110101 | 1001011 |
Color Harmonies of #E19D9C
Complementary color
Monochromatic Colors of #E19D9C
Black with #E19D9C
Text Example
Text Example
White with #E19D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19D9C; }
p { color: rgb(225,157,156); }
H1.HeaderClassName
{
color: #E19D9C;
}
.AnyTagClassName
{
color: #E19D9C;
}
</style>
background-color css
<style>
a { background-color: #E19D9C; }
a { background-color: rgb(225,157,156); }
div.DivClassName
{
background-color: #E19D9C;
}
.BgClassName
{
background-color: #E19D9C;
}
</style>
border-color css
<style>
span { border-color: #E19D9C; }
span { border-color: rgb(225,157,156); }
td.TdClassName
{
border-color: #E19D9C;
}
.TagClassName
{
border-color: #E19D9C;
}
</style>