Shades of Petite Orchid #DF9187
Tints of Petite Orchid #DF9187
RGB
CMYK
RGB Variations
Color information
#DF9187 (or 0xDF9187) is known color: Petite Orchid. HEX triplet: DF, 91 and 87. RGB value is (223,145,135). Sum of RGB (Red+Green+Blue) = 223+145+135=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9187 is #206E78. Grayscale: #A7A7A7. Windows color (decimal): -2125433 or 8884703. OLE color: 8884703.
HSL color Cylindrical-coordinate representation of color #DF9187: hue angle of 6.82º 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 #DF9187 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 135 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.13 |
| HSL | 6.82º | 0.58% | 0.7% | - |
| HSV(B) | 6.82º | 0.39% | 0.87% | - |
| XYZ | 44.93 | 37.69 | 27.83 | - |
| YUV | 167.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 135 | 0 | 0.35 | 0.39 | 0.13 | 6.82 | 0.58 | 0.7 |
| Hex | DF | 91 | 87 | 0 | 23 | 27 | D | 7 | 3A | 46 |
| Octal | 337 | 221 | 207 | 0 | 43 | 47 | 15 | 7 | 72 | 106 |
| Binary | 11011111 | 10010001 | 10000111 | 0 | 100011 | 100111 | 1101 | 111 | 111010 | 1000110 |
Color Harmonies of #DF9187
Complementary color
Monochromatic Colors of #DF9187
Black with #DF9187
Text Example
Text Example
White with #DF9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9187; }
p { color: rgb(223,145,135); }
H1.HeaderClassName
{
color: #DF9187;
}
.AnyTagClassName
{
color: #DF9187;
}
</style>
background-color css
<style>
a { background-color: #DF9187; }
a { background-color: rgb(223,145,135); }
div.DivClassName
{
background-color: #DF9187;
}
.BgClassName
{
background-color: #DF9187;
}
</style>
border-color css
<style>
span { border-color: #DF9187; }
span { border-color: rgb(223,145,135); }
td.TdClassName
{
border-color: #DF9187;
}
.TagClassName
{
border-color: #DF9187;
}
</style>