Shades of Petite Orchid #D69992
Tints of Petite Orchid #D69992
RGB
CMYK
RGB Variations
Color information
#D69992 (or 0xD69992) is known color: Petite Orchid. HEX triplet: D6, 99 and 92. RGB value is (214,153,146). Sum of RGB (Red+Green+Blue) = 214+153+146=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D69992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69992 is #29666D. Grayscale: #AAAAAA. Windows color (decimal): -2713198 or 9607638. OLE color: 9607638.
HSL color Cylindrical-coordinate representation of color #D69992: hue angle of 6.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69992 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 146 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.16 |
| HSL | 6.18º | 0.45% | 0.71% | - |
| HSV(B) | 6.18º | 0.32% | 0.84% | - |
| XYZ | 44.31 | 39.15 | 32.42 | - |
| YUV | 170.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 146 | 0 | 0.29 | 0.32 | 0.16 | 6.18 | 0.45 | 0.71 |
| Hex | D6 | 99 | 92 | 0 | 1D | 20 | 10 | 6 | 2D | 47 |
| Octal | 326 | 231 | 222 | 0 | 35 | 40 | 20 | 6 | 55 | 107 |
| Binary | 11010110 | 10011001 | 10010010 | 0 | 11101 | 100000 | 10000 | 110 | 101101 | 1000111 |
Color Harmonies of #D69992
Complementary color
Monochromatic Colors of #D69992
Black with #D69992
Text Example
Text Example
White with #D69992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69992; }
p { color: rgb(214,153,146); }
H1.HeaderClassName
{
color: #D69992;
}
.AnyTagClassName
{
color: #D69992;
}
</style>
background-color css
<style>
a { background-color: #D69992; }
a { background-color: rgb(214,153,146); }
div.DivClassName
{
background-color: #D69992;
}
.BgClassName
{
background-color: #D69992;
}
</style>
border-color css
<style>
span { border-color: #D69992; }
span { border-color: rgb(214,153,146); }
td.TdClassName
{
border-color: #D69992;
}
.TagClassName
{
border-color: #D69992;
}
</style>