Shades of Petite Orchid #DC9796
Tints of Petite Orchid #DC9796
RGB
CMYK
RGB Variations
Color information
#DC9796 (or 0xDC9796) is known color: Petite Orchid. HEX triplet: DC, 97 and 96. RGB value is (220,151,150). Sum of RGB (Red+Green+Blue) = 220+151+150=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9796 is #236869. Grayscale: #ABABAB. Windows color (decimal): -2320490 or 9869276. OLE color: 9869276.
HSL color Cylindrical-coordinate representation of color #DC9796: hue angle of 0.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9796 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 150 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.14 |
| HSL | 0.86º | 0.5% | 0.73% | - |
| HSV(B) | 0.86º | 0.32% | 0.86% | - |
| XYZ | 46.09 | 39.55 | 34.06 | - |
| YUV | 171.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 150 | 0 | 0.31 | 0.32 | 0.14 | 0.86 | 0.5 | 0.73 |
| Hex | DC | 97 | 96 | 0 | 1F | 20 | E | 1 | 32 | 49 |
| Octal | 334 | 227 | 226 | 0 | 37 | 40 | 16 | 1 | 62 | 111 |
| Binary | 11011100 | 10010111 | 10010110 | 0 | 11111 | 100000 | 1110 | 1 | 110010 | 1001001 |
Color Harmonies of #DC9796
Complementary color
Monochromatic Colors of #DC9796
Black with #DC9796
Text Example
Text Example
White with #DC9796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9796; }
p { color: rgb(220,151,150); }
H1.HeaderClassName
{
color: #DC9796;
}
.AnyTagClassName
{
color: #DC9796;
}
</style>
background-color css
<style>
a { background-color: #DC9796; }
a { background-color: rgb(220,151,150); }
div.DivClassName
{
background-color: #DC9796;
}
.BgClassName
{
background-color: #DC9796;
}
</style>
border-color css
<style>
span { border-color: #DC9796; }
span { border-color: rgb(220,151,150); }
td.TdClassName
{
border-color: #DC9796;
}
.TagClassName
{
border-color: #DC9796;
}
</style>