Shades of Petite Orchid #DC9A8D
Tints of Petite Orchid #DC9A8D
RGB
CMYK
RGB Variations
Color information
#DC9A8D (or 0xDC9A8D) is known color: Petite Orchid. HEX triplet: DC, 9A and 8D. RGB value is (220,154,141). Sum of RGB (Red+Green+Blue) = 220+154+141=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A8D is #236572. Grayscale: #ACACAC. Windows color (decimal): -2319731 or 9280220. OLE color: 9280220.
HSL color Cylindrical-coordinate representation of color #DC9A8D: hue angle of 9.87º 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 #DC9A8D is Cyan = 0, Magento = 0.3, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 141 | - |
| CMYK | 0 | 0.3 | 0.36 | 0.14 |
| HSL | 9.87º | 0.53% | 0.71% | - |
| HSV(B) | 9.87º | 0.36% | 0.86% | - |
| XYZ | 45.88 | 40.25 | 30.55 | - |
| YUV | 172.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 141 | 0 | 0.3 | 0.36 | 0.14 | 9.87 | 0.53 | 0.71 |
| Hex | DC | 9A | 8D | 0 | 1E | 24 | E | A | 35 | 47 |
| Octal | 334 | 232 | 215 | 0 | 36 | 44 | 16 | 12 | 65 | 107 |
| Binary | 11011100 | 10011010 | 10001101 | 0 | 11110 | 100100 | 1110 | 1010 | 110101 | 1000111 |
Color Harmonies of #DC9A8D
Complementary color
Monochromatic Colors of #DC9A8D
Black with #DC9A8D
Text Example
Text Example
White with #DC9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A8D; }
p { color: rgb(220,154,141); }
H1.HeaderClassName
{
color: #DC9A8D;
}
.AnyTagClassName
{
color: #DC9A8D;
}
</style>
background-color css
<style>
a { background-color: #DC9A8D; }
a { background-color: rgb(220,154,141); }
div.DivClassName
{
background-color: #DC9A8D;
}
.BgClassName
{
background-color: #DC9A8D;
}
</style>
border-color css
<style>
span { border-color: #DC9A8D; }
span { border-color: rgb(220,154,141); }
td.TdClassName
{
border-color: #DC9A8D;
}
.TagClassName
{
border-color: #DC9A8D;
}
</style>