Shades of Petite Orchid #D8978C
Tints of Petite Orchid #D8978C
RGB
CMYK
RGB Variations
Color information
#D8978C (or 0xD8978C) is known color: Petite Orchid. HEX triplet: D8, 97 and 8C. RGB value is (216,151,140). Sum of RGB (Red+Green+Blue) = 216+151+140=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8978C is #276873. Grayscale: #A9A9A9. Windows color (decimal): -2582644 or 9213912. OLE color: 9213912.
HSL color Cylindrical-coordinate representation of color #D8978C: hue angle of 8.68º 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 #D8978C is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 151 | 140 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.15 |
| HSL | 8.68º | 0.49% | 0.7% | - |
| HSV(B) | 8.68º | 0.35% | 0.85% | - |
| XYZ | 44.12 | 38.63 | 29.94 | - |
| YUV | 169.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 151 | 140 | 0 | 0.30 | 0.35 | 0.15 | 8.68 | 0.49 | 0.7 |
| Hex | D8 | 97 | 8C | 0 | 1E | 23 | F | 9 | 31 | 46 |
| Octal | 330 | 227 | 214 | 0 | 36 | 43 | 17 | 11 | 61 | 106 |
| Binary | 11011000 | 10010111 | 10001100 | 0 | 11110 | 100011 | 1111 | 1001 | 110001 | 1000110 |
Color Harmonies of #D8978C
Complementary color
Monochromatic Colors of #D8978C
Black with #D8978C
Text Example
Text Example
White with #D8978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8978C; }
p { color: rgb(216,151,140); }
H1.HeaderClassName
{
color: #D8978C;
}
.AnyTagClassName
{
color: #D8978C;
}
</style>
background-color css
<style>
a { background-color: #D8978C; }
a { background-color: rgb(216,151,140); }
div.DivClassName
{
background-color: #D8978C;
}
.BgClassName
{
background-color: #D8978C;
}
</style>
border-color css
<style>
span { border-color: #D8978C; }
span { border-color: rgb(216,151,140); }
td.TdClassName
{
border-color: #D8978C;
}
.TagClassName
{
border-color: #D8978C;
}
</style>