Shades of Petite Orchid #DC9089
Tints of Petite Orchid #DC9089
RGB
CMYK
RGB Variations
Color information
#DC9089 (or 0xDC9089) is known color: Petite Orchid. HEX triplet: DC, 90 and 89. RGB value is (220,144,137). Sum of RGB (Red+Green+Blue) = 220+144+137=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9089 is #236F76. Grayscale: #A6A6A6. Windows color (decimal): -2322295 or 9015516. OLE color: 9015516.
HSL color Cylindrical-coordinate representation of color #DC9089: hue angle of 5.06º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9089 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 137 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.14 |
| HSL | 5.06º | 0.54% | 0.7% | - |
| HSV(B) | 5.06º | 0.38% | 0.86% | - |
| XYZ | 44 | 36.97 | 28.48 | - |
| YUV | 165.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 137 | 0 | 0.35 | 0.38 | 0.14 | 5.06 | 0.54 | 0.7 |
| Hex | DC | 90 | 89 | 0 | 23 | 26 | E | 5 | 36 | 46 |
| Octal | 334 | 220 | 211 | 0 | 43 | 46 | 16 | 5 | 66 | 106 |
| Binary | 11011100 | 10010000 | 10001001 | 0 | 100011 | 100110 | 1110 | 101 | 110110 | 1000110 |
Color Harmonies of #DC9089
Complementary color
Monochromatic Colors of #DC9089
Black with #DC9089
Text Example
Text Example
White with #DC9089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9089; }
p { color: rgb(220,144,137); }
H1.HeaderClassName
{
color: #DC9089;
}
.AnyTagClassName
{
color: #DC9089;
}
</style>
background-color css
<style>
a { background-color: #DC9089; }
a { background-color: rgb(220,144,137); }
div.DivClassName
{
background-color: #DC9089;
}
.BgClassName
{
background-color: #DC9089;
}
</style>
border-color css
<style>
span { border-color: #DC9089; }
span { border-color: rgb(220,144,137); }
td.TdClassName
{
border-color: #DC9089;
}
.TagClassName
{
border-color: #DC9089;
}
</style>