Shades of Petite Orchid #DC9C99
Tints of Petite Orchid #DC9C99
RGB
CMYK
RGB Variations
Color information
#DC9C99 (or 0xDC9C99) is known color: Petite Orchid. HEX triplet: DC, 9C and 99. RGB value is (220,156,153). Sum of RGB (Red+Green+Blue) = 220+156+153=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C99 is #236366. Grayscale: #AEAEAE. Windows color (decimal): -2319207 or 10067164. OLE color: 10067164.
HSL color Cylindrical-coordinate representation of color #DC9C99: hue angle of 2.69º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9C99 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 153 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.14 |
| HSL | 2.69º | 0.49% | 0.73% | - |
| HSV(B) | 2.69º | 0.3% | 0.86% | - |
| XYZ | 47.15 | 41.29 | 35.62 | - |
| YUV | 174.79 | 115.7 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 153 | 0 | 0.29 | 0.30 | 0.14 | 2.69 | 0.49 | 0.73 |
| Hex | DC | 9C | 99 | 0 | 1D | 1E | E | 3 | 31 | 49 |
| Octal | 334 | 234 | 231 | 0 | 35 | 36 | 16 | 3 | 61 | 111 |
| Binary | 11011100 | 10011100 | 10011001 | 0 | 11101 | 11110 | 1110 | 11 | 110001 | 1001001 |
Color Harmonies of #DC9C99
Complementary color
Monochromatic Colors of #DC9C99
Black with #DC9C99
Text Example
Text Example
White with #DC9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C99; }
p { color: rgb(220,156,153); }
H1.HeaderClassName
{
color: #DC9C99;
}
.AnyTagClassName
{
color: #DC9C99;
}
</style>
background-color css
<style>
a { background-color: #DC9C99; }
a { background-color: rgb(220,156,153); }
div.DivClassName
{
background-color: #DC9C99;
}
.BgClassName
{
background-color: #DC9C99;
}
</style>
border-color css
<style>
span { border-color: #DC9C99; }
span { border-color: rgb(220,156,153); }
td.TdClassName
{
border-color: #DC9C99;
}
.TagClassName
{
border-color: #DC9C99;
}
</style>