Shades of Petite Orchid #DC9688
Tints of Petite Orchid #DC9688
RGB
CMYK
RGB Variations
Color information
#DC9688 (or 0xDC9688) is known color: Petite Orchid. HEX triplet: DC, 96 and 88. RGB value is (220,150,136). Sum of RGB (Red+Green+Blue) = 220+150+136=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9688 is #236977. Grayscale: #A9A9A9. Windows color (decimal): -2320760 or 8951516. OLE color: 8951516.
HSL color Cylindrical-coordinate representation of color #DC9688: hue angle of 10º degrees, saturation: 0.55, 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 #DC9688 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 136 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.14 |
| HSL | 10º | 0.55% | 0.7% | - |
| HSV(B) | 10º | 0.38% | 0.86% | - |
| XYZ | 44.87 | 38.81 | 28.42 | - |
| YUV | 169.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 136 | 0 | 0.32 | 0.38 | 0.14 | 10 | 0.55 | 0.7 |
| Hex | DC | 96 | 88 | 0 | 20 | 26 | E | A | 37 | 46 |
| Octal | 334 | 226 | 210 | 0 | 40 | 46 | 16 | 12 | 67 | 106 |
| Binary | 11011100 | 10010110 | 10001000 | 0 | 100000 | 100110 | 1110 | 1010 | 110111 | 1000110 |
Color Harmonies of #DC9688
Complementary color
Monochromatic Colors of #DC9688
Black with #DC9688
Text Example
Text Example
White with #DC9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9688; }
p { color: rgb(220,150,136); }
H1.HeaderClassName
{
color: #DC9688;
}
.AnyTagClassName
{
color: #DC9688;
}
</style>
background-color css
<style>
a { background-color: #DC9688; }
a { background-color: rgb(220,150,136); }
div.DivClassName
{
background-color: #DC9688;
}
.BgClassName
{
background-color: #DC9688;
}
</style>
border-color css
<style>
span { border-color: #DC9688; }
span { border-color: rgb(220,150,136); }
td.TdClassName
{
border-color: #DC9688;
}
.TagClassName
{
border-color: #DC9688;
}
</style>