Shades of Petite Orchid #DC9D8D
Tints of Petite Orchid #DC9D8D
RGB
CMYK
RGB Variations
Color information
#DC9D8D (or 0xDC9D8D) is known color: Petite Orchid. HEX triplet: DC, 9D and 8D. RGB value is (220,157,141). Sum of RGB (Red+Green+Blue) = 220+157+141=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D8D is #236272. Grayscale: #AEAEAE. Windows color (decimal): -2318963 or 9280988. OLE color: 9280988.
HSL color Cylindrical-coordinate representation of color #DC9D8D: hue angle of 12.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC9D8D is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 141 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.14 |
| HSL | 12.15º | 0.53% | 0.71% | - |
| HSV(B) | 12.15º | 0.36% | 0.86% | - |
| XYZ | 46.38 | 41.25 | 30.72 | - |
| YUV | 174.01 | 109.37 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 141 | 0 | 0.29 | 0.36 | 0.14 | 12.15 | 0.53 | 0.71 |
| Hex | DC | 9D | 8D | 0 | 1D | 24 | E | C | 35 | 47 |
| Octal | 334 | 235 | 215 | 0 | 35 | 44 | 16 | 14 | 65 | 107 |
| Binary | 11011100 | 10011101 | 10001101 | 0 | 11101 | 100100 | 1110 | 1100 | 110101 | 1000111 |
Color Harmonies of #DC9D8D
Complementary color
Monochromatic Colors of #DC9D8D
Black with #DC9D8D
Text Example
Text Example
White with #DC9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D8D; }
p { color: rgb(220,157,141); }
H1.HeaderClassName
{
color: #DC9D8D;
}
.AnyTagClassName
{
color: #DC9D8D;
}
</style>
background-color css
<style>
a { background-color: #DC9D8D; }
a { background-color: rgb(220,157,141); }
div.DivClassName
{
background-color: #DC9D8D;
}
.BgClassName
{
background-color: #DC9D8D;
}
</style>
border-color css
<style>
span { border-color: #DC9D8D; }
span { border-color: rgb(220,157,141); }
td.TdClassName
{
border-color: #DC9D8D;
}
.TagClassName
{
border-color: #DC9D8D;
}
</style>