Shades of Petite Orchid #DF9688
Tints of Petite Orchid #DF9688
RGB
CMYK
RGB Variations
Color information
#DF9688 (or 0xDF9688) is known color: Petite Orchid. HEX triplet: DF, 96 and 88. RGB value is (223,150,136). Sum of RGB (Red+Green+Blue) = 223+150+136=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9688 is #206977. Grayscale: #AAAAAA. Windows color (decimal): -2124152 or 8951519. OLE color: 8951519.
HSL color Cylindrical-coordinate representation of color #DF9688: hue angle of 9.66º degrees, saturation: 0.58, 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 #DF9688 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 136 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.13 |
| HSL | 9.66º | 0.58% | 0.7% | - |
| HSV(B) | 9.66º | 0.39% | 0.87% | - |
| XYZ | 45.78 | 39.28 | 28.46 | - |
| YUV | 170.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 136 | 0 | 0.33 | 0.39 | 0.13 | 9.66 | 0.58 | 0.7 |
| Hex | DF | 96 | 88 | 0 | 21 | 27 | D | A | 3A | 46 |
| Octal | 337 | 226 | 210 | 0 | 41 | 47 | 15 | 12 | 72 | 106 |
| Binary | 11011111 | 10010110 | 10001000 | 0 | 100001 | 100111 | 1101 | 1010 | 111010 | 1000110 |
Color Harmonies of #DF9688
Complementary color
Monochromatic Colors of #DF9688
Black with #DF9688
Text Example
Text Example
White with #DF9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9688; }
p { color: rgb(223,150,136); }
H1.HeaderClassName
{
color: #DF9688;
}
.AnyTagClassName
{
color: #DF9688;
}
</style>
background-color css
<style>
a { background-color: #DF9688; }
a { background-color: rgb(223,150,136); }
div.DivClassName
{
background-color: #DF9688;
}
.BgClassName
{
background-color: #DF9688;
}
</style>
border-color css
<style>
span { border-color: #DF9688; }
span { border-color: rgb(223,150,136); }
td.TdClassName
{
border-color: #DF9688;
}
.TagClassName
{
border-color: #DF9688;
}
</style>