Shades of Petite Orchid #DC9C90
Tints of Petite Orchid #DC9C90
RGB
CMYK
RGB Variations
Color information
#DC9C90 (or 0xDC9C90) is known color: Petite Orchid. HEX triplet: DC, 9C and 90. RGB value is (220,156,144). Sum of RGB (Red+Green+Blue) = 220+156+144=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C90 is #23636F. Grayscale: #ADADAD. Windows color (decimal): -2319216 or 9477340. OLE color: 9477340.
HSL color Cylindrical-coordinate representation of color #DC9C90: hue angle of 9.47º 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 #DC9C90 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 156 | 144 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.14 |
| HSL | 9.47º | 0.52% | 0.71% | - |
| HSV(B) | 9.47º | 0.35% | 0.86% | - |
| XYZ | 46.44 | 41.01 | 31.85 | - |
| YUV | 173.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 144 | 0 | 0.29 | 0.35 | 0.14 | 9.47 | 0.52 | 0.71 |
| Hex | DC | 9C | 90 | 0 | 1D | 23 | E | 9 | 34 | 47 |
| Octal | 334 | 234 | 220 | 0 | 35 | 43 | 16 | 11 | 64 | 107 |
| Binary | 11011100 | 10011100 | 10010000 | 0 | 11101 | 100011 | 1110 | 1001 | 110100 | 1000111 |
Color Harmonies of #DC9C90
Complementary color
Monochromatic Colors of #DC9C90
Black with #DC9C90
Text Example
Text Example
White with #DC9C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9C90; }
p { color: rgb(220,156,144); }
H1.HeaderClassName
{
color: #DC9C90;
}
.AnyTagClassName
{
color: #DC9C90;
}
</style>
background-color css
<style>
a { background-color: #DC9C90; }
a { background-color: rgb(220,156,144); }
div.DivClassName
{
background-color: #DC9C90;
}
.BgClassName
{
background-color: #DC9C90;
}
</style>
border-color css
<style>
span { border-color: #DC9C90; }
span { border-color: rgb(220,156,144); }
td.TdClassName
{
border-color: #DC9C90;
}
.TagClassName
{
border-color: #DC9C90;
}
</style>