Shades of Petite Orchid #D3938C
Tints of Petite Orchid #D3938C
RGB
CMYK
RGB Variations
Color information
#D3938C (or 0xD3938C) is known color: Petite Orchid. HEX triplet: D3, 93 and 8C. RGB value is (211,147,140). Sum of RGB (Red+Green+Blue) = 211+147+140=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D3938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3938C is #2C6C73. Grayscale: #A5A5A5. Windows color (decimal): -2911348 or 9212883. OLE color: 9212883.
HSL color Cylindrical-coordinate representation of color #D3938C: hue angle of 5.92º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3938C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 140 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.17 |
| HSL | 5.92º | 0.45% | 0.69% | - |
| HSV(B) | 5.92º | 0.34% | 0.83% | - |
| XYZ | 42.03 | 36.61 | 29.66 | - |
| YUV | 165.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 140 | 0 | 0.30 | 0.34 | 0.17 | 5.92 | 0.45 | 0.69 |
| Hex | D3 | 93 | 8C | 0 | 1E | 22 | 11 | 6 | 2D | 45 |
| Octal | 323 | 223 | 214 | 0 | 36 | 42 | 21 | 6 | 55 | 105 |
| Binary | 11010011 | 10010011 | 10001100 | 0 | 11110 | 100010 | 10001 | 110 | 101101 | 1000101 |
Color Harmonies of #D3938C
Complementary color
Monochromatic Colors of #D3938C
Black with #D3938C
Text Example
Text Example
White with #D3938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3938C; }
p { color: rgb(211,147,140); }
H1.HeaderClassName
{
color: #D3938C;
}
.AnyTagClassName
{
color: #D3938C;
}
</style>
background-color css
<style>
a { background-color: #D3938C; }
a { background-color: rgb(211,147,140); }
div.DivClassName
{
background-color: #D3938C;
}
.BgClassName
{
background-color: #D3938C;
}
</style>
border-color css
<style>
span { border-color: #D3938C; }
span { border-color: rgb(211,147,140); }
td.TdClassName
{
border-color: #D3938C;
}
.TagClassName
{
border-color: #D3938C;
}
</style>