Shades of Petite Orchid #D19897
Tints of Petite Orchid #D19897
RGB
CMYK
RGB Variations
Color information
#D19897 (or 0xD19897) is known color: Petite Orchid. HEX triplet: D1, 98 and 97. RGB value is (209,152,151). Sum of RGB (Red+Green+Blue) = 209+152+151=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D19897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19897 is #2E6768. Grayscale: #A8A8A8. Windows color (decimal): -3041129 or 9935057. OLE color: 9935057.
HSL color Cylindrical-coordinate representation of color #D19897: hue angle of 1.03º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19897 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 151 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.18 |
| HSL | 1.03º | 0.39% | 0.71% | - |
| HSV(B) | 1.03º | 0.28% | 0.82% | - |
| XYZ | 43.11 | 38.25 | 34.39 | - |
| YUV | 168.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 151 | 0 | 0.27 | 0.28 | 0.18 | 1.03 | 0.39 | 0.71 |
| Hex | D1 | 98 | 97 | 0 | 1B | 1C | 12 | 1 | 27 | 47 |
| Octal | 321 | 230 | 227 | 0 | 33 | 34 | 22 | 1 | 47 | 107 |
| Binary | 11010001 | 10011000 | 10010111 | 0 | 11011 | 11100 | 10010 | 1 | 100111 | 1000111 |
Color Harmonies of #D19897
Complementary color
Monochromatic Colors of #D19897
Black with #D19897
Text Example
Text Example
White with #D19897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19897; }
p { color: rgb(209,152,151); }
H1.HeaderClassName
{
color: #D19897;
}
.AnyTagClassName
{
color: #D19897;
}
</style>
background-color css
<style>
a { background-color: #D19897; }
a { background-color: rgb(209,152,151); }
div.DivClassName
{
background-color: #D19897;
}
.BgClassName
{
background-color: #D19897;
}
</style>
border-color css
<style>
span { border-color: #D19897; }
span { border-color: rgb(209,152,151); }
td.TdClassName
{
border-color: #D19897;
}
.TagClassName
{
border-color: #D19897;
}
</style>