Shades of Petite Orchid #D98E8C
Tints of Petite Orchid #D98E8C
RGB
CMYK
RGB Variations
Color information
#D98E8C (or 0xD98E8C) is known color: Petite Orchid. HEX triplet: D9, 8E and 8C. RGB value is (217,142,140). Sum of RGB (Red+Green+Blue) = 217+142+140=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98E8C is #267173. Grayscale: #A4A4A4. Windows color (decimal): -2519412 or 9211609. OLE color: 9211609.
HSL color Cylindrical-coordinate representation of color #D98E8C: hue angle of 1.56º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98E8C is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 140 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.15 |
| HSL | 1.56º | 0.5% | 0.7% | - |
| HSV(B) | 1.56º | 0.35% | 0.85% | - |
| XYZ | 43.02 | 35.99 | 29.49 | - |
| YUV | 164.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 140 | 0 | 0.35 | 0.35 | 0.15 | 1.56 | 0.5 | 0.7 |
| Hex | D9 | 8E | 8C | 0 | 23 | 23 | F | 2 | 32 | 46 |
| Octal | 331 | 216 | 214 | 0 | 43 | 43 | 17 | 2 | 62 | 106 |
| Binary | 11011001 | 10001110 | 10001100 | 0 | 100011 | 100011 | 1111 | 10 | 110010 | 1000110 |
Color Harmonies of #D98E8C
Complementary color
Monochromatic Colors of #D98E8C
Black with #D98E8C
Text Example
Text Example
White with #D98E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E8C; }
p { color: rgb(217,142,140); }
H1.HeaderClassName
{
color: #D98E8C;
}
.AnyTagClassName
{
color: #D98E8C;
}
</style>
background-color css
<style>
a { background-color: #D98E8C; }
a { background-color: rgb(217,142,140); }
div.DivClassName
{
background-color: #D98E8C;
}
.BgClassName
{
background-color: #D98E8C;
}
</style>
border-color css
<style>
span { border-color: #D98E8C; }
span { border-color: rgb(217,142,140); }
td.TdClassName
{
border-color: #D98E8C;
}
.TagClassName
{
border-color: #D98E8C;
}
</style>