Shades of Petite Orchid #D58E8D
Tints of Petite Orchid #D58E8D
RGB
CMYK
RGB Variations
Color information
#D58E8D (or 0xD58E8D) is known color: Petite Orchid. HEX triplet: D5, 8E and 8D. RGB value is (213,142,141). Sum of RGB (Red+Green+Blue) = 213+142+141=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58E8D is #2A7172. Grayscale: #A3A3A3. Windows color (decimal): -2781555 or 9277141. OLE color: 9277141.
HSL color Cylindrical-coordinate representation of color #D58E8D: hue angle of 0.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58E8D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 141 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.16 |
| HSL | 0.83º | 0.46% | 0.69% | - |
| HSV(B) | 0.83º | 0.34% | 0.84% | - |
| XYZ | 41.92 | 35.42 | 29.83 | - |
| YUV | 163.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 141 | 0 | 0.33 | 0.34 | 0.16 | 0.83 | 0.46 | 0.69 |
| Hex | D5 | 8E | 8D | 0 | 21 | 22 | 10 | 1 | 2E | 45 |
| Octal | 325 | 216 | 215 | 0 | 41 | 42 | 20 | 1 | 56 | 105 |
| Binary | 11010101 | 10001110 | 10001101 | 0 | 100001 | 100010 | 10000 | 1 | 101110 | 1000101 |
Color Harmonies of #D58E8D
Complementary color
Monochromatic Colors of #D58E8D
Black with #D58E8D
Text Example
Text Example
White with #D58E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E8D; }
p { color: rgb(213,142,141); }
H1.HeaderClassName
{
color: #D58E8D;
}
.AnyTagClassName
{
color: #D58E8D;
}
</style>
background-color css
<style>
a { background-color: #D58E8D; }
a { background-color: rgb(213,142,141); }
div.DivClassName
{
background-color: #D58E8D;
}
.BgClassName
{
background-color: #D58E8D;
}
</style>
border-color css
<style>
span { border-color: #D58E8D; }
span { border-color: rgb(213,142,141); }
td.TdClassName
{
border-color: #D58E8D;
}
.TagClassName
{
border-color: #D58E8D;
}
</style>