Shades of Petite Orchid #D7928E
Tints of Petite Orchid #D7928E
RGB
CMYK
RGB Variations
Color information
#D7928E (or 0xD7928E) is known color: Petite Orchid. HEX triplet: D7, 92 and 8E. RGB value is (215,146,142). Sum of RGB (Red+Green+Blue) = 215+146+142=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7928E is #286D71. Grayscale: #A6A6A6. Windows color (decimal): -2649458 or 9343703. OLE color: 9343703.
HSL color Cylindrical-coordinate representation of color #D7928E: hue angle of 3.29º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7928E is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 142 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.16 |
| HSL | 3.29º | 0.48% | 0.7% | - |
| HSV(B) | 3.29º | 0.34% | 0.84% | - |
| XYZ | 43.19 | 36.96 | 30.45 | - |
| YUV | 166.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 142 | 0 | 0.32 | 0.34 | 0.16 | 3.29 | 0.48 | 0.7 |
| Hex | D7 | 92 | 8E | 0 | 20 | 22 | 10 | 3 | 30 | 46 |
| Octal | 327 | 222 | 216 | 0 | 40 | 42 | 20 | 3 | 60 | 106 |
| Binary | 11010111 | 10010010 | 10001110 | 0 | 100000 | 100010 | 10000 | 11 | 110000 | 1000110 |
Color Harmonies of #D7928E
Complementary color
Monochromatic Colors of #D7928E
Black with #D7928E
Text Example
Text Example
White with #D7928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7928E; }
p { color: rgb(215,146,142); }
H1.HeaderClassName
{
color: #D7928E;
}
.AnyTagClassName
{
color: #D7928E;
}
</style>
background-color css
<style>
a { background-color: #D7928E; }
a { background-color: rgb(215,146,142); }
div.DivClassName
{
background-color: #D7928E;
}
.BgClassName
{
background-color: #D7928E;
}
</style>
border-color css
<style>
span { border-color: #D7928E; }
span { border-color: rgb(215,146,142); }
td.TdClassName
{
border-color: #D7928E;
}
.TagClassName
{
border-color: #D7928E;
}
</style>