Shades of Petite Orchid #D79793
Tints of Petite Orchid #D79793
RGB
CMYK
RGB Variations
Color information
#D79793 (or 0xD79793) is known color: Petite Orchid. HEX triplet: D7, 97 and 93. RGB value is (215,151,147). Sum of RGB (Red+Green+Blue) = 215+151+147=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D79793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79793 is #28686C. Grayscale: #A9A9A9. Windows color (decimal): -2648173 or 9672663. OLE color: 9672663.
HSL color Cylindrical-coordinate representation of color #D79793: hue angle of 3.53º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D79793 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 151 | 147 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.16 |
| HSL | 3.53º | 0.46% | 0.71% | - |
| HSV(B) | 3.53º | 0.32% | 0.84% | - |
| XYZ | 44.36 | 38.69 | 32.73 | - |
| YUV | 169.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 147 | 0 | 0.30 | 0.32 | 0.16 | 3.53 | 0.46 | 0.71 |
| Hex | D7 | 97 | 93 | 0 | 1E | 20 | 10 | 4 | 2E | 47 |
| Octal | 327 | 227 | 223 | 0 | 36 | 40 | 20 | 4 | 56 | 107 |
| Binary | 11010111 | 10010111 | 10010011 | 0 | 11110 | 100000 | 10000 | 100 | 101110 | 1000111 |
Color Harmonies of #D79793
Complementary color
Monochromatic Colors of #D79793
Black with #D79793
Text Example
Text Example
White with #D79793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79793; }
p { color: rgb(215,151,147); }
H1.HeaderClassName
{
color: #D79793;
}
.AnyTagClassName
{
color: #D79793;
}
</style>
background-color css
<style>
a { background-color: #D79793; }
a { background-color: rgb(215,151,147); }
div.DivClassName
{
background-color: #D79793;
}
.BgClassName
{
background-color: #D79793;
}
</style>
border-color css
<style>
span { border-color: #D79793; }
span { border-color: rgb(215,151,147); }
td.TdClassName
{
border-color: #D79793;
}
.TagClassName
{
border-color: #D79793;
}
</style>