Shades of Petite Orchid #DF9C96
Tints of Petite Orchid #DF9C96
RGB
CMYK
RGB Variations
Color information
#DF9C96 (or 0xDF9C96) is known color: Petite Orchid. HEX triplet: DF, 9C and 96. RGB value is (223,156,150). Sum of RGB (Red+Green+Blue) = 223+156+150=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9C96 is #206369. Grayscale: #AFAFAF. Windows color (decimal): -2122602 or 9870559. OLE color: 9870559.
HSL color Cylindrical-coordinate representation of color #DF9C96: hue angle of 4.93º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9C96 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 150 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.13 |
| HSL | 4.93º | 0.53% | 0.73% | - |
| HSV(B) | 4.93º | 0.33% | 0.87% | - |
| XYZ | 47.82 | 41.67 | 34.38 | - |
| YUV | 175.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 150 | 0 | 0.30 | 0.33 | 0.13 | 4.93 | 0.53 | 0.73 |
| Hex | DF | 9C | 96 | 0 | 1E | 21 | D | 5 | 35 | 49 |
| Octal | 337 | 234 | 226 | 0 | 36 | 41 | 15 | 5 | 65 | 111 |
| Binary | 11011111 | 10011100 | 10010110 | 0 | 11110 | 100001 | 1101 | 101 | 110101 | 1001001 |
Color Harmonies of #DF9C96
Complementary color
Monochromatic Colors of #DF9C96
Black with #DF9C96
Text Example
Text Example
White with #DF9C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9C96; }
p { color: rgb(223,156,150); }
H1.HeaderClassName
{
color: #DF9C96;
}
.AnyTagClassName
{
color: #DF9C96;
}
</style>
background-color css
<style>
a { background-color: #DF9C96; }
a { background-color: rgb(223,156,150); }
div.DivClassName
{
background-color: #DF9C96;
}
.BgClassName
{
background-color: #DF9C96;
}
</style>
border-color css
<style>
span { border-color: #DF9C96; }
span { border-color: rgb(223,156,150); }
td.TdClassName
{
border-color: #DF9C96;
}
.TagClassName
{
border-color: #DF9C96;
}
</style>