Shades of Petite Orchid #DF9694
Tints of Petite Orchid #DF9694
RGB
CMYK
RGB Variations
Color information
#DF9694 (or 0xDF9694) is known color: Petite Orchid. HEX triplet: DF, 96 and 94. RGB value is (223,150,148). Sum of RGB (Red+Green+Blue) = 223+150+148=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9694 is #20696B. Grayscale: #ABABAB. Windows color (decimal): -2124140 or 9737951. OLE color: 9737951.
HSL color Cylindrical-coordinate representation of color #DF9694: hue angle of 1.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9694 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 148 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.13 |
| HSL | 1.6º | 0.54% | 0.73% | - |
| HSV(B) | 1.6º | 0.34% | 0.87% | - |
| XYZ | 46.68 | 39.64 | 33.21 | - |
| YUV | 171.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 148 | 0 | 0.33 | 0.34 | 0.13 | 1.6 | 0.54 | 0.73 |
| Hex | DF | 96 | 94 | 0 | 21 | 22 | D | 2 | 36 | 49 |
| Octal | 337 | 226 | 224 | 0 | 41 | 42 | 15 | 2 | 66 | 111 |
| Binary | 11011111 | 10010110 | 10010100 | 0 | 100001 | 100010 | 1101 | 10 | 110110 | 1001001 |
Color Harmonies of #DF9694
Complementary color
Monochromatic Colors of #DF9694
Black with #DF9694
Text Example
Text Example
White with #DF9694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9694; }
p { color: rgb(223,150,148); }
H1.HeaderClassName
{
color: #DF9694;
}
.AnyTagClassName
{
color: #DF9694;
}
</style>
background-color css
<style>
a { background-color: #DF9694; }
a { background-color: rgb(223,150,148); }
div.DivClassName
{
background-color: #DF9694;
}
.BgClassName
{
background-color: #DF9694;
}
</style>
border-color css
<style>
span { border-color: #DF9694; }
span { border-color: rgb(223,150,148); }
td.TdClassName
{
border-color: #DF9694;
}
.TagClassName
{
border-color: #DF9694;
}
</style>