Shades of Petite Orchid #D69891
Tints of Petite Orchid #D69891
RGB
CMYK
RGB Variations
Color information
#D69891 (or 0xD69891) is known color: Petite Orchid. HEX triplet: D6, 98 and 91. RGB value is (214,152,145). Sum of RGB (Red+Green+Blue) = 214+152+145=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D69891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69891 is #29676E. Grayscale: #A9A9A9. Windows color (decimal): -2713455 or 9541846. OLE color: 9541846.
HSL color Cylindrical-coordinate representation of color #D69891: hue angle of 6.09º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69891 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 145 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.16 |
| HSL | 6.09º | 0.46% | 0.7% | - |
| HSV(B) | 6.09º | 0.32% | 0.84% | - |
| XYZ | 44.07 | 38.8 | 31.95 | - |
| YUV | 169.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 145 | 0 | 0.29 | 0.32 | 0.16 | 6.09 | 0.46 | 0.7 |
| Hex | D6 | 98 | 91 | 0 | 1D | 20 | 10 | 6 | 2E | 46 |
| Octal | 326 | 230 | 221 | 0 | 35 | 40 | 20 | 6 | 56 | 106 |
| Binary | 11010110 | 10011000 | 10010001 | 0 | 11101 | 100000 | 10000 | 110 | 101110 | 1000110 |
Color Harmonies of #D69891
Complementary color
Monochromatic Colors of #D69891
Black with #D69891
Text Example
Text Example
White with #D69891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69891; }
p { color: rgb(214,152,145); }
H1.HeaderClassName
{
color: #D69891;
}
.AnyTagClassName
{
color: #D69891;
}
</style>
background-color css
<style>
a { background-color: #D69891; }
a { background-color: rgb(214,152,145); }
div.DivClassName
{
background-color: #D69891;
}
.BgClassName
{
background-color: #D69891;
}
</style>
border-color css
<style>
span { border-color: #D69891; }
span { border-color: rgb(214,152,145); }
td.TdClassName
{
border-color: #D69891;
}
.TagClassName
{
border-color: #D69891;
}
</style>