Shades of Petite Orchid #D19C9B
Tints of Petite Orchid #D19C9B
RGB
CMYK
RGB Variations
Color information
#D19C9B (or 0xD19C9B) is known color: Petite Orchid. HEX triplet: D1, 9C and 9B. RGB value is (209,156,155). Sum of RGB (Red+Green+Blue) = 209+156+155=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C9B is #2E6364. Grayscale: #ABABAB. Windows color (decimal): -3040101 or 10198225. OLE color: 10198225.
HSL color Cylindrical-coordinate representation of color #D19C9B: hue angle of 1.11º 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 #D19C9B is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 156 | 155 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.18 |
| HSL | 1.11º | 0.37% | 0.71% | - |
| HSV(B) | 1.11º | 0.26% | 0.82% | - |
| XYZ | 44.1 | 39.7 | 36.35 | - |
| YUV | 171.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 156 | 155 | 0 | 0.25 | 0.26 | 0.18 | 1.11 | 0.37 | 0.71 |
| Hex | D1 | 9C | 9B | 0 | 19 | 1A | 12 | 1 | 25 | 47 |
| Octal | 321 | 234 | 233 | 0 | 31 | 32 | 22 | 1 | 45 | 107 |
| Binary | 11010001 | 10011100 | 10011011 | 0 | 11001 | 11010 | 10010 | 1 | 100101 | 1000111 |
Color Harmonies of #D19C9B
Complementary color
Monochromatic Colors of #D19C9B
Black with #D19C9B
Text Example
Text Example
White with #D19C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19C9B; }
p { color: rgb(209,156,155); }
H1.HeaderClassName
{
color: #D19C9B;
}
.AnyTagClassName
{
color: #D19C9B;
}
</style>
background-color css
<style>
a { background-color: #D19C9B; }
a { background-color: rgb(209,156,155); }
div.DivClassName
{
background-color: #D19C9B;
}
.BgClassName
{
background-color: #D19C9B;
}
</style>
border-color css
<style>
span { border-color: #D19C9B; }
span { border-color: rgb(209,156,155); }
td.TdClassName
{
border-color: #D19C9B;
}
.TagClassName
{
border-color: #D19C9B;
}
</style>