Shades of Petite Orchid #D19C9A
Tints of Petite Orchid #D19C9A
RGB
CMYK
RGB Variations
Color information
#D19C9A (or 0xD19C9A) is known color: Petite Orchid. HEX triplet: D1, 9C and 9A. RGB value is (209,156,154). Sum of RGB (Red+Green+Blue) = 209+156+154=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C9A is #2E6365. Grayscale: #ABABAB. Windows color (decimal): -3040102 or 10132689. OLE color: 10132689.
HSL color Cylindrical-coordinate representation of color #D19C9A: hue angle of 2.18º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19C9A is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 154 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.18 |
| HSL | 2.18º | 0.37% | 0.71% | - |
| HSV(B) | 2.18º | 0.26% | 0.82% | - |
| XYZ | 44.02 | 39.67 | 35.91 | - |
| YUV | 171.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 154 | 0 | 0.25 | 0.26 | 0.18 | 2.18 | 0.37 | 0.71 |
| Hex | D1 | 9C | 9A | 0 | 19 | 1A | 12 | 2 | 25 | 47 |
| Octal | 321 | 234 | 232 | 0 | 31 | 32 | 22 | 2 | 45 | 107 |
| Binary | 11010001 | 10011100 | 10011010 | 0 | 11001 | 11010 | 10010 | 10 | 100101 | 1000111 |
Color Harmonies of #D19C9A
Complementary color
Monochromatic Colors of #D19C9A
Black with #D19C9A
Text Example
Text Example
White with #D19C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19C9A; }
p { color: rgb(209,156,154); }
H1.HeaderClassName
{
color: #D19C9A;
}
.AnyTagClassName
{
color: #D19C9A;
}
</style>
background-color css
<style>
a { background-color: #D19C9A; }
a { background-color: rgb(209,156,154); }
div.DivClassName
{
background-color: #D19C9A;
}
.BgClassName
{
background-color: #D19C9A;
}
</style>
border-color css
<style>
span { border-color: #D19C9A; }
span { border-color: rgb(209,156,154); }
td.TdClassName
{
border-color: #D19C9A;
}
.TagClassName
{
border-color: #D19C9A;
}
</style>