Shades of Petite Orchid #D8998C
Tints of Petite Orchid #D8998C
RGB
CMYK
RGB Variations
Color information
#D8998C (or 0xD8998C) is known color: Petite Orchid. HEX triplet: D8, 99 and 8C. RGB value is (216,153,140). Sum of RGB (Red+Green+Blue) = 216+153+140=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8998C is #276673. Grayscale: #AAAAAA. Windows color (decimal): -2582132 or 9214424. OLE color: 9214424.
HSL color Cylindrical-coordinate representation of color #D8998C: hue angle of 10.26º degrees, saturation: 0.49, 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 #D8998C is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 140 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.15 |
| HSL | 10.26º | 0.49% | 0.7% | - |
| HSV(B) | 10.26º | 0.35% | 0.85% | - |
| XYZ | 44.44 | 39.27 | 30.05 | - |
| YUV | 170.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 140 | 0 | 0.29 | 0.35 | 0.15 | 10.26 | 0.49 | 0.7 |
| Hex | D8 | 99 | 8C | 0 | 1D | 23 | F | A | 31 | 46 |
| Octal | 330 | 231 | 214 | 0 | 35 | 43 | 17 | 12 | 61 | 106 |
| Binary | 11011000 | 10011001 | 10001100 | 0 | 11101 | 100011 | 1111 | 1010 | 110001 | 1000110 |
Color Harmonies of #D8998C
Complementary color
Monochromatic Colors of #D8998C
Black with #D8998C
Text Example
Text Example
White with #D8998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8998C; }
p { color: rgb(216,153,140); }
H1.HeaderClassName
{
color: #D8998C;
}
.AnyTagClassName
{
color: #D8998C;
}
</style>
background-color css
<style>
a { background-color: #D8998C; }
a { background-color: rgb(216,153,140); }
div.DivClassName
{
background-color: #D8998C;
}
.BgClassName
{
background-color: #D8998C;
}
</style>
border-color css
<style>
span { border-color: #D8998C; }
span { border-color: rgb(216,153,140); }
td.TdClassName
{
border-color: #D8998C;
}
.TagClassName
{
border-color: #D8998C;
}
</style>