Shades of Petite Orchid #DC9689
Tints of Petite Orchid #DC9689
RGB
CMYK
RGB Variations
Color information
#DC9689 (or 0xDC9689) is known color: Petite Orchid. HEX triplet: DC, 96 and 89. RGB value is (220,150,137). Sum of RGB (Red+Green+Blue) = 220+150+137=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9689 is #236976. Grayscale: #A9A9A9. Windows color (decimal): -2320759 or 9017052. OLE color: 9017052.
HSL color Cylindrical-coordinate representation of color #DC9689: hue angle of 9.4º 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 #DC9689 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 137 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.14 |
| HSL | 9.4º | 0.54% | 0.7% | - |
| HSV(B) | 9.4º | 0.38% | 0.86% | - |
| XYZ | 44.94 | 38.83 | 28.79 | - |
| YUV | 169.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 137 | 0 | 0.32 | 0.38 | 0.14 | 9.4 | 0.54 | 0.7 |
| Hex | DC | 96 | 89 | 0 | 20 | 26 | E | 9 | 36 | 46 |
| Octal | 334 | 226 | 211 | 0 | 40 | 46 | 16 | 11 | 66 | 106 |
| Binary | 11011100 | 10010110 | 10001001 | 0 | 100000 | 100110 | 1110 | 1001 | 110110 | 1000110 |
Color Harmonies of #DC9689
Complementary color
Monochromatic Colors of #DC9689
Black with #DC9689
Text Example
Text Example
White with #DC9689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9689; }
p { color: rgb(220,150,137); }
H1.HeaderClassName
{
color: #DC9689;
}
.AnyTagClassName
{
color: #DC9689;
}
</style>
background-color css
<style>
a { background-color: #DC9689; }
a { background-color: rgb(220,150,137); }
div.DivClassName
{
background-color: #DC9689;
}
.BgClassName
{
background-color: #DC9689;
}
</style>
border-color css
<style>
span { border-color: #DC9689; }
span { border-color: rgb(220,150,137); }
td.TdClassName
{
border-color: #DC9689;
}
.TagClassName
{
border-color: #DC9689;
}
</style>