Shades of Petite Orchid #D69B96
Tints of Petite Orchid #D69B96
RGB
CMYK
RGB Variations
Color information
#D69B96 (or 0xD69B96) is known color: Petite Orchid. HEX triplet: D6, 9B and 96. RGB value is (214,155,150). Sum of RGB (Red+Green+Blue) = 214+155+150=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69B96 is #296469. Grayscale: #ACACAC. Windows color (decimal): -2712682 or 9870294. OLE color: 9870294.
HSL color Cylindrical-coordinate representation of color #D69B96: hue angle of 4.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69B96 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 150 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.16 |
| HSL | 4.69º | 0.44% | 0.71% | - |
| HSV(B) | 4.69º | 0.3% | 0.84% | - |
| XYZ | 44.96 | 39.94 | 34.19 | - |
| YUV | 172.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 150 | 0 | 0.28 | 0.30 | 0.16 | 4.69 | 0.44 | 0.71 |
| Hex | D6 | 9B | 96 | 0 | 1C | 1E | 10 | 5 | 2C | 47 |
| Octal | 326 | 233 | 226 | 0 | 34 | 36 | 20 | 5 | 54 | 107 |
| Binary | 11010110 | 10011011 | 10010110 | 0 | 11100 | 11110 | 10000 | 101 | 101100 | 1000111 |
Color Harmonies of #D69B96
Complementary color
Monochromatic Colors of #D69B96
Black with #D69B96
Text Example
Text Example
White with #D69B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B96; }
p { color: rgb(214,155,150); }
H1.HeaderClassName
{
color: #D69B96;
}
.AnyTagClassName
{
color: #D69B96;
}
</style>
background-color css
<style>
a { background-color: #D69B96; }
a { background-color: rgb(214,155,150); }
div.DivClassName
{
background-color: #D69B96;
}
.BgClassName
{
background-color: #D69B96;
}
</style>
border-color css
<style>
span { border-color: #D69B96; }
span { border-color: rgb(214,155,150); }
td.TdClassName
{
border-color: #D69B96;
}
.TagClassName
{
border-color: #D69B96;
}
</style>