Shades of Petite Orchid #DC9696
Tints of Petite Orchid #DC9696
RGB
CMYK
RGB Variations
Color information
#DC9696 (or 0xDC9696) is known color: Petite Orchid. HEX triplet: DC, 96 and 96. RGB value is (220,150,150). Sum of RGB (Red+Green+Blue) = 220+150+150=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9696 is #236969. Grayscale: #ABABAB. Windows color (decimal): -2320746 or 9869020. OLE color: 9869020.
HSL color Cylindrical-coordinate representation of color #DC9696: hue angle of 0º 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 #DC9696 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 150 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.14 |
| HSL | 0º | 0.5% | 0.73% | - |
| HSV(B) | 0º | 0.32% | 0.86% | - |
| XYZ | 45.93 | 39.23 | 34.01 | - |
| YUV | 170.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 150 | 0 | 0.32 | 0.32 | 0.14 | 0 | 0.5 | 0.73 |
| Hex | DC | 96 | 96 | 0 | 20 | 20 | E | 0 | 32 | 49 |
| Octal | 334 | 226 | 226 | 0 | 40 | 40 | 16 | 0 | 62 | 111 |
| Binary | 11011100 | 10010110 | 10010110 | 0 | 100000 | 100000 | 1110 | 0 | 110010 | 1001001 |
Color Harmonies of #DC9696
Complementary color
Monochromatic Colors of #DC9696
Black with #DC9696
Text Example
Text Example
White with #DC9696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9696; }
p { color: rgb(220,150,150); }
H1.HeaderClassName
{
color: #DC9696;
}
.AnyTagClassName
{
color: #DC9696;
}
</style>
background-color css
<style>
a { background-color: #DC9696; }
a { background-color: rgb(220,150,150); }
div.DivClassName
{
background-color: #DC9696;
}
.BgClassName
{
background-color: #DC9696;
}
</style>
border-color css
<style>
span { border-color: #DC9696; }
span { border-color: rgb(220,150,150); }
td.TdClassName
{
border-color: #DC9696;
}
.TagClassName
{
border-color: #DC9696;
}
</style>