Shades of Petite Orchid #D89C8F
Tints of Petite Orchid #D89C8F
RGB
CMYK
RGB Variations
Color information
#D89C8F (or 0xD89C8F) is known color: Petite Orchid. HEX triplet: D8, 9C and 8F. RGB value is (216,156,143). Sum of RGB (Red+Green+Blue) = 216+156+143=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C8F is #276370. Grayscale: #ACACAC. Windows color (decimal): -2581361 or 9411800. OLE color: 9411800.
HSL color Cylindrical-coordinate representation of color #D89C8F: hue angle of 10.68º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D89C8F is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 143 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.15 |
| HSL | 10.68º | 0.48% | 0.7% | - |
| HSV(B) | 10.68º | 0.34% | 0.85% | - |
| XYZ | 45.17 | 40.36 | 31.4 | - |
| YUV | 172.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 143 | 0 | 0.28 | 0.34 | 0.15 | 10.68 | 0.48 | 0.7 |
| Hex | D8 | 9C | 8F | 0 | 1C | 22 | F | B | 30 | 46 |
| Octal | 330 | 234 | 217 | 0 | 34 | 42 | 17 | 13 | 60 | 106 |
| Binary | 11011000 | 10011100 | 10001111 | 0 | 11100 | 100010 | 1111 | 1011 | 110000 | 1000110 |
Color Harmonies of #D89C8F
Complementary color
Monochromatic Colors of #D89C8F
Black with #D89C8F
Text Example
Text Example
White with #D89C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C8F; }
p { color: rgb(216,156,143); }
H1.HeaderClassName
{
color: #D89C8F;
}
.AnyTagClassName
{
color: #D89C8F;
}
</style>
background-color css
<style>
a { background-color: #D89C8F; }
a { background-color: rgb(216,156,143); }
div.DivClassName
{
background-color: #D89C8F;
}
.BgClassName
{
background-color: #D89C8F;
}
</style>
border-color css
<style>
span { border-color: #D89C8F; }
span { border-color: rgb(216,156,143); }
td.TdClassName
{
border-color: #D89C8F;
}
.TagClassName
{
border-color: #D89C8F;
}
</style>