Shades of Petite Orchid #D3958E
Tints of Petite Orchid #D3958E
RGB
CMYK
RGB Variations
Color information
#D3958E (or 0xD3958E) is known color: Petite Orchid. HEX triplet: D3, 95 and 8E. RGB value is (211,149,142). Sum of RGB (Red+Green+Blue) = 211+149+142=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D3958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3958E is #2C6A71. Grayscale: #A6A6A6. Windows color (decimal): -2910834 or 9344467. OLE color: 9344467.
HSL color Cylindrical-coordinate representation of color #D3958E: hue angle of 6.09º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3958E is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 142 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.17 |
| HSL | 6.09º | 0.44% | 0.69% | - |
| HSV(B) | 6.09º | 0.33% | 0.83% | - |
| XYZ | 42.49 | 37.3 | 30.55 | - |
| YUV | 166.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 142 | 0 | 0.29 | 0.33 | 0.17 | 6.09 | 0.44 | 0.69 |
| Hex | D3 | 95 | 8E | 0 | 1D | 21 | 11 | 6 | 2C | 45 |
| Octal | 323 | 225 | 216 | 0 | 35 | 41 | 21 | 6 | 54 | 105 |
| Binary | 11010011 | 10010101 | 10001110 | 0 | 11101 | 100001 | 10001 | 110 | 101100 | 1000101 |
Color Harmonies of #D3958E
Complementary color
Monochromatic Colors of #D3958E
Black with #D3958E
Text Example
Text Example
White with #D3958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3958E; }
p { color: rgb(211,149,142); }
H1.HeaderClassName
{
color: #D3958E;
}
.AnyTagClassName
{
color: #D3958E;
}
</style>
background-color css
<style>
a { background-color: #D3958E; }
a { background-color: rgb(211,149,142); }
div.DivClassName
{
background-color: #D3958E;
}
.BgClassName
{
background-color: #D3958E;
}
</style>
border-color css
<style>
span { border-color: #D3958E; }
span { border-color: rgb(211,149,142); }
td.TdClassName
{
border-color: #D3958E;
}
.TagClassName
{
border-color: #D3958E;
}
</style>