Shades of Petite Orchid #D08E8E
Tints of Petite Orchid #D08E8E
RGB
CMYK
RGB Variations
Color information
#D08E8E (or 0xD08E8E) is known color: Petite Orchid. HEX triplet: D0, 8E and 8E. RGB value is (208,142,142). Sum of RGB (Red+Green+Blue) = 208+142+142=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08E8E is #2F7171. Grayscale: #A1A1A1. Windows color (decimal): -3109234 or 9342672. OLE color: 9342672.
HSL color Cylindrical-coordinate representation of color #D08E8E: hue angle of 0º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08E8E is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 142 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.18 |
| HSL | 0º | 0.41% | 0.69% | - |
| HSV(B) | 0º | 0.32% | 0.82% | - |
| XYZ | 40.57 | 34.71 | 30.15 | - |
| YUV | 161.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 142 | 0 | 0.32 | 0.32 | 0.18 | 0 | 0.41 | 0.69 |
| Hex | D0 | 8E | 8E | 0 | 20 | 20 | 12 | 0 | 29 | 45 |
| Octal | 320 | 216 | 216 | 0 | 40 | 40 | 22 | 0 | 51 | 105 |
| Binary | 11010000 | 10001110 | 10001110 | 0 | 100000 | 100000 | 10010 | 0 | 101001 | 1000101 |
Color Harmonies of #D08E8E
Complementary color
Monochromatic Colors of #D08E8E
Black with #D08E8E
Text Example
Text Example
White with #D08E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08E8E; }
p { color: rgb(208,142,142); }
H1.HeaderClassName
{
color: #D08E8E;
}
.AnyTagClassName
{
color: #D08E8E;
}
</style>
background-color css
<style>
a { background-color: #D08E8E; }
a { background-color: rgb(208,142,142); }
div.DivClassName
{
background-color: #D08E8E;
}
.BgClassName
{
background-color: #D08E8E;
}
</style>
border-color css
<style>
span { border-color: #D08E8E; }
span { border-color: rgb(208,142,142); }
td.TdClassName
{
border-color: #D08E8E;
}
.TagClassName
{
border-color: #D08E8E;
}
</style>