Shades of Petite Orchid #D79789
Tints of Petite Orchid #D79789
RGB
CMYK
RGB Variations
Color information
#D79789 (or 0xD79789) is known color: Petite Orchid. HEX triplet: D7, 97 and 89. RGB value is (215,151,137). Sum of RGB (Red+Green+Blue) = 215+151+137=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D79789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79789 is #286876. Grayscale: #A8A8A8. Windows color (decimal): -2648183 or 9017303. OLE color: 9017303.
HSL color Cylindrical-coordinate representation of color #D79789: hue angle of 10.77º degrees, saturation: 0.49, 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 #D79789 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 151 | 137 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.16 |
| HSL | 10.77º | 0.49% | 0.69% | - |
| HSV(B) | 10.77º | 0.36% | 0.84% | - |
| XYZ | 43.61 | 38.39 | 28.78 | - |
| YUV | 168.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 137 | 0 | 0.30 | 0.36 | 0.16 | 10.77 | 0.49 | 0.69 |
| Hex | D7 | 97 | 89 | 0 | 1E | 24 | 10 | B | 31 | 45 |
| Octal | 327 | 227 | 211 | 0 | 36 | 44 | 20 | 13 | 61 | 105 |
| Binary | 11010111 | 10010111 | 10001001 | 0 | 11110 | 100100 | 10000 | 1011 | 110001 | 1000101 |
Color Harmonies of #D79789
Complementary color
Monochromatic Colors of #D79789
Black with #D79789
Text Example
Text Example
White with #D79789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79789; }
p { color: rgb(215,151,137); }
H1.HeaderClassName
{
color: #D79789;
}
.AnyTagClassName
{
color: #D79789;
}
</style>
background-color css
<style>
a { background-color: #D79789; }
a { background-color: rgb(215,151,137); }
div.DivClassName
{
background-color: #D79789;
}
.BgClassName
{
background-color: #D79789;
}
</style>
border-color css
<style>
span { border-color: #D79789; }
span { border-color: rgb(215,151,137); }
td.TdClassName
{
border-color: #D79789;
}
.TagClassName
{
border-color: #D79789;
}
</style>