Shades of Petite Orchid #D59786
Tints of Petite Orchid #D59786
RGB
CMYK
RGB Variations
Color information
#D59786 (or 0xD59786) is known color: Petite Orchid. HEX triplet: D5, 97 and 86. RGB value is (213,151,134). Sum of RGB (Red+Green+Blue) = 213+151+134=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D59786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59786 is #2A6879. Grayscale: #A7A7A7. Windows color (decimal): -2779258 or 8820693. OLE color: 8820693.
HSL color Cylindrical-coordinate representation of color #D59786: hue angle of 12.91º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59786 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 134 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.16 |
| HSL | 12.91º | 0.48% | 0.68% | - |
| HSV(B) | 12.91º | 0.37% | 0.84% | - |
| XYZ | 42.81 | 38 | 27.63 | - |
| YUV | 167.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 134 | 0 | 0.29 | 0.37 | 0.16 | 12.91 | 0.48 | 0.68 |
| Hex | D5 | 97 | 86 | 0 | 1D | 25 | 10 | D | 30 | 44 |
| Octal | 325 | 227 | 206 | 0 | 35 | 45 | 20 | 15 | 60 | 104 |
| Binary | 11010101 | 10010111 | 10000110 | 0 | 11101 | 100101 | 10000 | 1101 | 110000 | 1000100 |
Color Harmonies of #D59786
Complementary color
Monochromatic Colors of #D59786
Black with #D59786
Text Example
Text Example
White with #D59786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59786; }
p { color: rgb(213,151,134); }
H1.HeaderClassName
{
color: #D59786;
}
.AnyTagClassName
{
color: #D59786;
}
</style>
background-color css
<style>
a { background-color: #D59786; }
a { background-color: rgb(213,151,134); }
div.DivClassName
{
background-color: #D59786;
}
.BgClassName
{
background-color: #D59786;
}
</style>
border-color css
<style>
span { border-color: #D59786; }
span { border-color: rgb(213,151,134); }
td.TdClassName
{
border-color: #D59786;
}
.TagClassName
{
border-color: #D59786;
}
</style>