Shades of Petite Orchid #D99689
Tints of Petite Orchid #D99689
RGB
CMYK
RGB Variations
Color information
#D99689 (or 0xD99689) is known color: Petite Orchid. HEX triplet: D9, 96 and 89. RGB value is (217,150,137). Sum of RGB (Red+Green+Blue) = 217+150+137=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D99689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99689 is #266976. Grayscale: #A8A8A8. Windows color (decimal): -2517367 or 9017049. OLE color: 9017049.
HSL color Cylindrical-coordinate representation of color #D99689: hue angle of 9.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D99689 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 137 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.15 |
| HSL | 9.75º | 0.51% | 0.69% | - |
| HSV(B) | 9.75º | 0.37% | 0.85% | - |
| XYZ | 44.04 | 38.37 | 28.75 | - |
| YUV | 168.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 137 | 0 | 0.31 | 0.37 | 0.15 | 9.75 | 0.51 | 0.69 |
| Hex | D9 | 96 | 89 | 0 | 1F | 25 | F | A | 33 | 45 |
| Octal | 331 | 226 | 211 | 0 | 37 | 45 | 17 | 12 | 63 | 105 |
| Binary | 11011001 | 10010110 | 10001001 | 0 | 11111 | 100101 | 1111 | 1010 | 110011 | 1000101 |
Color Harmonies of #D99689
Complementary color
Monochromatic Colors of #D99689
Black with #D99689
Text Example
Text Example
White with #D99689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99689; }
p { color: rgb(217,150,137); }
H1.HeaderClassName
{
color: #D99689;
}
.AnyTagClassName
{
color: #D99689;
}
</style>
background-color css
<style>
a { background-color: #D99689; }
a { background-color: rgb(217,150,137); }
div.DivClassName
{
background-color: #D99689;
}
.BgClassName
{
background-color: #D99689;
}
</style>
border-color css
<style>
span { border-color: #D99689; }
span { border-color: rgb(217,150,137); }
td.TdClassName
{
border-color: #D99689;
}
.TagClassName
{
border-color: #D99689;
}
</style>