Shades of Petite Orchid #DF9286
Tints of Petite Orchid #DF9286
RGB
CMYK
RGB Variations
Color information
#DF9286 (or 0xDF9286) is known color: Petite Orchid. HEX triplet: DF, 92 and 86. RGB value is (223,146,134). Sum of RGB (Red+Green+Blue) = 223+146+134=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9286 is #206D79. Grayscale: #A7A7A7. Windows color (decimal): -2125178 or 8819423. OLE color: 8819423.
HSL color Cylindrical-coordinate representation of color #DF9286: hue angle of 8.09º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF9286 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 134 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.13 |
| HSL | 8.09º | 0.58% | 0.7% | - |
| HSV(B) | 8.09º | 0.4% | 0.87% | - |
| XYZ | 45.01 | 37.97 | 27.51 | - |
| YUV | 167.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 134 | 0 | 0.35 | 0.40 | 0.13 | 8.09 | 0.58 | 0.7 |
| Hex | DF | 92 | 86 | 0 | 23 | 28 | D | 8 | 3A | 46 |
| Octal | 337 | 222 | 206 | 0 | 43 | 50 | 15 | 10 | 72 | 106 |
| Binary | 11011111 | 10010010 | 10000110 | 0 | 100011 | 101000 | 1101 | 1000 | 111010 | 1000110 |
Color Harmonies of #DF9286
Complementary color
Monochromatic Colors of #DF9286
Black with #DF9286
Text Example
Text Example
White with #DF9286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9286; }
p { color: rgb(223,146,134); }
H1.HeaderClassName
{
color: #DF9286;
}
.AnyTagClassName
{
color: #DF9286;
}
</style>
background-color css
<style>
a { background-color: #DF9286; }
a { background-color: rgb(223,146,134); }
div.DivClassName
{
background-color: #DF9286;
}
.BgClassName
{
background-color: #DF9286;
}
</style>
border-color css
<style>
span { border-color: #DF9286; }
span { border-color: rgb(223,146,134); }
td.TdClassName
{
border-color: #DF9286;
}
.TagClassName
{
border-color: #DF9286;
}
</style>