Shades of Petite Orchid #DC9C96
Tints of Petite Orchid #DC9C96
RGB
CMYK
RGB Variations
Color information
#DC9C96 (or 0xDC9C96) is known color: Petite Orchid. HEX triplet: DC, 9C and 96. RGB value is (220,156,150). Sum of RGB (Red+Green+Blue) = 220+156+150=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C96 is #236369. Grayscale: #AEAEAE. Windows color (decimal): -2319210 or 9870556. OLE color: 9870556.
HSL color Cylindrical-coordinate representation of color #DC9C96: hue angle of 5.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9C96 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 150 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.14 |
| HSL | 5.14º | 0.5% | 0.73% | - |
| HSV(B) | 5.14º | 0.32% | 0.86% | - |
| XYZ | 46.91 | 41.19 | 34.33 | - |
| YUV | 174.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 150 | 0 | 0.29 | 0.32 | 0.14 | 5.14 | 0.5 | 0.73 |
| Hex | DC | 9C | 96 | 0 | 1D | 20 | E | 5 | 32 | 49 |
| Octal | 334 | 234 | 226 | 0 | 35 | 40 | 16 | 5 | 62 | 111 |
| Binary | 11011100 | 10011100 | 10010110 | 0 | 11101 | 100000 | 1110 | 101 | 110010 | 1001001 |
Color Harmonies of #DC9C96
Complementary color
Monochromatic Colors of #DC9C96
Black with #DC9C96
Text Example
Text Example
White with #DC9C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C96; }
p { color: rgb(220,156,150); }
H1.HeaderClassName
{
color: #DC9C96;
}
.AnyTagClassName
{
color: #DC9C96;
}
</style>
background-color css
<style>
a { background-color: #DC9C96; }
a { background-color: rgb(220,156,150); }
div.DivClassName
{
background-color: #DC9C96;
}
.BgClassName
{
background-color: #DC9C96;
}
</style>
border-color css
<style>
span { border-color: #DC9C96; }
span { border-color: rgb(220,156,150); }
td.TdClassName
{
border-color: #DC9C96;
}
.TagClassName
{
border-color: #DC9C96;
}
</style>