Shades of Petite Orchid #D7978D
Tints of Petite Orchid #D7978D
RGB
CMYK
RGB Variations
Color information
#D7978D (or 0xD7978D) is known color: Petite Orchid. HEX triplet: D7, 97 and 8D. RGB value is (215,151,141). Sum of RGB (Red+Green+Blue) = 215+151+141=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7978D is #286872. Grayscale: #A9A9A9. Windows color (decimal): -2648179 or 9279447. OLE color: 9279447.
HSL color Cylindrical-coordinate representation of color #D7978D: hue angle of 8.11º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7978D is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 151 | 141 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.16 |
| HSL | 8.11º | 0.48% | 0.7% | - |
| HSV(B) | 8.11º | 0.34% | 0.84% | - |
| XYZ | 43.9 | 38.5 | 30.32 | - |
| YUV | 169 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 141 | 0 | 0.30 | 0.34 | 0.16 | 8.11 | 0.48 | 0.7 |
| Hex | D7 | 97 | 8D | 0 | 1E | 22 | 10 | 8 | 30 | 46 |
| Octal | 327 | 227 | 215 | 0 | 36 | 42 | 20 | 10 | 60 | 106 |
| Binary | 11010111 | 10010111 | 10001101 | 0 | 11110 | 100010 | 10000 | 1000 | 110000 | 1000110 |
Color Harmonies of #D7978D
Complementary color
Monochromatic Colors of #D7978D
Black with #D7978D
Text Example
Text Example
White with #D7978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7978D; }
p { color: rgb(215,151,141); }
H1.HeaderClassName
{
color: #D7978D;
}
.AnyTagClassName
{
color: #D7978D;
}
</style>
background-color css
<style>
a { background-color: #D7978D; }
a { background-color: rgb(215,151,141); }
div.DivClassName
{
background-color: #D7978D;
}
.BgClassName
{
background-color: #D7978D;
}
</style>
border-color css
<style>
span { border-color: #D7978D; }
span { border-color: rgb(215,151,141); }
td.TdClassName
{
border-color: #D7978D;
}
.TagClassName
{
border-color: #D7978D;
}
</style>