Shades of Petite Orchid #D49997
Tints of Petite Orchid #D49997
RGB
CMYK
RGB Variations
Color information
#D49997 (or 0xD49997) is known color: Petite Orchid. HEX triplet: D4, 99 and 97. RGB value is (212,153,151). Sum of RGB (Red+Green+Blue) = 212+153+151=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D49997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49997 is #2B6668. Grayscale: #AAAAAA. Windows color (decimal): -2844265 or 9935316. OLE color: 9935316.
HSL color Cylindrical-coordinate representation of color #D49997: hue angle of 1.97º degrees, saturation: 0.41, 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 #D49997 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 151 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.17 |
| HSL | 1.97º | 0.41% | 0.71% | - |
| HSV(B) | 1.97º | 0.29% | 0.83% | - |
| XYZ | 44.13 | 39.01 | 34.48 | - |
| YUV | 170.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 151 | 0 | 0.28 | 0.29 | 0.17 | 1.97 | 0.41 | 0.71 |
| Hex | D4 | 99 | 97 | 0 | 1C | 1D | 11 | 2 | 29 | 47 |
| Octal | 324 | 231 | 227 | 0 | 34 | 35 | 21 | 2 | 51 | 107 |
| Binary | 11010100 | 10011001 | 10010111 | 0 | 11100 | 11101 | 10001 | 10 | 101001 | 1000111 |
Color Harmonies of #D49997
Complementary color
Monochromatic Colors of #D49997
Black with #D49997
Text Example
Text Example
White with #D49997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49997; }
p { color: rgb(212,153,151); }
H1.HeaderClassName
{
color: #D49997;
}
.AnyTagClassName
{
color: #D49997;
}
</style>
background-color css
<style>
a { background-color: #D49997; }
a { background-color: rgb(212,153,151); }
div.DivClassName
{
background-color: #D49997;
}
.BgClassName
{
background-color: #D49997;
}
</style>
border-color css
<style>
span { border-color: #D49997; }
span { border-color: rgb(212,153,151); }
td.TdClassName
{
border-color: #D49997;
}
.TagClassName
{
border-color: #D49997;
}
</style>