Shades of Petite Orchid #D0958D
Tints of Petite Orchid #D0958D
RGB
CMYK
RGB Variations
Color information
#D0958D (or 0xD0958D) is known color: Petite Orchid. HEX triplet: D0, 95 and 8D. RGB value is (208,149,141). Sum of RGB (Red+Green+Blue) = 208+149+141=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0958D is #2F6A72. Grayscale: #A5A5A5. Windows color (decimal): -3107443 or 9278928. OLE color: 9278928.
HSL color Cylindrical-coordinate representation of color #D0958D: hue angle of 7.16º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0958D is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 149 | 141 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.18 |
| HSL | 7.16º | 0.42% | 0.68% | - |
| HSV(B) | 7.16º | 0.32% | 0.82% | - |
| XYZ | 41.57 | 36.83 | 30.12 | - |
| YUV | 165.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 149 | 141 | 0 | 0.28 | 0.32 | 0.18 | 7.16 | 0.42 | 0.68 |
| Hex | D0 | 95 | 8D | 0 | 1C | 20 | 12 | 7 | 2A | 44 |
| Octal | 320 | 225 | 215 | 0 | 34 | 40 | 22 | 7 | 52 | 104 |
| Binary | 11010000 | 10010101 | 10001101 | 0 | 11100 | 100000 | 10010 | 111 | 101010 | 1000100 |
Color Harmonies of #D0958D
Complementary color
Monochromatic Colors of #D0958D
Black with #D0958D
Text Example
Text Example
White with #D0958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0958D; }
p { color: rgb(208,149,141); }
H1.HeaderClassName
{
color: #D0958D;
}
.AnyTagClassName
{
color: #D0958D;
}
</style>
background-color css
<style>
a { background-color: #D0958D; }
a { background-color: rgb(208,149,141); }
div.DivClassName
{
background-color: #D0958D;
}
.BgClassName
{
background-color: #D0958D;
}
</style>
border-color css
<style>
span { border-color: #D0958D; }
span { border-color: rgb(208,149,141); }
td.TdClassName
{
border-color: #D0958D;
}
.TagClassName
{
border-color: #D0958D;
}
</style>