Shades of Petite Orchid #DC9686
Tints of Petite Orchid #DC9686
RGB
CMYK
RGB Variations
Color information
#DC9686 (or 0xDC9686) is known color: Petite Orchid. HEX triplet: DC, 96 and 86. RGB value is (220,150,134). Sum of RGB (Red+Green+Blue) = 220+150+134=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9686 is #236979. Grayscale: #A9A9A9. Windows color (decimal): -2320762 or 8820444. OLE color: 8820444.
HSL color Cylindrical-coordinate representation of color #DC9686: hue angle of 11.16º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC9686 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 134 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.14 |
| HSL | 11.16º | 0.55% | 0.69% | - |
| HSV(B) | 11.16º | 0.39% | 0.86% | - |
| XYZ | 44.72 | 38.75 | 27.68 | - |
| YUV | 169.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 134 | 0 | 0.32 | 0.39 | 0.14 | 11.16 | 0.55 | 0.69 |
| Hex | DC | 96 | 86 | 0 | 20 | 27 | E | B | 37 | 45 |
| Octal | 334 | 226 | 206 | 0 | 40 | 47 | 16 | 13 | 67 | 105 |
| Binary | 11011100 | 10010110 | 10000110 | 0 | 100000 | 100111 | 1110 | 1011 | 110111 | 1000101 |
Color Harmonies of #DC9686
Complementary color
Monochromatic Colors of #DC9686
Black with #DC9686
Text Example
Text Example
White with #DC9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9686; }
p { color: rgb(220,150,134); }
H1.HeaderClassName
{
color: #DC9686;
}
.AnyTagClassName
{
color: #DC9686;
}
</style>
background-color css
<style>
a { background-color: #DC9686; }
a { background-color: rgb(220,150,134); }
div.DivClassName
{
background-color: #DC9686;
}
.BgClassName
{
background-color: #DC9686;
}
</style>
border-color css
<style>
span { border-color: #DC9686; }
span { border-color: rgb(220,150,134); }
td.TdClassName
{
border-color: #DC9686;
}
.TagClassName
{
border-color: #DC9686;
}
</style>