Shades of Petite Orchid #DF9C9A
Tints of Petite Orchid #DF9C9A
RGB
CMYK
RGB Variations
Color information
#DF9C9A (or 0xDF9C9A) is known color: Petite Orchid. HEX triplet: DF, 9C and 9A. RGB value is (223,156,154). Sum of RGB (Red+Green+Blue) = 223+156+154=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9C9A is #206365. Grayscale: #AFAFAF. Windows color (decimal): -2122598 or 10132703. OLE color: 10132703.
HSL color Cylindrical-coordinate representation of color #DF9C9A: hue angle of 1.74º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9C9A is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 154 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.13 |
| HSL | 1.74º | 0.52% | 0.74% | - |
| HSV(B) | 1.74º | 0.31% | 0.87% | - |
| XYZ | 48.15 | 41.8 | 36.1 | - |
| YUV | 175.81 | 115.7 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 154 | 0 | 0.30 | 0.31 | 0.13 | 1.74 | 0.52 | 0.74 |
| Hex | DF | 9C | 9A | 0 | 1E | 1F | D | 2 | 34 | 4A |
| Octal | 337 | 234 | 232 | 0 | 36 | 37 | 15 | 2 | 64 | 112 |
| Binary | 11011111 | 10011100 | 10011010 | 0 | 11110 | 11111 | 1101 | 10 | 110100 | 1001010 |
Color Harmonies of #DF9C9A
Complementary color
Monochromatic Colors of #DF9C9A
Black with #DF9C9A
Text Example
Text Example
White with #DF9C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9C9A; }
p { color: rgb(223,156,154); }
H1.HeaderClassName
{
color: #DF9C9A;
}
.AnyTagClassName
{
color: #DF9C9A;
}
</style>
background-color css
<style>
a { background-color: #DF9C9A; }
a { background-color: rgb(223,156,154); }
div.DivClassName
{
background-color: #DF9C9A;
}
.BgClassName
{
background-color: #DF9C9A;
}
</style>
border-color css
<style>
span { border-color: #DF9C9A; }
span { border-color: rgb(223,156,154); }
td.TdClassName
{
border-color: #DF9C9A;
}
.TagClassName
{
border-color: #DF9C9A;
}
</style>