Shades of Petite Orchid #DF978B
Tints of Petite Orchid #DF978B
RGB
CMYK
RGB Variations
Color information
#DF978B (or 0xDF978B) is known color: Petite Orchid. HEX triplet: DF, 97 and 8B. RGB value is (223,151,139). Sum of RGB (Red+Green+Blue) = 223+151+139=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF978B is #206874. Grayscale: #ABABAB. Windows color (decimal): -2123893 or 9148383. OLE color: 9148383.
HSL color Cylindrical-coordinate representation of color #DF978B: hue angle of 8.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF978B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 139 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.13 |
| HSL | 8.57º | 0.57% | 0.71% | - |
| HSV(B) | 8.57º | 0.38% | 0.87% | - |
| XYZ | 46.16 | 39.69 | 29.65 | - |
| YUV | 171.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 139 | 0 | 0.32 | 0.38 | 0.13 | 8.57 | 0.57 | 0.71 |
| Hex | DF | 97 | 8B | 0 | 20 | 26 | D | 9 | 39 | 47 |
| Octal | 337 | 227 | 213 | 0 | 40 | 46 | 15 | 11 | 71 | 107 |
| Binary | 11011111 | 10010111 | 10001011 | 0 | 100000 | 100110 | 1101 | 1001 | 111001 | 1000111 |
Color Harmonies of #DF978B
Complementary color
Monochromatic Colors of #DF978B
Black with #DF978B
Text Example
Text Example
White with #DF978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF978B; }
p { color: rgb(223,151,139); }
H1.HeaderClassName
{
color: #DF978B;
}
.AnyTagClassName
{
color: #DF978B;
}
</style>
background-color css
<style>
a { background-color: #DF978B; }
a { background-color: rgb(223,151,139); }
div.DivClassName
{
background-color: #DF978B;
}
.BgClassName
{
background-color: #DF978B;
}
</style>
border-color css
<style>
span { border-color: #DF978B; }
span { border-color: rgb(223,151,139); }
td.TdClassName
{
border-color: #DF978B;
}
.TagClassName
{
border-color: #DF978B;
}
</style>