Shades of Petite Orchid #DC9C8F
Tints of Petite Orchid #DC9C8F
RGB
CMYK
RGB Variations
Color information
#DC9C8F (or 0xDC9C8F) is known color: Petite Orchid. HEX triplet: DC, 9C and 8F. RGB value is (220,156,143). Sum of RGB (Red+Green+Blue) = 220+156+143=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C8F is #236370. Grayscale: #ADADAD. Windows color (decimal): -2319217 or 9411804. OLE color: 9411804.
HSL color Cylindrical-coordinate representation of color #DC9C8F: hue angle of 10.13º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9C8F is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 143 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.14 |
| HSL | 10.13º | 0.52% | 0.71% | - |
| HSV(B) | 10.13º | 0.35% | 0.86% | - |
| XYZ | 46.36 | 40.98 | 31.45 | - |
| YUV | 173.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 143 | 0 | 0.29 | 0.35 | 0.14 | 10.13 | 0.52 | 0.71 |
| Hex | DC | 9C | 8F | 0 | 1D | 23 | E | A | 34 | 47 |
| Octal | 334 | 234 | 217 | 0 | 35 | 43 | 16 | 12 | 64 | 107 |
| Binary | 11011100 | 10011100 | 10001111 | 0 | 11101 | 100011 | 1110 | 1010 | 110100 | 1000111 |
Color Harmonies of #DC9C8F
Complementary color
Monochromatic Colors of #DC9C8F
Black with #DC9C8F
Text Example
Text Example
White with #DC9C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C8F; }
p { color: rgb(220,156,143); }
H1.HeaderClassName
{
color: #DC9C8F;
}
.AnyTagClassName
{
color: #DC9C8F;
}
</style>
background-color css
<style>
a { background-color: #DC9C8F; }
a { background-color: rgb(220,156,143); }
div.DivClassName
{
background-color: #DC9C8F;
}
.BgClassName
{
background-color: #DC9C8F;
}
</style>
border-color css
<style>
span { border-color: #DC9C8F; }
span { border-color: rgb(220,156,143); }
td.TdClassName
{
border-color: #DC9C8F;
}
.TagClassName
{
border-color: #DC9C8F;
}
</style>