Shades of Petite Orchid #DF9687
Tints of Petite Orchid #DF9687
RGB
CMYK
RGB Variations
Color information
#DF9687 (or 0xDF9687) is known color: Petite Orchid. HEX triplet: DF, 96 and 87. RGB value is (223,150,135). Sum of RGB (Red+Green+Blue) = 223+150+135=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9687 is #206978. Grayscale: #AAAAAA. Windows color (decimal): -2124153 or 8885983. OLE color: 8885983.
HSL color Cylindrical-coordinate representation of color #DF9687: hue angle of 10.23º 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 #DF9687 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 135 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.13 |
| HSL | 10.23º | 0.58% | 0.7% | - |
| HSV(B) | 10.23º | 0.39% | 0.87% | - |
| XYZ | 45.71 | 39.25 | 28.09 | - |
| YUV | 170.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 135 | 0 | 0.33 | 0.39 | 0.13 | 10.23 | 0.58 | 0.7 |
| Hex | DF | 96 | 87 | 0 | 21 | 27 | D | A | 3A | 46 |
| Octal | 337 | 226 | 207 | 0 | 41 | 47 | 15 | 12 | 72 | 106 |
| Binary | 11011111 | 10010110 | 10000111 | 0 | 100001 | 100111 | 1101 | 1010 | 111010 | 1000110 |
Color Harmonies of #DF9687
Complementary color
Monochromatic Colors of #DF9687
Black with #DF9687
Text Example
Text Example
White with #DF9687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9687; }
p { color: rgb(223,150,135); }
H1.HeaderClassName
{
color: #DF9687;
}
.AnyTagClassName
{
color: #DF9687;
}
</style>
background-color css
<style>
a { background-color: #DF9687; }
a { background-color: rgb(223,150,135); }
div.DivClassName
{
background-color: #DF9687;
}
.BgClassName
{
background-color: #DF9687;
}
</style>
border-color css
<style>
span { border-color: #DF9687; }
span { border-color: rgb(223,150,135); }
td.TdClassName
{
border-color: #DF9687;
}
.TagClassName
{
border-color: #DF9687;
}
</style>