Shades of Petite Orchid #D38E8C
Tints of Petite Orchid #D38E8C
RGB
CMYK
RGB Variations
Color information
#D38E8C (or 0xD38E8C) is known color: Petite Orchid. HEX triplet: D3, 8E and 8C. RGB value is (211,142,140). Sum of RGB (Red+Green+Blue) = 211+142+140=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D38E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D38E8C is #2C7173. Grayscale: #A2A2A2. Windows color (decimal): -2912628 or 9211603. OLE color: 9211603.
HSL color Cylindrical-coordinate representation of color #D38E8C: hue angle of 1.69º 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 #D38E8C is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 142 | 140 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.17 |
| HSL | 1.69º | 0.45% | 0.69% | - |
| HSV(B) | 1.69º | 0.34% | 0.83% | - |
| XYZ | 41.27 | 35.09 | 29.41 | - |
| YUV | 162.4 | 115.36 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 140 | 0 | 0.33 | 0.34 | 0.17 | 1.69 | 0.45 | 0.69 |
| Hex | D3 | 8E | 8C | 0 | 21 | 22 | 11 | 2 | 2D | 45 |
| Octal | 323 | 216 | 214 | 0 | 41 | 42 | 21 | 2 | 55 | 105 |
| Binary | 11010011 | 10001110 | 10001100 | 0 | 100001 | 100010 | 10001 | 10 | 101101 | 1000101 |
Color Harmonies of #D38E8C
Complementary color
Monochromatic Colors of #D38E8C
Black with #D38E8C
Text Example
Text Example
White with #D38E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38E8C; }
p { color: rgb(211,142,140); }
H1.HeaderClassName
{
color: #D38E8C;
}
.AnyTagClassName
{
color: #D38E8C;
}
</style>
background-color css
<style>
a { background-color: #D38E8C; }
a { background-color: rgb(211,142,140); }
div.DivClassName
{
background-color: #D38E8C;
}
.BgClassName
{
background-color: #D38E8C;
}
</style>
border-color css
<style>
span { border-color: #D38E8C; }
span { border-color: rgb(211,142,140); }
td.TdClassName
{
border-color: #D38E8C;
}
.TagClassName
{
border-color: #D38E8C;
}
</style>