Shades of Petite Orchid #E79D9C
Tints of Petite Orchid #E79D9C
RGB
CMYK
RGB Variations
Color information
#E79D9C (or 0xE79D9C) is known color: Petite Orchid. HEX triplet: E7, 9D and 9C. RGB value is (231,157,156). Sum of RGB (Red+Green+Blue) = 231+157+156=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79D9C is #186263. Grayscale: #B3B3B3. Windows color (decimal): -1598052 or 10264039. OLE color: 10264039.
HSL color Cylindrical-coordinate representation of color #E79D9C: hue angle of 0.8º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79D9C is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 156 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.09 |
| HSL | 0.8º | 0.61% | 0.76% | - |
| HSV(B) | 0.8º | 0.32% | 0.91% | - |
| XYZ | 51.01 | 43.5 | 37.16 | - |
| YUV | 179.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 156 | 0 | 0.32 | 0.32 | 0.09 | 0.8 | 0.61 | 0.76 |
| Hex | E7 | 9D | 9C | 0 | 20 | 20 | 9 | 1 | 3D | 4C |
| Octal | 347 | 235 | 234 | 0 | 40 | 40 | 11 | 1 | 75 | 114 |
| Binary | 11100111 | 10011101 | 10011100 | 0 | 100000 | 100000 | 1001 | 1 | 111101 | 1001100 |
Color Harmonies of #E79D9C
Complementary color
Monochromatic Colors of #E79D9C
Black with #E79D9C
Text Example
Text Example
White with #E79D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D9C; }
p { color: rgb(231,157,156); }
H1.HeaderClassName
{
color: #E79D9C;
}
.AnyTagClassName
{
color: #E79D9C;
}
</style>
background-color css
<style>
a { background-color: #E79D9C; }
a { background-color: rgb(231,157,156); }
div.DivClassName
{
background-color: #E79D9C;
}
.BgClassName
{
background-color: #E79D9C;
}
</style>
border-color css
<style>
span { border-color: #E79D9C; }
span { border-color: rgb(231,157,156); }
td.TdClassName
{
border-color: #E79D9C;
}
.TagClassName
{
border-color: #E79D9C;
}
</style>