Shades of Petite Orchid #D59695
Tints of Petite Orchid #D59695
RGB
CMYK
RGB Variations
Color information
#D59695 (or 0xD59695) is known color: Petite Orchid. HEX triplet: D5, 96 and 95. RGB value is (213,150,149). Sum of RGB (Red+Green+Blue) = 213+150+149=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D59695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59695 is #2A696A. Grayscale: #A8A8A8. Windows color (decimal): -2779499 or 9803477. OLE color: 9803477.
HSL color Cylindrical-coordinate representation of color #D59695: hue angle of 0.94º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59695 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 149 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.16 |
| HSL | 0.94º | 0.43% | 0.71% | - |
| HSV(B) | 0.94º | 0.3% | 0.84% | - |
| XYZ | 43.77 | 38.13 | 33.49 | - |
| YUV | 168.72 | 116.87 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 149 | 0 | 0.30 | 0.30 | 0.16 | 0.94 | 0.43 | 0.71 |
| Hex | D5 | 96 | 95 | 0 | 1E | 1E | 10 | 1 | 2B | 47 |
| Octal | 325 | 226 | 225 | 0 | 36 | 36 | 20 | 1 | 53 | 107 |
| Binary | 11010101 | 10010110 | 10010101 | 0 | 11110 | 11110 | 10000 | 1 | 101011 | 1000111 |
Color Harmonies of #D59695
Complementary color
Monochromatic Colors of #D59695
Black with #D59695
Text Example
Text Example
White with #D59695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59695; }
p { color: rgb(213,150,149); }
H1.HeaderClassName
{
color: #D59695;
}
.AnyTagClassName
{
color: #D59695;
}
</style>
background-color css
<style>
a { background-color: #D59695; }
a { background-color: rgb(213,150,149); }
div.DivClassName
{
background-color: #D59695;
}
.BgClassName
{
background-color: #D59695;
}
</style>
border-color css
<style>
span { border-color: #D59695; }
span { border-color: rgb(213,150,149); }
td.TdClassName
{
border-color: #D59695;
}
.TagClassName
{
border-color: #D59695;
}
</style>