Shades of Petite Orchid #DE9D9C
Tints of Petite Orchid #DE9D9C
RGB
CMYK
RGB Variations
Color information
#DE9D9C (or 0xDE9D9C) is known color: Petite Orchid. HEX triplet: DE, 9D and 9C. RGB value is (222,157,156). Sum of RGB (Red+Green+Blue) = 222+157+156=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9D9C is #216263. Grayscale: #B0B0B0. Windows color (decimal): -2187876 or 10264030. OLE color: 10264030.
HSL color Cylindrical-coordinate representation of color #DE9D9C: hue angle of 0.91º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9D9C is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 156 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.13 |
| HSL | 0.91º | 0.5% | 0.74% | - |
| HSV(B) | 0.91º | 0.3% | 0.87% | - |
| XYZ | 48.18 | 42.04 | 37.03 | - |
| YUV | 176.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 156 | 0 | 0.29 | 0.30 | 0.13 | 0.91 | 0.5 | 0.74 |
| Hex | DE | 9D | 9C | 0 | 1D | 1E | D | 1 | 32 | 4A |
| Octal | 336 | 235 | 234 | 0 | 35 | 36 | 15 | 1 | 62 | 112 |
| Binary | 11011110 | 10011101 | 10011100 | 0 | 11101 | 11110 | 1101 | 1 | 110010 | 1001010 |
Color Harmonies of #DE9D9C
Complementary color
Monochromatic Colors of #DE9D9C
Black with #DE9D9C
Text Example
Text Example
White with #DE9D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9D9C; }
p { color: rgb(222,157,156); }
H1.HeaderClassName
{
color: #DE9D9C;
}
.AnyTagClassName
{
color: #DE9D9C;
}
</style>
background-color css
<style>
a { background-color: #DE9D9C; }
a { background-color: rgb(222,157,156); }
div.DivClassName
{
background-color: #DE9D9C;
}
.BgClassName
{
background-color: #DE9D9C;
}
</style>
border-color css
<style>
span { border-color: #DE9D9C; }
span { border-color: rgb(222,157,156); }
td.TdClassName
{
border-color: #DE9D9C;
}
.TagClassName
{
border-color: #DE9D9C;
}
</style>