Shades of Petite Orchid #D1988C
Tints of Petite Orchid #D1988C
RGB
CMYK
RGB Variations
Color information
#D1988C (or 0xD1988C) is known color: Petite Orchid. HEX triplet: D1, 98 and 8C. RGB value is (209,152,140). Sum of RGB (Red+Green+Blue) = 209+152+140=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D1988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1988C is #2E6773. Grayscale: #A7A7A7. Windows color (decimal): -3041140 or 9214161. OLE color: 9214161.
HSL color Cylindrical-coordinate representation of color #D1988C: hue angle of 10.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1988C is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 140 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.18 |
| HSL | 10.43º | 0.43% | 0.68% | - |
| HSV(B) | 10.43º | 0.33% | 0.82% | - |
| XYZ | 42.26 | 37.91 | 29.9 | - |
| YUV | 167.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 140 | 0 | 0.27 | 0.33 | 0.18 | 10.43 | 0.43 | 0.68 |
| Hex | D1 | 98 | 8C | 0 | 1B | 21 | 12 | A | 2B | 44 |
| Octal | 321 | 230 | 214 | 0 | 33 | 41 | 22 | 12 | 53 | 104 |
| Binary | 11010001 | 10011000 | 10001100 | 0 | 11011 | 100001 | 10010 | 1010 | 101011 | 1000100 |
Color Harmonies of #D1988C
Complementary color
Monochromatic Colors of #D1988C
Black with #D1988C
Text Example
Text Example
White with #D1988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1988C; }
p { color: rgb(209,152,140); }
H1.HeaderClassName
{
color: #D1988C;
}
.AnyTagClassName
{
color: #D1988C;
}
</style>
background-color css
<style>
a { background-color: #D1988C; }
a { background-color: rgb(209,152,140); }
div.DivClassName
{
background-color: #D1988C;
}
.BgClassName
{
background-color: #D1988C;
}
</style>
border-color css
<style>
span { border-color: #D1988C; }
span { border-color: rgb(209,152,140); }
td.TdClassName
{
border-color: #D1988C;
}
.TagClassName
{
border-color: #D1988C;
}
</style>