Shades of Petite Orchid #D49696
Tints of Petite Orchid #D49696
RGB
CMYK
RGB Variations
Color information
#D49696 (or 0xD49696) is known color: Petite Orchid. HEX triplet: D4, 96 and 96. RGB value is (212,150,150). Sum of RGB (Red+Green+Blue) = 212+150+150=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D49696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49696 is #2B6969. Grayscale: #A8A8A8. Windows color (decimal): -2845034 or 9869012. OLE color: 9869012.
HSL color Cylindrical-coordinate representation of color #D49696: hue angle of 0º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49696 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 150 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.17 |
| HSL | 0º | 0.42% | 0.71% | - |
| HSV(B) | 0º | 0.29% | 0.83% | - |
| XYZ | 43.56 | 38.01 | 33.9 | - |
| YUV | 168.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 150 | 0 | 0.29 | 0.29 | 0.17 | 0 | 0.42 | 0.71 |
| Hex | D4 | 96 | 96 | 0 | 1D | 1D | 11 | 0 | 2A | 47 |
| Octal | 324 | 226 | 226 | 0 | 35 | 35 | 21 | 0 | 52 | 107 |
| Binary | 11010100 | 10010110 | 10010110 | 0 | 11101 | 11101 | 10001 | 0 | 101010 | 1000111 |
Color Harmonies of #D49696
Complementary color
Monochromatic Colors of #D49696
Black with #D49696
Text Example
Text Example
White with #D49696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49696; }
p { color: rgb(212,150,150); }
H1.HeaderClassName
{
color: #D49696;
}
.AnyTagClassName
{
color: #D49696;
}
</style>
background-color css
<style>
a { background-color: #D49696; }
a { background-color: rgb(212,150,150); }
div.DivClassName
{
background-color: #D49696;
}
.BgClassName
{
background-color: #D49696;
}
</style>
border-color css
<style>
span { border-color: #D49696; }
span { border-color: rgb(212,150,150); }
td.TdClassName
{
border-color: #D49696;
}
.TagClassName
{
border-color: #D49696;
}
</style>