Shades of Petite Orchid #DC9A90
Tints of Petite Orchid #DC9A90
RGB
CMYK
RGB Variations
Color information
#DC9A90 (or 0xDC9A90) is known color: Petite Orchid. HEX triplet: DC, 9A and 90. RGB value is (220,154,144). Sum of RGB (Red+Green+Blue) = 220+154+144=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9A90 is #23656F. Grayscale: #ACACAC. Windows color (decimal): -2319728 or 9476828. OLE color: 9476828.
HSL color Cylindrical-coordinate representation of color #DC9A90: hue angle of 7.89º 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 #DC9A90 is Cyan = 0, Magento = 0.3, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 144 | - |
| CMYK | 0 | 0.3 | 0.35 | 0.14 |
| HSL | 7.89º | 0.52% | 0.71% | - |
| HSV(B) | 7.89º | 0.35% | 0.86% | - |
| XYZ | 46.1 | 40.34 | 31.74 | - |
| YUV | 172.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 144 | 0 | 0.3 | 0.35 | 0.14 | 7.89 | 0.52 | 0.71 |
| Hex | DC | 9A | 90 | 0 | 1E | 23 | E | 8 | 34 | 47 |
| Octal | 334 | 232 | 220 | 0 | 36 | 43 | 16 | 10 | 64 | 107 |
| Binary | 11011100 | 10011010 | 10010000 | 0 | 11110 | 100011 | 1110 | 1000 | 110100 | 1000111 |
Color Harmonies of #DC9A90
Complementary color
Monochromatic Colors of #DC9A90
Black with #DC9A90
Text Example
Text Example
White with #DC9A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A90; }
p { color: rgb(220,154,144); }
H1.HeaderClassName
{
color: #DC9A90;
}
.AnyTagClassName
{
color: #DC9A90;
}
</style>
background-color css
<style>
a { background-color: #DC9A90; }
a { background-color: rgb(220,154,144); }
div.DivClassName
{
background-color: #DC9A90;
}
.BgClassName
{
background-color: #DC9A90;
}
</style>
border-color css
<style>
span { border-color: #DC9A90; }
span { border-color: rgb(220,154,144); }
td.TdClassName
{
border-color: #DC9A90;
}
.TagClassName
{
border-color: #DC9A90;
}
</style>