Shades of Petite Orchid #D59689
Tints of Petite Orchid #D59689
RGB
CMYK
RGB Variations
Color information
#D59689 (or 0xD59689) is known color: Petite Orchid. HEX triplet: D5, 96 and 89. RGB value is (213,150,137). Sum of RGB (Red+Green+Blue) = 213+150+137=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D59689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59689 is #2A6976. Grayscale: #A7A7A7. Windows color (decimal): -2779511 or 9017045. OLE color: 9017045.
HSL color Cylindrical-coordinate representation of color #D59689: hue angle of 10.26º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D59689 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 137 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.16 |
| HSL | 10.26º | 0.48% | 0.69% | - |
| HSV(B) | 10.26º | 0.36% | 0.84% | - |
| XYZ | 42.86 | 37.76 | 28.7 | - |
| YUV | 167.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 137 | 0 | 0.30 | 0.36 | 0.16 | 10.26 | 0.48 | 0.69 |
| Hex | D5 | 96 | 89 | 0 | 1E | 24 | 10 | A | 30 | 45 |
| Octal | 325 | 226 | 211 | 0 | 36 | 44 | 20 | 12 | 60 | 105 |
| Binary | 11010101 | 10010110 | 10001001 | 0 | 11110 | 100100 | 10000 | 1010 | 110000 | 1000101 |
Color Harmonies of #D59689
Complementary color
Monochromatic Colors of #D59689
Black with #D59689
Text Example
Text Example
White with #D59689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59689; }
p { color: rgb(213,150,137); }
H1.HeaderClassName
{
color: #D59689;
}
.AnyTagClassName
{
color: #D59689;
}
</style>
background-color css
<style>
a { background-color: #D59689; }
a { background-color: rgb(213,150,137); }
div.DivClassName
{
background-color: #D59689;
}
.BgClassName
{
background-color: #D59689;
}
</style>
border-color css
<style>
span { border-color: #D59689; }
span { border-color: rgb(213,150,137); }
td.TdClassName
{
border-color: #D59689;
}
.TagClassName
{
border-color: #D59689;
}
</style>