Shades of Petite Orchid #DC9C95
Tints of Petite Orchid #DC9C95
RGB
CMYK
RGB Variations
Color information
#DC9C95 (or 0xDC9C95) is known color: Petite Orchid. HEX triplet: DC, 9C and 95. RGB value is (220,156,149). Sum of RGB (Red+Green+Blue) = 220+156+149=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C95 is #23636A. Grayscale: #AEAEAE. Windows color (decimal): -2319211 or 9805020. OLE color: 9805020.
HSL color Cylindrical-coordinate representation of color #DC9C95: hue angle of 5.92º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9C95 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 149 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.14 |
| HSL | 5.92º | 0.5% | 0.72% | - |
| HSV(B) | 5.92º | 0.32% | 0.86% | - |
| XYZ | 46.83 | 41.16 | 33.91 | - |
| YUV | 174.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 149 | 0 | 0.29 | 0.32 | 0.14 | 5.92 | 0.5 | 0.72 |
| Hex | DC | 9C | 95 | 0 | 1D | 20 | E | 6 | 32 | 48 |
| Octal | 334 | 234 | 225 | 0 | 35 | 40 | 16 | 6 | 62 | 110 |
| Binary | 11011100 | 10011100 | 10010101 | 0 | 11101 | 100000 | 1110 | 110 | 110010 | 1001000 |
Color Harmonies of #DC9C95
Complementary color
Monochromatic Colors of #DC9C95
Black with #DC9C95
Text Example
Text Example
White with #DC9C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C95; }
p { color: rgb(220,156,149); }
H1.HeaderClassName
{
color: #DC9C95;
}
.AnyTagClassName
{
color: #DC9C95;
}
</style>
background-color css
<style>
a { background-color: #DC9C95; }
a { background-color: rgb(220,156,149); }
div.DivClassName
{
background-color: #DC9C95;
}
.BgClassName
{
background-color: #DC9C95;
}
</style>
border-color css
<style>
span { border-color: #DC9C95; }
span { border-color: rgb(220,156,149); }
td.TdClassName
{
border-color: #DC9C95;
}
.TagClassName
{
border-color: #DC9C95;
}
</style>