Shades of Petite Orchid #D69A92
Tints of Petite Orchid #D69A92
RGB
CMYK
RGB Variations
Color information
#D69A92 (or 0xD69A92) is known color: Petite Orchid. HEX triplet: D6, 9A and 92. RGB value is (214,154,146). Sum of RGB (Red+Green+Blue) = 214+154+146=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A92 is #29656D. Grayscale: #ABABAB. Windows color (decimal): -2712942 or 9607894. OLE color: 9607894.
HSL color Cylindrical-coordinate representation of color #D69A92: hue angle of 7.06º 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 #D69A92 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 146 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.16 |
| HSL | 7.06º | 0.45% | 0.71% | - |
| HSV(B) | 7.06º | 0.32% | 0.84% | - |
| XYZ | 44.48 | 39.48 | 32.47 | - |
| YUV | 171.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 146 | 0 | 0.28 | 0.32 | 0.16 | 7.06 | 0.45 | 0.71 |
| Hex | D6 | 9A | 92 | 0 | 1C | 20 | 10 | 7 | 2D | 47 |
| Octal | 326 | 232 | 222 | 0 | 34 | 40 | 20 | 7 | 55 | 107 |
| Binary | 11010110 | 10011010 | 10010010 | 0 | 11100 | 100000 | 10000 | 111 | 101101 | 1000111 |
Color Harmonies of #D69A92
Complementary color
Monochromatic Colors of #D69A92
Black with #D69A92
Text Example
Text Example
White with #D69A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A92; }
p { color: rgb(214,154,146); }
H1.HeaderClassName
{
color: #D69A92;
}
.AnyTagClassName
{
color: #D69A92;
}
</style>
background-color css
<style>
a { background-color: #D69A92; }
a { background-color: rgb(214,154,146); }
div.DivClassName
{
background-color: #D69A92;
}
.BgClassName
{
background-color: #D69A92;
}
</style>
border-color css
<style>
span { border-color: #D69A92; }
span { border-color: rgb(214,154,146); }
td.TdClassName
{
border-color: #D69A92;
}
.TagClassName
{
border-color: #D69A92;
}
</style>