Shades of Petite Orchid #D1928C
Tints of Petite Orchid #D1928C
RGB
CMYK
RGB Variations
Color information
#D1928C (or 0xD1928C) is known color: Petite Orchid. HEX triplet: D1, 92 and 8C. RGB value is (209,146,140). Sum of RGB (Red+Green+Blue) = 209+146+140=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1928C is #2E6D73. Grayscale: #A4A4A4. Windows color (decimal): -3042676 or 9212625. OLE color: 9212625.
HSL color Cylindrical-coordinate representation of color #D1928C: hue angle of 5.22º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1928C is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 140 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.18 |
| HSL | 5.22º | 0.43% | 0.68% | - |
| HSV(B) | 5.22º | 0.33% | 0.82% | - |
| XYZ | 41.31 | 36.01 | 29.58 | - |
| YUV | 164.15 | 114.37 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 140 | 0 | 0.30 | 0.33 | 0.18 | 5.22 | 0.43 | 0.68 |
| Hex | D1 | 92 | 8C | 0 | 1E | 21 | 12 | 5 | 2B | 44 |
| Octal | 321 | 222 | 214 | 0 | 36 | 41 | 22 | 5 | 53 | 104 |
| Binary | 11010001 | 10010010 | 10001100 | 0 | 11110 | 100001 | 10010 | 101 | 101011 | 1000100 |
Color Harmonies of #D1928C
Complementary color
Monochromatic Colors of #D1928C
Black with #D1928C
Text Example
Text Example
White with #D1928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1928C; }
p { color: rgb(209,146,140); }
H1.HeaderClassName
{
color: #D1928C;
}
.AnyTagClassName
{
color: #D1928C;
}
</style>
background-color css
<style>
a { background-color: #D1928C; }
a { background-color: rgb(209,146,140); }
div.DivClassName
{
background-color: #D1928C;
}
.BgClassName
{
background-color: #D1928C;
}
</style>
border-color css
<style>
span { border-color: #D1928C; }
span { border-color: rgb(209,146,140); }
td.TdClassName
{
border-color: #D1928C;
}
.TagClassName
{
border-color: #D1928C;
}
</style>