Shades of Petite Orchid #D0978E
Tints of Petite Orchid #D0978E
RGB
CMYK
RGB Variations
Color information
#D0978E (or 0xD0978E) is known color: Petite Orchid. HEX triplet: D0, 97 and 8E. RGB value is (208,151,142). Sum of RGB (Red+Green+Blue) = 208+151+142=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0978E is #2F6871. Grayscale: #A7A7A7. Windows color (decimal): -3106930 or 9344976. OLE color: 9344976.
HSL color Cylindrical-coordinate representation of color #D0978E: hue angle of 8.18º 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 #D0978E is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 142 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.18 |
| HSL | 8.18º | 0.41% | 0.69% | - |
| HSV(B) | 8.18º | 0.32% | 0.82% | - |
| XYZ | 41.96 | 37.5 | 30.62 | - |
| YUV | 167.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 142 | 0 | 0.27 | 0.32 | 0.18 | 8.18 | 0.41 | 0.69 |
| Hex | D0 | 97 | 8E | 0 | 1B | 20 | 12 | 8 | 29 | 45 |
| Octal | 320 | 227 | 216 | 0 | 33 | 40 | 22 | 10 | 51 | 105 |
| Binary | 11010000 | 10010111 | 10001110 | 0 | 11011 | 100000 | 10010 | 1000 | 101001 | 1000101 |
Color Harmonies of #D0978E
Complementary color
Monochromatic Colors of #D0978E
Black with #D0978E
Text Example
Text Example
White with #D0978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0978E; }
p { color: rgb(208,151,142); }
H1.HeaderClassName
{
color: #D0978E;
}
.AnyTagClassName
{
color: #D0978E;
}
</style>
background-color css
<style>
a { background-color: #D0978E; }
a { background-color: rgb(208,151,142); }
div.DivClassName
{
background-color: #D0978E;
}
.BgClassName
{
background-color: #D0978E;
}
</style>
border-color css
<style>
span { border-color: #D0978E; }
span { border-color: rgb(208,151,142); }
td.TdClassName
{
border-color: #D0978E;
}
.TagClassName
{
border-color: #D0978E;
}
</style>