Shades of Petite Orchid #D79D9D
Tints of Petite Orchid #D79D9D
RGB
CMYK
RGB Variations
Color information
#D79D9D (or 0xD79D9D) is known color: Petite Orchid. HEX triplet: D7, 9D and 9D. RGB value is (215,157,157). Sum of RGB (Red+Green+Blue) = 215+157+157=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79D9D is #286262. Grayscale: #AEAEAE. Windows color (decimal): -2646627 or 10329559. OLE color: 10329559.
HSL color Cylindrical-coordinate representation of color #D79D9D: hue angle of 0º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79D9D is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 157 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.16 |
| HSL | 0º | 0.42% | 0.73% | - |
| HSV(B) | 0º | 0.27% | 0.84% | - |
| XYZ | 46.17 | 41 | 37.38 | - |
| YUV | 174.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 157 | 0 | 0.27 | 0.27 | 0.16 | 0 | 0.42 | 0.73 |
| Hex | D7 | 9D | 9D | 0 | 1B | 1B | 10 | 0 | 2A | 49 |
| Octal | 327 | 235 | 235 | 0 | 33 | 33 | 20 | 0 | 52 | 111 |
| Binary | 11010111 | 10011101 | 10011101 | 0 | 11011 | 11011 | 10000 | 0 | 101010 | 1001001 |
Color Harmonies of #D79D9D
Complementary color
Monochromatic Colors of #D79D9D
Black with #D79D9D
Text Example
Text Example
White with #D79D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D9D; }
p { color: rgb(215,157,157); }
H1.HeaderClassName
{
color: #D79D9D;
}
.AnyTagClassName
{
color: #D79D9D;
}
</style>
background-color css
<style>
a { background-color: #D79D9D; }
a { background-color: rgb(215,157,157); }
div.DivClassName
{
background-color: #D79D9D;
}
.BgClassName
{
background-color: #D79D9D;
}
</style>
border-color css
<style>
span { border-color: #D79D9D; }
span { border-color: rgb(215,157,157); }
td.TdClassName
{
border-color: #D79D9D;
}
.TagClassName
{
border-color: #D79D9D;
}
</style>