Shades of Petite Orchid #D49694
Tints of Petite Orchid #D49694
RGB
CMYK
RGB Variations
Color information
#D49694 (or 0xD49694) is known color: Petite Orchid. HEX triplet: D4, 96 and 94. RGB value is (212,150,148). Sum of RGB (Red+Green+Blue) = 212+150+148=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D49694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49694 is #2B696B. Grayscale: #A8A8A8. Windows color (decimal): -2845036 or 9737940. OLE color: 9737940.
HSL color Cylindrical-coordinate representation of color #D49694: hue angle of 1.88º degrees, saturation: 0.43, 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 #D49694 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 148 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.17 |
| HSL | 1.88º | 0.43% | 0.71% | - |
| HSV(B) | 1.88º | 0.3% | 0.83% | - |
| XYZ | 43.4 | 37.95 | 33.05 | - |
| YUV | 168.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 148 | 0 | 0.29 | 0.30 | 0.17 | 1.88 | 0.43 | 0.71 |
| Hex | D4 | 96 | 94 | 0 | 1D | 1E | 11 | 2 | 2B | 47 |
| Octal | 324 | 226 | 224 | 0 | 35 | 36 | 21 | 2 | 53 | 107 |
| Binary | 11010100 | 10010110 | 10010100 | 0 | 11101 | 11110 | 10001 | 10 | 101011 | 1000111 |
Color Harmonies of #D49694
Complementary color
Monochromatic Colors of #D49694
Black with #D49694
Text Example
Text Example
White with #D49694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49694; }
p { color: rgb(212,150,148); }
H1.HeaderClassName
{
color: #D49694;
}
.AnyTagClassName
{
color: #D49694;
}
</style>
background-color css
<style>
a { background-color: #D49694; }
a { background-color: rgb(212,150,148); }
div.DivClassName
{
background-color: #D49694;
}
.BgClassName
{
background-color: #D49694;
}
</style>
border-color css
<style>
span { border-color: #D49694; }
span { border-color: rgb(212,150,148); }
td.TdClassName
{
border-color: #D49694;
}
.TagClassName
{
border-color: #D49694;
}
</style>