Shades of Petite Orchid #D19493
Tints of Petite Orchid #D19493
RGB
CMYK
RGB Variations
Color information
#D19493 (or 0xD19493) is known color: Petite Orchid. HEX triplet: D1, 94 and 93. RGB value is (209,148,147). Sum of RGB (Red+Green+Blue) = 209+148+147=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D19493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19493 is #2E6B6C. Grayscale: #A6A6A6. Windows color (decimal): -3042157 or 9671889. OLE color: 9671889.
HSL color Cylindrical-coordinate representation of color #D19493: hue angle of 0.97º degrees, saturation: 0.4, 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 #D19493 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 147 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.18 |
| HSL | 0.97º | 0.4% | 0.7% | - |
| HSV(B) | 0.97º | 0.3% | 0.82% | - |
| XYZ | 42.15 | 36.84 | 32.49 | - |
| YUV | 166.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 147 | 0 | 0.29 | 0.30 | 0.18 | 0.97 | 0.4 | 0.7 |
| Hex | D1 | 94 | 93 | 0 | 1D | 1E | 12 | 1 | 28 | 46 |
| Octal | 321 | 224 | 223 | 0 | 35 | 36 | 22 | 1 | 50 | 106 |
| Binary | 11010001 | 10010100 | 10010011 | 0 | 11101 | 11110 | 10010 | 1 | 101000 | 1000110 |
Color Harmonies of #D19493
Complementary color
Monochromatic Colors of #D19493
Black with #D19493
Text Example
Text Example
White with #D19493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19493; }
p { color: rgb(209,148,147); }
H1.HeaderClassName
{
color: #D19493;
}
.AnyTagClassName
{
color: #D19493;
}
</style>
background-color css
<style>
a { background-color: #D19493; }
a { background-color: rgb(209,148,147); }
div.DivClassName
{
background-color: #D19493;
}
.BgClassName
{
background-color: #D19493;
}
</style>
border-color css
<style>
span { border-color: #D19493; }
span { border-color: rgb(209,148,147); }
td.TdClassName
{
border-color: #D19493;
}
.TagClassName
{
border-color: #D19493;
}
</style>