Shades of Petite Orchid #D1928F
Tints of Petite Orchid #D1928F
RGB
CMYK
RGB Variations
Color information
#D1928F (or 0xD1928F) is known color: Petite Orchid. HEX triplet: D1, 92 and 8F. RGB value is (209,146,143). Sum of RGB (Red+Green+Blue) = 209+146+143=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1928F is #2E6D70. Grayscale: #A4A4A4. Windows color (decimal): -3042673 or 9409233. OLE color: 9409233.
HSL color Cylindrical-coordinate representation of color #D1928F: hue angle of 2.73º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1928F is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 143 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.18 |
| HSL | 2.73º | 0.42% | 0.69% | - |
| HSV(B) | 2.73º | 0.32% | 0.82% | - |
| XYZ | 41.53 | 36.1 | 30.76 | - |
| YUV | 164.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 143 | 0 | 0.30 | 0.32 | 0.18 | 2.73 | 0.42 | 0.69 |
| Hex | D1 | 92 | 8F | 0 | 1E | 20 | 12 | 3 | 2A | 45 |
| Octal | 321 | 222 | 217 | 0 | 36 | 40 | 22 | 3 | 52 | 105 |
| Binary | 11010001 | 10010010 | 10001111 | 0 | 11110 | 100000 | 10010 | 11 | 101010 | 1000101 |
Color Harmonies of #D1928F
Complementary color
Monochromatic Colors of #D1928F
Black with #D1928F
Text Example
Text Example
White with #D1928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1928F; }
p { color: rgb(209,146,143); }
H1.HeaderClassName
{
color: #D1928F;
}
.AnyTagClassName
{
color: #D1928F;
}
</style>
background-color css
<style>
a { background-color: #D1928F; }
a { background-color: rgb(209,146,143); }
div.DivClassName
{
background-color: #D1928F;
}
.BgClassName
{
background-color: #D1928F;
}
</style>
border-color css
<style>
span { border-color: #D1928F; }
span { border-color: rgb(209,146,143); }
td.TdClassName
{
border-color: #D1928F;
}
.TagClassName
{
border-color: #D1928F;
}
</style>