Shades of Petite Orchid #D99686
Tints of Petite Orchid #D99686
RGB
CMYK
RGB Variations
Color information
#D99686 (or 0xD99686) is known color: Petite Orchid. HEX triplet: D9, 96 and 86. RGB value is (217,150,134). Sum of RGB (Red+Green+Blue) = 217+150+134=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D99686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99686 is #266979. Grayscale: #A8A8A8. Windows color (decimal): -2517370 or 8820441. OLE color: 8820441.
HSL color Cylindrical-coordinate representation of color #D99686: hue angle of 11.57º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D99686 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 134 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.15 |
| HSL | 11.57º | 0.52% | 0.69% | - |
| HSV(B) | 11.57º | 0.38% | 0.85% | - |
| XYZ | 43.82 | 38.29 | 27.63 | - |
| YUV | 168.21 | 108.7 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 134 | 0 | 0.31 | 0.38 | 0.15 | 11.57 | 0.52 | 0.69 |
| Hex | D9 | 96 | 86 | 0 | 1F | 26 | F | C | 34 | 45 |
| Octal | 331 | 226 | 206 | 0 | 37 | 46 | 17 | 14 | 64 | 105 |
| Binary | 11011001 | 10010110 | 10000110 | 0 | 11111 | 100110 | 1111 | 1100 | 110100 | 1000101 |
Color Harmonies of #D99686
Complementary color
Monochromatic Colors of #D99686
Black with #D99686
Text Example
Text Example
White with #D99686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99686; }
p { color: rgb(217,150,134); }
H1.HeaderClassName
{
color: #D99686;
}
.AnyTagClassName
{
color: #D99686;
}
</style>
background-color css
<style>
a { background-color: #D99686; }
a { background-color: rgb(217,150,134); }
div.DivClassName
{
background-color: #D99686;
}
.BgClassName
{
background-color: #D99686;
}
</style>
border-color css
<style>
span { border-color: #D99686; }
span { border-color: rgb(217,150,134); }
td.TdClassName
{
border-color: #D99686;
}
.TagClassName
{
border-color: #D99686;
}
</style>