Shades of Petite Orchid #DF978C
Tints of Petite Orchid #DF978C
RGB
CMYK
RGB Variations
Color information
#DF978C (or 0xDF978C) is known color: Petite Orchid. HEX triplet: DF, 97 and 8C. RGB value is (223,151,140). Sum of RGB (Red+Green+Blue) = 223+151+140=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF978C is #206873. Grayscale: #ABABAB. Windows color (decimal): -2123892 or 9213919. OLE color: 9213919.
HSL color Cylindrical-coordinate representation of color #DF978C: hue angle of 7.95º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF978C is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 140 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.13 |
| HSL | 7.95º | 0.56% | 0.71% | - |
| HSV(B) | 7.95º | 0.37% | 0.87% | - |
| XYZ | 46.23 | 39.71 | 30.04 | - |
| YUV | 171.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 140 | 0 | 0.32 | 0.37 | 0.13 | 7.95 | 0.56 | 0.71 |
| Hex | DF | 97 | 8C | 0 | 20 | 25 | D | 8 | 38 | 47 |
| Octal | 337 | 227 | 214 | 0 | 40 | 45 | 15 | 10 | 70 | 107 |
| Binary | 11011111 | 10010111 | 10001100 | 0 | 100000 | 100101 | 1101 | 1000 | 111000 | 1000111 |
Color Harmonies of #DF978C
Complementary color
Monochromatic Colors of #DF978C
Black with #DF978C
Text Example
Text Example
White with #DF978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF978C; }
p { color: rgb(223,151,140); }
H1.HeaderClassName
{
color: #DF978C;
}
.AnyTagClassName
{
color: #DF978C;
}
</style>
background-color css
<style>
a { background-color: #DF978C; }
a { background-color: rgb(223,151,140); }
div.DivClassName
{
background-color: #DF978C;
}
.BgClassName
{
background-color: #DF978C;
}
</style>
border-color css
<style>
span { border-color: #DF978C; }
span { border-color: rgb(223,151,140); }
td.TdClassName
{
border-color: #DF978C;
}
.TagClassName
{
border-color: #DF978C;
}
</style>