Shades of Petite Orchid #DC9A8C
Tints of Petite Orchid #DC9A8C
RGB
CMYK
RGB Variations
Color information
#DC9A8C (or 0xDC9A8C) is known color: Petite Orchid. HEX triplet: DC, 9A and 8C. RGB value is (220,154,140). Sum of RGB (Red+Green+Blue) = 220+154+140=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A8C is #236573. Grayscale: #ACACAC. Windows color (decimal): -2319732 or 9214684. OLE color: 9214684.
HSL color Cylindrical-coordinate representation of color #DC9A8C: hue angle of 10.5º 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 #DC9A8C is Cyan = 0, Magento = 0.3, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 140 | - |
| CMYK | 0 | 0.3 | 0.36 | 0.14 |
| HSL | 10.5º | 0.53% | 0.71% | - |
| HSV(B) | 10.5º | 0.36% | 0.86% | - |
| XYZ | 45.8 | 40.22 | 30.16 | - |
| YUV | 172.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 140 | 0 | 0.3 | 0.36 | 0.14 | 10.5 | 0.53 | 0.71 |
| Hex | DC | 9A | 8C | 0 | 1E | 24 | E | A | 35 | 47 |
| Octal | 334 | 232 | 214 | 0 | 36 | 44 | 16 | 12 | 65 | 107 |
| Binary | 11011100 | 10011010 | 10001100 | 0 | 11110 | 100100 | 1110 | 1010 | 110101 | 1000111 |
Color Harmonies of #DC9A8C
Complementary color
Monochromatic Colors of #DC9A8C
Black with #DC9A8C
Text Example
Text Example
White with #DC9A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A8C; }
p { color: rgb(220,154,140); }
H1.HeaderClassName
{
color: #DC9A8C;
}
.AnyTagClassName
{
color: #DC9A8C;
}
</style>
background-color css
<style>
a { background-color: #DC9A8C; }
a { background-color: rgb(220,154,140); }
div.DivClassName
{
background-color: #DC9A8C;
}
.BgClassName
{
background-color: #DC9A8C;
}
</style>
border-color css
<style>
span { border-color: #DC9A8C; }
span { border-color: rgb(220,154,140); }
td.TdClassName
{
border-color: #DC9A8C;
}
.TagClassName
{
border-color: #DC9A8C;
}
</style>