Shades of Petite Orchid #D29796
Tints of Petite Orchid #D29796
RGB
CMYK
RGB Variations
Color information
#D29796 (or 0xD29796) is known color: Petite Orchid. HEX triplet: D2, 97 and 96. RGB value is (210,151,150). Sum of RGB (Red+Green+Blue) = 210+151+150=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D29796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29796 is #2D6869. Grayscale: #A8A8A8. Windows color (decimal): -2975850 or 9869266. OLE color: 9869266.
HSL color Cylindrical-coordinate representation of color #D29796: hue angle of 1º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D29796 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 150 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.18 |
| HSL | 1º | 0.4% | 0.71% | - |
| HSV(B) | 1º | 0.29% | 0.82% | - |
| XYZ | 43.15 | 38.04 | 33.92 | - |
| YUV | 168.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 150 | 0 | 0.28 | 0.29 | 0.18 | 1 | 0.4 | 0.71 |
| Hex | D2 | 97 | 96 | 0 | 1C | 1D | 12 | 1 | 28 | 47 |
| Octal | 322 | 227 | 226 | 0 | 34 | 35 | 22 | 1 | 50 | 107 |
| Binary | 11010010 | 10010111 | 10010110 | 0 | 11100 | 11101 | 10010 | 1 | 101000 | 1000111 |
Color Harmonies of #D29796
Complementary color
Monochromatic Colors of #D29796
Black with #D29796
Text Example
Text Example
White with #D29796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29796; }
p { color: rgb(210,151,150); }
H1.HeaderClassName
{
color: #D29796;
}
.AnyTagClassName
{
color: #D29796;
}
</style>
background-color css
<style>
a { background-color: #D29796; }
a { background-color: rgb(210,151,150); }
div.DivClassName
{
background-color: #D29796;
}
.BgClassName
{
background-color: #D29796;
}
</style>
border-color css
<style>
span { border-color: #D29796; }
span { border-color: rgb(210,151,150); }
td.TdClassName
{
border-color: #D29796;
}
.TagClassName
{
border-color: #D29796;
}
</style>