Shades of Petite Orchid #D59688
Tints of Petite Orchid #D59688
RGB
CMYK
RGB Variations
Color information
#D59688 (or 0xD59688) is known color: Petite Orchid. HEX triplet: D5, 96 and 88. RGB value is (213,150,136). Sum of RGB (Red+Green+Blue) = 213+150+136=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D59688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59688 is #2A6977. Grayscale: #A7A7A7. Windows color (decimal): -2779512 or 8951509. OLE color: 8951509.
HSL color Cylindrical-coordinate representation of color #D59688: hue angle of 10.91º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D59688 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 136 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.16 |
| HSL | 10.91º | 0.48% | 0.68% | - |
| HSV(B) | 10.91º | 0.36% | 0.84% | - |
| XYZ | 42.79 | 37.74 | 28.32 | - |
| YUV | 167.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 136 | 0 | 0.30 | 0.36 | 0.16 | 10.91 | 0.48 | 0.68 |
| Hex | D5 | 96 | 88 | 0 | 1E | 24 | 10 | B | 30 | 44 |
| Octal | 325 | 226 | 210 | 0 | 36 | 44 | 20 | 13 | 60 | 104 |
| Binary | 11010101 | 10010110 | 10001000 | 0 | 11110 | 100100 | 10000 | 1011 | 110000 | 1000100 |
Color Harmonies of #D59688
Complementary color
Monochromatic Colors of #D59688
Black with #D59688
Text Example
Text Example
White with #D59688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59688; }
p { color: rgb(213,150,136); }
H1.HeaderClassName
{
color: #D59688;
}
.AnyTagClassName
{
color: #D59688;
}
</style>
background-color css
<style>
a { background-color: #D59688; }
a { background-color: rgb(213,150,136); }
div.DivClassName
{
background-color: #D59688;
}
.BgClassName
{
background-color: #D59688;
}
</style>
border-color css
<style>
span { border-color: #D59688; }
span { border-color: rgb(213,150,136); }
td.TdClassName
{
border-color: #D59688;
}
.TagClassName
{
border-color: #D59688;
}
</style>