Shades of Petite Orchid #E09D97
Tints of Petite Orchid #E09D97
RGB
CMYK
RGB Variations
Color information
#E09D97 (or 0xE09D97) is known color: Petite Orchid. HEX triplet: E0, 9D and 97. RGB value is (224,157,151). Sum of RGB (Red+Green+Blue) = 224+157+151=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09D97 is #1F6268. Grayscale: #B0B0B0. Windows color (decimal): -2056809 or 9936352. OLE color: 9936352.
HSL color Cylindrical-coordinate representation of color #E09D97: hue angle of 4.93º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E09D97 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 151 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.12 |
| HSL | 4.93º | 0.54% | 0.74% | - |
| HSV(B) | 4.93º | 0.33% | 0.88% | - |
| XYZ | 48.38 | 42.2 | 34.87 | - |
| YUV | 176.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 151 | 0 | 0.30 | 0.33 | 0.12 | 4.93 | 0.54 | 0.74 |
| Hex | E0 | 9D | 97 | 0 | 1E | 21 | C | 5 | 36 | 4A |
| Octal | 340 | 235 | 227 | 0 | 36 | 41 | 14 | 5 | 66 | 112 |
| Binary | 11100000 | 10011101 | 10010111 | 0 | 11110 | 100001 | 1100 | 101 | 110110 | 1001010 |
Color Harmonies of #E09D97
Complementary color
Monochromatic Colors of #E09D97
Black with #E09D97
Text Example
Text Example
White with #E09D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D97; }
p { color: rgb(224,157,151); }
H1.HeaderClassName
{
color: #E09D97;
}
.AnyTagClassName
{
color: #E09D97;
}
</style>
background-color css
<style>
a { background-color: #E09D97; }
a { background-color: rgb(224,157,151); }
div.DivClassName
{
background-color: #E09D97;
}
.BgClassName
{
background-color: #E09D97;
}
</style>
border-color css
<style>
span { border-color: #E09D97; }
span { border-color: rgb(224,157,151); }
td.TdClassName
{
border-color: #E09D97;
}
.TagClassName
{
border-color: #E09D97;
}
</style>