Shades of Petite Orchid #D19492
Tints of Petite Orchid #D19492
RGB
CMYK
RGB Variations
Color information
#D19492 (or 0xD19492) is known color: Petite Orchid. HEX triplet: D1, 94 and 92. RGB value is (209,148,146). Sum of RGB (Red+Green+Blue) = 209+148+146=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D19492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19492 is #2E6B6D. Grayscale: #A6A6A6. Windows color (decimal): -3042158 or 9606353. OLE color: 9606353.
HSL color Cylindrical-coordinate representation of color #D19492: hue angle of 1.9º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19492 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 146 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.18 |
| HSL | 1.9º | 0.41% | 0.7% | - |
| HSV(B) | 1.9º | 0.3% | 0.82% | - |
| XYZ | 42.07 | 36.81 | 32.08 | - |
| YUV | 166.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 146 | 0 | 0.29 | 0.30 | 0.18 | 1.9 | 0.41 | 0.7 |
| Hex | D1 | 94 | 92 | 0 | 1D | 1E | 12 | 2 | 29 | 46 |
| Octal | 321 | 224 | 222 | 0 | 35 | 36 | 22 | 2 | 51 | 106 |
| Binary | 11010001 | 10010100 | 10010010 | 0 | 11101 | 11110 | 10010 | 10 | 101001 | 1000110 |
Color Harmonies of #D19492
Complementary color
Monochromatic Colors of #D19492
Black with #D19492
Text Example
Text Example
White with #D19492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19492; }
p { color: rgb(209,148,146); }
H1.HeaderClassName
{
color: #D19492;
}
.AnyTagClassName
{
color: #D19492;
}
</style>
background-color css
<style>
a { background-color: #D19492; }
a { background-color: rgb(209,148,146); }
div.DivClassName
{
background-color: #D19492;
}
.BgClassName
{
background-color: #D19492;
}
</style>
border-color css
<style>
span { border-color: #D19492; }
span { border-color: rgb(209,148,146); }
td.TdClassName
{
border-color: #D19492;
}
.TagClassName
{
border-color: #D19492;
}
</style>