Shades of Petite Orchid #DC9D9C
Tints of Petite Orchid #DC9D9C
RGB
CMYK
RGB Variations
Color information
#DC9D9C (or 0xDC9D9C) is known color: Petite Orchid. HEX triplet: DC, 9D and 9C. RGB value is (220,157,156). Sum of RGB (Red+Green+Blue) = 220+157+156=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D9C is #236263. Grayscale: #AFAFAF. Windows color (decimal): -2318948 or 10264028. OLE color: 10264028.
HSL color Cylindrical-coordinate representation of color #DC9D9C: hue angle of 0.94º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9D9C is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 156 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.14 |
| HSL | 0.94º | 0.48% | 0.74% | - |
| HSV(B) | 0.94º | 0.29% | 0.86% | - |
| XYZ | 47.57 | 41.73 | 37 | - |
| YUV | 175.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 156 | 0 | 0.29 | 0.29 | 0.14 | 0.94 | 0.48 | 0.74 |
| Hex | DC | 9D | 9C | 0 | 1D | 1D | E | 1 | 30 | 4A |
| Octal | 334 | 235 | 234 | 0 | 35 | 35 | 16 | 1 | 60 | 112 |
| Binary | 11011100 | 10011101 | 10011100 | 0 | 11101 | 11101 | 1110 | 1 | 110000 | 1001010 |
Color Harmonies of #DC9D9C
Complementary color
Monochromatic Colors of #DC9D9C
Black with #DC9D9C
Text Example
Text Example
White with #DC9D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D9C; }
p { color: rgb(220,157,156); }
H1.HeaderClassName
{
color: #DC9D9C;
}
.AnyTagClassName
{
color: #DC9D9C;
}
</style>
background-color css
<style>
a { background-color: #DC9D9C; }
a { background-color: rgb(220,157,156); }
div.DivClassName
{
background-color: #DC9D9C;
}
.BgClassName
{
background-color: #DC9D9C;
}
</style>
border-color css
<style>
span { border-color: #DC9D9C; }
span { border-color: rgb(220,157,156); }
td.TdClassName
{
border-color: #DC9D9C;
}
.TagClassName
{
border-color: #DC9D9C;
}
</style>