Shades of Petite Orchid #D59D9C
Tints of Petite Orchid #D59D9C
RGB
CMYK
RGB Variations
Color information
#D59D9C (or 0xD59D9C) is known color: Petite Orchid. HEX triplet: D5, 9D and 9C. RGB value is (213,157,156). Sum of RGB (Red+Green+Blue) = 213+157+156=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D9C is #2A6263. Grayscale: #ADADAD. Windows color (decimal): -2777700 or 10264021. OLE color: 10264021.
HSL color Cylindrical-coordinate representation of color #D59D9C: hue angle of 1.05º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59D9C is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 156 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.16 |
| HSL | 1.05º | 0.4% | 0.72% | - |
| HSV(B) | 1.05º | 0.27% | 0.84% | - |
| XYZ | 45.5 | 40.66 | 36.9 | - |
| YUV | 173.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 156 | 0 | 0.26 | 0.27 | 0.16 | 1.05 | 0.4 | 0.72 |
| Hex | D5 | 9D | 9C | 0 | 1A | 1B | 10 | 1 | 28 | 48 |
| Octal | 325 | 235 | 234 | 0 | 32 | 33 | 20 | 1 | 50 | 110 |
| Binary | 11010101 | 10011101 | 10011100 | 0 | 11010 | 11011 | 10000 | 1 | 101000 | 1001000 |
Color Harmonies of #D59D9C
Complementary color
Monochromatic Colors of #D59D9C
Black with #D59D9C
Text Example
Text Example
White with #D59D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D9C; }
p { color: rgb(213,157,156); }
H1.HeaderClassName
{
color: #D59D9C;
}
.AnyTagClassName
{
color: #D59D9C;
}
</style>
background-color css
<style>
a { background-color: #D59D9C; }
a { background-color: rgb(213,157,156); }
div.DivClassName
{
background-color: #D59D9C;
}
.BgClassName
{
background-color: #D59D9C;
}
</style>
border-color css
<style>
span { border-color: #D59D9C; }
span { border-color: rgb(213,157,156); }
td.TdClassName
{
border-color: #D59D9C;
}
.TagClassName
{
border-color: #D59D9C;
}
</style>