Shades of Petite Orchid #D59887
Tints of Petite Orchid #D59887
RGB
CMYK
RGB Variations
Color information
#D59887 (or 0xD59887) is known color: Petite Orchid. HEX triplet: D5, 98 and 87. RGB value is (213,152,135). Sum of RGB (Red+Green+Blue) = 213+152+135=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D59887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59887 is #2A6778. Grayscale: #A8A8A8. Windows color (decimal): -2779001 or 8886485. OLE color: 8886485.
HSL color Cylindrical-coordinate representation of color #D59887: hue angle of 13.08º 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 #D59887 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 135 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.16 |
| HSL | 13.08º | 0.48% | 0.68% | - |
| HSV(B) | 13.08º | 0.37% | 0.84% | - |
| XYZ | 43.04 | 38.35 | 28.06 | - |
| YUV | 168.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 135 | 0 | 0.29 | 0.37 | 0.16 | 13.08 | 0.48 | 0.68 |
| Hex | D5 | 98 | 87 | 0 | 1D | 25 | 10 | D | 30 | 44 |
| Octal | 325 | 230 | 207 | 0 | 35 | 45 | 20 | 15 | 60 | 104 |
| Binary | 11010101 | 10011000 | 10000111 | 0 | 11101 | 100101 | 10000 | 1101 | 110000 | 1000100 |
Color Harmonies of #D59887
Complementary color
Monochromatic Colors of #D59887
Black with #D59887
Text Example
Text Example
White with #D59887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59887; }
p { color: rgb(213,152,135); }
H1.HeaderClassName
{
color: #D59887;
}
.AnyTagClassName
{
color: #D59887;
}
</style>
background-color css
<style>
a { background-color: #D59887; }
a { background-color: rgb(213,152,135); }
div.DivClassName
{
background-color: #D59887;
}
.BgClassName
{
background-color: #D59887;
}
</style>
border-color css
<style>
span { border-color: #D59887; }
span { border-color: rgb(213,152,135); }
td.TdClassName
{
border-color: #D59887;
}
.TagClassName
{
border-color: #D59887;
}
</style>