Shades of Petite Orchid #D7928C
Tints of Petite Orchid #D7928C
RGB
CMYK
RGB Variations
Color information
#D7928C (or 0xD7928C) is known color: Petite Orchid. HEX triplet: D7, 92 and 8C. RGB value is (215,146,140). Sum of RGB (Red+Green+Blue) = 215+146+140=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D7928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7928C is #286D73. Grayscale: #A6A6A6. Windows color (decimal): -2649460 or 9212631. OLE color: 9212631.
HSL color Cylindrical-coordinate representation of color #D7928C: hue angle of 4.8º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7928C is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 140 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.16 |
| HSL | 4.8º | 0.48% | 0.7% | - |
| HSV(B) | 4.8º | 0.35% | 0.84% | - |
| XYZ | 43.04 | 36.9 | 29.66 | - |
| YUV | 165.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 140 | 0 | 0.32 | 0.35 | 0.16 | 4.8 | 0.48 | 0.7 |
| Hex | D7 | 92 | 8C | 0 | 20 | 23 | 10 | 5 | 30 | 46 |
| Octal | 327 | 222 | 214 | 0 | 40 | 43 | 20 | 5 | 60 | 106 |
| Binary | 11010111 | 10010010 | 10001100 | 0 | 100000 | 100011 | 10000 | 101 | 110000 | 1000110 |
Color Harmonies of #D7928C
Complementary color
Monochromatic Colors of #D7928C
Black with #D7928C
Text Example
Text Example
White with #D7928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7928C; }
p { color: rgb(215,146,140); }
H1.HeaderClassName
{
color: #D7928C;
}
.AnyTagClassName
{
color: #D7928C;
}
</style>
background-color css
<style>
a { background-color: #D7928C; }
a { background-color: rgb(215,146,140); }
div.DivClassName
{
background-color: #D7928C;
}
.BgClassName
{
background-color: #D7928C;
}
</style>
border-color css
<style>
span { border-color: #D7928C; }
span { border-color: rgb(215,146,140); }
td.TdClassName
{
border-color: #D7928C;
}
.TagClassName
{
border-color: #D7928C;
}
</style>