Shades of Petite Orchid #D89694
Tints of Petite Orchid #D89694
RGB
CMYK
RGB Variations
Color information
#D89694 (or 0xD89694) is known color: Petite Orchid. HEX triplet: D8, 96 and 94. RGB value is (216,150,148). Sum of RGB (Red+Green+Blue) = 216+150+148=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D89694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89694 is #27696B. Grayscale: #A9A9A9. Windows color (decimal): -2582892 or 9737944. OLE color: 9737944.
HSL color Cylindrical-coordinate representation of color #D89694: hue angle of 1.76º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89694 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 148 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.15 |
| HSL | 1.76º | 0.47% | 0.71% | - |
| HSV(B) | 1.76º | 0.31% | 0.85% | - |
| XYZ | 44.57 | 38.55 | 33.11 | - |
| YUV | 169.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 148 | 0 | 0.31 | 0.31 | 0.15 | 1.76 | 0.47 | 0.71 |
| Hex | D8 | 96 | 94 | 0 | 1F | 1F | F | 2 | 2F | 47 |
| Octal | 330 | 226 | 224 | 0 | 37 | 37 | 17 | 2 | 57 | 107 |
| Binary | 11011000 | 10010110 | 10010100 | 0 | 11111 | 11111 | 1111 | 10 | 101111 | 1000111 |
Color Harmonies of #D89694
Complementary color
Monochromatic Colors of #D89694
Black with #D89694
Text Example
Text Example
White with #D89694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89694; }
p { color: rgb(216,150,148); }
H1.HeaderClassName
{
color: #D89694;
}
.AnyTagClassName
{
color: #D89694;
}
</style>
background-color css
<style>
a { background-color: #D89694; }
a { background-color: rgb(216,150,148); }
div.DivClassName
{
background-color: #D89694;
}
.BgClassName
{
background-color: #D89694;
}
</style>
border-color css
<style>
span { border-color: #D89694; }
span { border-color: rgb(216,150,148); }
td.TdClassName
{
border-color: #D89694;
}
.TagClassName
{
border-color: #D89694;
}
</style>