Shades of Petite Orchid #D79687
Tints of Petite Orchid #D79687
RGB
CMYK
RGB Variations
Color information
#D79687 (or 0xD79687) is known color: Petite Orchid. HEX triplet: D7, 96 and 87. RGB value is (215,150,135). Sum of RGB (Red+Green+Blue) = 215+150+135=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D79687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79687 is #286978. Grayscale: #A7A7A7. Windows color (decimal): -2648441 or 8885975. OLE color: 8885975.
HSL color Cylindrical-coordinate representation of color #D79687: hue angle of 11.25º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D79687 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 150 | 135 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.16 |
| HSL | 11.25º | 0.5% | 0.69% | - |
| HSV(B) | 11.25º | 0.37% | 0.84% | - |
| XYZ | 43.3 | 38.01 | 27.98 | - |
| YUV | 167.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 150 | 135 | 0 | 0.30 | 0.37 | 0.16 | 11.25 | 0.5 | 0.69 |
| Hex | D7 | 96 | 87 | 0 | 1E | 25 | 10 | B | 32 | 45 |
| Octal | 327 | 226 | 207 | 0 | 36 | 45 | 20 | 13 | 62 | 105 |
| Binary | 11010111 | 10010110 | 10000111 | 0 | 11110 | 100101 | 10000 | 1011 | 110010 | 1000101 |
Color Harmonies of #D79687
Complementary color
Monochromatic Colors of #D79687
Black with #D79687
Text Example
Text Example
White with #D79687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79687; }
p { color: rgb(215,150,135); }
H1.HeaderClassName
{
color: #D79687;
}
.AnyTagClassName
{
color: #D79687;
}
</style>
background-color css
<style>
a { background-color: #D79687; }
a { background-color: rgb(215,150,135); }
div.DivClassName
{
background-color: #D79687;
}
.BgClassName
{
background-color: #D79687;
}
</style>
border-color css
<style>
span { border-color: #D79687; }
span { border-color: rgb(215,150,135); }
td.TdClassName
{
border-color: #D79687;
}
.TagClassName
{
border-color: #D79687;
}
</style>