Shades of Petite Orchid #D99B8C
Tints of Petite Orchid #D99B8C
RGB
CMYK
RGB Variations
Color information
#D99B8C (or 0xD99B8C) is known color: Petite Orchid. HEX triplet: D9, 9B and 8C. RGB value is (217,155,140). Sum of RGB (Red+Green+Blue) = 217+155+140=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99B8C is #266473. Grayscale: #ABABAB. Windows color (decimal): -2516084 or 9214937. OLE color: 9214937.
HSL color Cylindrical-coordinate representation of color #D99B8C: hue angle of 11.69º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D99B8C is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 140 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.15 |
| HSL | 11.69º | 0.5% | 0.7% | - |
| HSV(B) | 11.69º | 0.35% | 0.85% | - |
| XYZ | 45.07 | 40.09 | 30.17 | - |
| YUV | 171.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 140 | 0 | 0.29 | 0.35 | 0.15 | 11.69 | 0.5 | 0.7 |
| Hex | D9 | 9B | 8C | 0 | 1D | 23 | F | C | 32 | 46 |
| Octal | 331 | 233 | 214 | 0 | 35 | 43 | 17 | 14 | 62 | 106 |
| Binary | 11011001 | 10011011 | 10001100 | 0 | 11101 | 100011 | 1111 | 1100 | 110010 | 1000110 |
Color Harmonies of #D99B8C
Complementary color
Monochromatic Colors of #D99B8C
Black with #D99B8C
Text Example
Text Example
White with #D99B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B8C; }
p { color: rgb(217,155,140); }
H1.HeaderClassName
{
color: #D99B8C;
}
.AnyTagClassName
{
color: #D99B8C;
}
</style>
background-color css
<style>
a { background-color: #D99B8C; }
a { background-color: rgb(217,155,140); }
div.DivClassName
{
background-color: #D99B8C;
}
.BgClassName
{
background-color: #D99B8C;
}
</style>
border-color css
<style>
span { border-color: #D99B8C; }
span { border-color: rgb(217,155,140); }
td.TdClassName
{
border-color: #D99B8C;
}
.TagClassName
{
border-color: #D99B8C;
}
</style>