Shades of Petite Orchid #D99C8F
Tints of Petite Orchid #D99C8F
RGB
CMYK
RGB Variations
Color information
#D99C8F (or 0xD99C8F) is known color: Petite Orchid. HEX triplet: D9, 9C and 8F. RGB value is (217,156,143). Sum of RGB (Red+Green+Blue) = 217+156+143=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C8F is #266370. Grayscale: #ACACAC. Windows color (decimal): -2515825 or 9411801. OLE color: 9411801.
HSL color Cylindrical-coordinate representation of color #D99C8F: hue angle of 10.54º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99C8F is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 143 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.15 |
| HSL | 10.54º | 0.49% | 0.71% | - |
| HSV(B) | 10.54º | 0.34% | 0.85% | - |
| XYZ | 45.46 | 40.51 | 31.41 | - |
| YUV | 172.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 143 | 0 | 0.28 | 0.34 | 0.15 | 10.54 | 0.49 | 0.71 |
| Hex | D9 | 9C | 8F | 0 | 1C | 22 | F | B | 31 | 47 |
| Octal | 331 | 234 | 217 | 0 | 34 | 42 | 17 | 13 | 61 | 107 |
| Binary | 11011001 | 10011100 | 10001111 | 0 | 11100 | 100010 | 1111 | 1011 | 110001 | 1000111 |
Color Harmonies of #D99C8F
Complementary color
Monochromatic Colors of #D99C8F
Black with #D99C8F
Text Example
Text Example
White with #D99C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C8F; }
p { color: rgb(217,156,143); }
H1.HeaderClassName
{
color: #D99C8F;
}
.AnyTagClassName
{
color: #D99C8F;
}
</style>
background-color css
<style>
a { background-color: #D99C8F; }
a { background-color: rgb(217,156,143); }
div.DivClassName
{
background-color: #D99C8F;
}
.BgClassName
{
background-color: #D99C8F;
}
</style>
border-color css
<style>
span { border-color: #D99C8F; }
span { border-color: rgb(217,156,143); }
td.TdClassName
{
border-color: #D99C8F;
}
.TagClassName
{
border-color: #D99C8F;
}
</style>