Shades of Petite Orchid #D6988F
Tints of Petite Orchid #D6988F
RGB
CMYK
RGB Variations
Color information
#D6988F (or 0xD6988F) is known color: Petite Orchid. HEX triplet: D6, 98 and 8F. RGB value is (214,152,143). Sum of RGB (Red+Green+Blue) = 214+152+143=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6988F is #296770. Grayscale: #A9A9A9. Windows color (decimal): -2713457 or 9410774. OLE color: 9410774.
HSL color Cylindrical-coordinate representation of color #D6988F: hue angle of 7.61º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6988F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 143 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.16 |
| HSL | 7.61º | 0.46% | 0.7% | - |
| HSV(B) | 7.61º | 0.33% | 0.84% | - |
| XYZ | 43.92 | 38.74 | 31.15 | - |
| YUV | 169.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 143 | 0 | 0.29 | 0.33 | 0.16 | 7.61 | 0.46 | 0.7 |
| Hex | D6 | 98 | 8F | 0 | 1D | 21 | 10 | 8 | 2E | 46 |
| Octal | 326 | 230 | 217 | 0 | 35 | 41 | 20 | 10 | 56 | 106 |
| Binary | 11010110 | 10011000 | 10001111 | 0 | 11101 | 100001 | 10000 | 1000 | 101110 | 1000110 |
Color Harmonies of #D6988F
Complementary color
Monochromatic Colors of #D6988F
Black with #D6988F
Text Example
Text Example
White with #D6988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6988F; }
p { color: rgb(214,152,143); }
H1.HeaderClassName
{
color: #D6988F;
}
.AnyTagClassName
{
color: #D6988F;
}
</style>
background-color css
<style>
a { background-color: #D6988F; }
a { background-color: rgb(214,152,143); }
div.DivClassName
{
background-color: #D6988F;
}
.BgClassName
{
background-color: #D6988F;
}
</style>
border-color css
<style>
span { border-color: #D6988F; }
span { border-color: rgb(214,152,143); }
td.TdClassName
{
border-color: #D6988F;
}
.TagClassName
{
border-color: #D6988F;
}
</style>