Shades of Petite Orchid #D99C90
Tints of Petite Orchid #D99C90
RGB
CMYK
RGB Variations
Color information
#D99C90 (or 0xD99C90) is known color: Petite Orchid. HEX triplet: D9, 9C and 90. RGB value is (217,156,144). Sum of RGB (Red+Green+Blue) = 217+156+144=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C90 is #26636F. Grayscale: #ACACAC. Windows color (decimal): -2515824 or 9477337. OLE color: 9477337.
HSL color Cylindrical-coordinate representation of color #D99C90: hue angle of 9.86º 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 #D99C90 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 144 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.15 |
| HSL | 9.86º | 0.49% | 0.71% | - |
| HSV(B) | 9.86º | 0.34% | 0.85% | - |
| XYZ | 45.54 | 40.54 | 31.81 | - |
| YUV | 172.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 144 | 0 | 0.28 | 0.34 | 0.15 | 9.86 | 0.49 | 0.71 |
| Hex | D9 | 9C | 90 | 0 | 1C | 22 | F | A | 31 | 47 |
| Octal | 331 | 234 | 220 | 0 | 34 | 42 | 17 | 12 | 61 | 107 |
| Binary | 11011001 | 10011100 | 10010000 | 0 | 11100 | 100010 | 1111 | 1010 | 110001 | 1000111 |
Color Harmonies of #D99C90
Complementary color
Monochromatic Colors of #D99C90
Black with #D99C90
Text Example
Text Example
White with #D99C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C90; }
p { color: rgb(217,156,144); }
H1.HeaderClassName
{
color: #D99C90;
}
.AnyTagClassName
{
color: #D99C90;
}
</style>
background-color css
<style>
a { background-color: #D99C90; }
a { background-color: rgb(217,156,144); }
div.DivClassName
{
background-color: #D99C90;
}
.BgClassName
{
background-color: #D99C90;
}
</style>
border-color css
<style>
span { border-color: #D99C90; }
span { border-color: rgb(217,156,144); }
td.TdClassName
{
border-color: #D99C90;
}
.TagClassName
{
border-color: #D99C90;
}
</style>