Shades of Petite Orchid #D6988B
Tints of Petite Orchid #D6988B
RGB
CMYK
RGB Variations
Color information
#D6988B (or 0xD6988B) is known color: Petite Orchid. HEX triplet: D6, 98 and 8B. RGB value is (214,152,139). Sum of RGB (Red+Green+Blue) = 214+152+139=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6988B is #296774. Grayscale: #A9A9A9. Windows color (decimal): -2713461 or 9148630. OLE color: 9148630.
HSL color Cylindrical-coordinate representation of color #D6988B: hue angle of 10.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6988B is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 139 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.16 |
| HSL | 10.4º | 0.48% | 0.69% | - |
| HSV(B) | 10.4º | 0.35% | 0.84% | - |
| XYZ | 43.62 | 38.62 | 29.58 | - |
| YUV | 169.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 139 | 0 | 0.29 | 0.35 | 0.16 | 10.4 | 0.48 | 0.69 |
| Hex | D6 | 98 | 8B | 0 | 1D | 23 | 10 | A | 30 | 45 |
| Octal | 326 | 230 | 213 | 0 | 35 | 43 | 20 | 12 | 60 | 105 |
| Binary | 11010110 | 10011000 | 10001011 | 0 | 11101 | 100011 | 10000 | 1010 | 110000 | 1000101 |
Color Harmonies of #D6988B
Complementary color
Monochromatic Colors of #D6988B
Black with #D6988B
Text Example
Text Example
White with #D6988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6988B; }
p { color: rgb(214,152,139); }
H1.HeaderClassName
{
color: #D6988B;
}
.AnyTagClassName
{
color: #D6988B;
}
</style>
background-color css
<style>
a { background-color: #D6988B; }
a { background-color: rgb(214,152,139); }
div.DivClassName
{
background-color: #D6988B;
}
.BgClassName
{
background-color: #D6988B;
}
</style>
border-color css
<style>
span { border-color: #D6988B; }
span { border-color: rgb(214,152,139); }
td.TdClassName
{
border-color: #D6988B;
}
.TagClassName
{
border-color: #D6988B;
}
</style>