Shades of Petite Orchid #DE9688
Tints of Petite Orchid #DE9688
RGB
CMYK
RGB Variations
Color information
#DE9688 (or 0xDE9688) is known color: Petite Orchid. HEX triplet: DE, 96 and 88. RGB value is (222,150,136). Sum of RGB (Red+Green+Blue) = 222+150+136=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9688 is #216977. Grayscale: #AAAAAA. Windows color (decimal): -2189688 or 8951518. OLE color: 8951518.
HSL color Cylindrical-coordinate representation of color #DE9688: hue angle of 9.77º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE9688 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 136 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.13 |
| HSL | 9.77º | 0.57% | 0.7% | - |
| HSV(B) | 9.77º | 0.39% | 0.87% | - |
| XYZ | 45.47 | 39.12 | 28.45 | - |
| YUV | 169.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 136 | 0 | 0.32 | 0.39 | 0.13 | 9.77 | 0.57 | 0.7 |
| Hex | DE | 96 | 88 | 0 | 20 | 27 | D | A | 39 | 46 |
| Octal | 336 | 226 | 210 | 0 | 40 | 47 | 15 | 12 | 71 | 106 |
| Binary | 11011110 | 10010110 | 10001000 | 0 | 100000 | 100111 | 1101 | 1010 | 111001 | 1000110 |
Color Harmonies of #DE9688
Complementary color
Monochromatic Colors of #DE9688
Black with #DE9688
Text Example
Text Example
White with #DE9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9688; }
p { color: rgb(222,150,136); }
H1.HeaderClassName
{
color: #DE9688;
}
.AnyTagClassName
{
color: #DE9688;
}
</style>
background-color css
<style>
a { background-color: #DE9688; }
a { background-color: rgb(222,150,136); }
div.DivClassName
{
background-color: #DE9688;
}
.BgClassName
{
background-color: #DE9688;
}
</style>
border-color css
<style>
span { border-color: #DE9688; }
span { border-color: rgb(222,150,136); }
td.TdClassName
{
border-color: #DE9688;
}
.TagClassName
{
border-color: #DE9688;
}
</style>