Shades of Petite Orchid #DF978F
Tints of Petite Orchid #DF978F
RGB
CMYK
RGB Variations
Color information
#DF978F (or 0xDF978F) is known color: Petite Orchid. HEX triplet: DF, 97 and 8F. RGB value is (223,151,143). Sum of RGB (Red+Green+Blue) = 223+151+143=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF978F is #206870. Grayscale: #ABABAB. Windows color (decimal): -2123889 or 9410527. OLE color: 9410527.
HSL color Cylindrical-coordinate representation of color #DF978F: hue angle of 6º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF978F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 143 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.13 |
| HSL | 6º | 0.56% | 0.72% | - |
| HSV(B) | 6º | 0.36% | 0.87% | - |
| XYZ | 46.46 | 39.8 | 31.22 | - |
| YUV | 171.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 143 | 0 | 0.32 | 0.36 | 0.13 | 6 | 0.56 | 0.72 |
| Hex | DF | 97 | 8F | 0 | 20 | 24 | D | 6 | 38 | 48 |
| Octal | 337 | 227 | 217 | 0 | 40 | 44 | 15 | 6 | 70 | 110 |
| Binary | 11011111 | 10010111 | 10001111 | 0 | 100000 | 100100 | 1101 | 110 | 111000 | 1001000 |
Color Harmonies of #DF978F
Complementary color
Monochromatic Colors of #DF978F
Black with #DF978F
Text Example
Text Example
White with #DF978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF978F; }
p { color: rgb(223,151,143); }
H1.HeaderClassName
{
color: #DF978F;
}
.AnyTagClassName
{
color: #DF978F;
}
</style>
background-color css
<style>
a { background-color: #DF978F; }
a { background-color: rgb(223,151,143); }
div.DivClassName
{
background-color: #DF978F;
}
.BgClassName
{
background-color: #DF978F;
}
</style>
border-color css
<style>
span { border-color: #DF978F; }
span { border-color: rgb(223,151,143); }
td.TdClassName
{
border-color: #DF978F;
}
.TagClassName
{
border-color: #DF978F;
}
</style>