Shades of Petite Orchid #D1958C
Tints of Petite Orchid #D1958C
RGB
CMYK
RGB Variations
Color information
#D1958C (or 0xD1958C) is known color: Petite Orchid. HEX triplet: D1, 95 and 8C. RGB value is (209,149,140). Sum of RGB (Red+Green+Blue) = 209+149+140=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1958C is #2E6A73. Grayscale: #A6A6A6. Windows color (decimal): -3041908 or 9213393. OLE color: 9213393.
HSL color Cylindrical-coordinate representation of color #D1958C: hue angle of 7.83º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1958C is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 140 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.18 |
| HSL | 7.83º | 0.43% | 0.68% | - |
| HSV(B) | 7.83º | 0.33% | 0.82% | - |
| XYZ | 41.78 | 36.94 | 29.74 | - |
| YUV | 165.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 140 | 0 | 0.29 | 0.33 | 0.18 | 7.83 | 0.43 | 0.68 |
| Hex | D1 | 95 | 8C | 0 | 1D | 21 | 12 | 8 | 2B | 44 |
| Octal | 321 | 225 | 214 | 0 | 35 | 41 | 22 | 10 | 53 | 104 |
| Binary | 11010001 | 10010101 | 10001100 | 0 | 11101 | 100001 | 10010 | 1000 | 101011 | 1000100 |
Color Harmonies of #D1958C
Complementary color
Monochromatic Colors of #D1958C
Black with #D1958C
Text Example
Text Example
White with #D1958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1958C; }
p { color: rgb(209,149,140); }
H1.HeaderClassName
{
color: #D1958C;
}
.AnyTagClassName
{
color: #D1958C;
}
</style>
background-color css
<style>
a { background-color: #D1958C; }
a { background-color: rgb(209,149,140); }
div.DivClassName
{
background-color: #D1958C;
}
.BgClassName
{
background-color: #D1958C;
}
</style>
border-color css
<style>
span { border-color: #D1958C; }
span { border-color: rgb(209,149,140); }
td.TdClassName
{
border-color: #D1958C;
}
.TagClassName
{
border-color: #D1958C;
}
</style>