Shades of Petite Orchid #D49995
Tints of Petite Orchid #D49995
RGB
CMYK
RGB Variations
Color information
#D49995 (or 0xD49995) is known color: Petite Orchid. HEX triplet: D4, 99 and 95. RGB value is (212,153,149). Sum of RGB (Red+Green+Blue) = 212+153+149=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D49995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49995 is #2B666A. Grayscale: #AAAAAA. Windows color (decimal): -2844267 or 9804244. OLE color: 9804244.
HSL color Cylindrical-coordinate representation of color #D49995: hue angle of 3.81º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49995 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 149 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.17 |
| HSL | 3.81º | 0.42% | 0.71% | - |
| HSV(B) | 3.81º | 0.3% | 0.83% | - |
| XYZ | 43.97 | 38.95 | 33.63 | - |
| YUV | 170.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 149 | 0 | 0.28 | 0.30 | 0.17 | 3.81 | 0.42 | 0.71 |
| Hex | D4 | 99 | 95 | 0 | 1C | 1E | 11 | 4 | 2A | 47 |
| Octal | 324 | 231 | 225 | 0 | 34 | 36 | 21 | 4 | 52 | 107 |
| Binary | 11010100 | 10011001 | 10010101 | 0 | 11100 | 11110 | 10001 | 100 | 101010 | 1000111 |
Color Harmonies of #D49995
Complementary color
Monochromatic Colors of #D49995
Black with #D49995
Text Example
Text Example
White with #D49995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49995; }
p { color: rgb(212,153,149); }
H1.HeaderClassName
{
color: #D49995;
}
.AnyTagClassName
{
color: #D49995;
}
</style>
background-color css
<style>
a { background-color: #D49995; }
a { background-color: rgb(212,153,149); }
div.DivClassName
{
background-color: #D49995;
}
.BgClassName
{
background-color: #D49995;
}
</style>
border-color css
<style>
span { border-color: #D49995; }
span { border-color: rgb(212,153,149); }
td.TdClassName
{
border-color: #D49995;
}
.TagClassName
{
border-color: #D49995;
}
</style>