Shades of Petite Orchid #D7928B
Tints of Petite Orchid #D7928B
RGB
CMYK
RGB Variations
Color information
#D7928B (or 0xD7928B) is known color: Petite Orchid. HEX triplet: D7, 92 and 8B. RGB value is (215,146,139). Sum of RGB (Red+Green+Blue) = 215+146+139=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7928B is #286D74. Grayscale: #A5A5A5. Windows color (decimal): -2649461 or 9147095. OLE color: 9147095.
HSL color Cylindrical-coordinate representation of color #D7928B: hue angle of 5.53º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7928B is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 139 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.16 |
| HSL | 5.53º | 0.49% | 0.69% | - |
| HSV(B) | 5.53º | 0.35% | 0.84% | - |
| XYZ | 42.96 | 36.87 | 29.28 | - |
| YUV | 165.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 139 | 0 | 0.32 | 0.35 | 0.16 | 5.53 | 0.49 | 0.69 |
| Hex | D7 | 92 | 8B | 0 | 20 | 23 | 10 | 6 | 31 | 45 |
| Octal | 327 | 222 | 213 | 0 | 40 | 43 | 20 | 6 | 61 | 105 |
| Binary | 11010111 | 10010010 | 10001011 | 0 | 100000 | 100011 | 10000 | 110 | 110001 | 1000101 |
Color Harmonies of #D7928B
Complementary color
Monochromatic Colors of #D7928B
Black with #D7928B
Text Example
Text Example
White with #D7928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7928B; }
p { color: rgb(215,146,139); }
H1.HeaderClassName
{
color: #D7928B;
}
.AnyTagClassName
{
color: #D7928B;
}
</style>
background-color css
<style>
a { background-color: #D7928B; }
a { background-color: rgb(215,146,139); }
div.DivClassName
{
background-color: #D7928B;
}
.BgClassName
{
background-color: #D7928B;
}
</style>
border-color css
<style>
span { border-color: #D7928B; }
span { border-color: rgb(215,146,139); }
td.TdClassName
{
border-color: #D7928B;
}
.TagClassName
{
border-color: #D7928B;
}
</style>