Shades of Petite Orchid #DF968C
Tints of Petite Orchid #DF968C
RGB
CMYK
RGB Variations
Color information
#DF968C (or 0xDF968C) is known color: Petite Orchid. HEX triplet: DF, 96 and 8C. RGB value is (223,150,140). Sum of RGB (Red+Green+Blue) = 223+150+140=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF968C is #206973. Grayscale: #AAAAAA. Windows color (decimal): -2124148 or 9213663. OLE color: 9213663.
HSL color Cylindrical-coordinate representation of color #DF968C: hue angle of 7.23º 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 #DF968C is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 140 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.13 |
| HSL | 7.23º | 0.56% | 0.71% | - |
| HSV(B) | 7.23º | 0.37% | 0.87% | - |
| XYZ | 46.07 | 39.39 | 29.99 | - |
| YUV | 170.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 140 | 0 | 0.33 | 0.37 | 0.13 | 7.23 | 0.56 | 0.71 |
| Hex | DF | 96 | 8C | 0 | 21 | 25 | D | 7 | 38 | 47 |
| Octal | 337 | 226 | 214 | 0 | 41 | 45 | 15 | 7 | 70 | 107 |
| Binary | 11011111 | 10010110 | 10001100 | 0 | 100001 | 100101 | 1101 | 111 | 111000 | 1000111 |
Color Harmonies of #DF968C
Complementary color
Monochromatic Colors of #DF968C
Black with #DF968C
Text Example
Text Example
White with #DF968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF968C; }
p { color: rgb(223,150,140); }
H1.HeaderClassName
{
color: #DF968C;
}
.AnyTagClassName
{
color: #DF968C;
}
</style>
background-color css
<style>
a { background-color: #DF968C; }
a { background-color: rgb(223,150,140); }
div.DivClassName
{
background-color: #DF968C;
}
.BgClassName
{
background-color: #DF968C;
}
</style>
border-color css
<style>
span { border-color: #DF968C; }
span { border-color: rgb(223,150,140); }
td.TdClassName
{
border-color: #DF968C;
}
.TagClassName
{
border-color: #DF968C;
}
</style>