Shades of Orchid #D96AB9
Tints of Orchid #D96AB9
RGB
CMYK
RGB Variations
Color information
#D96AB9 (or 0xD96AB9) is known color: Orchid. HEX triplet: D9, 6A and B9. RGB value is (217,106,185). Sum of RGB (Red+Green+Blue) = 217+106+185=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AB9 is #269546. Grayscale: #939393. Windows color (decimal): -2528583 or 12151513. OLE color: 12151513.
HSL color Cylindrical-coordinate representation of color #D96AB9: hue angle of 317.3º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96AB9 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 185 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.15 |
| HSL | 317.3º | 0.59% | 0.63% | - |
| HSV(B) | 317.3º | 0.51% | 0.85% | - |
| XYZ | 42.53 | 28.56 | 49.17 | - |
| YUV | 148.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 185 | 0 | 0.51 | 0.15 | 0.15 | 317.3 | 0.59 | 0.63 |
| Hex | D9 | 6A | B9 | 0 | 33 | F | F | 13D | 3B | 3F |
| Octal | 331 | 152 | 271 | 0 | 63 | 17 | 17 | 475 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10111001 | 0 | 110011 | 1111 | 1111 | 100111101 | 111011 | 111111 |
Color Harmonies of #D96AB9
Complementary color
Monochromatic Colors of #D96AB9
Black with #D96AB9
Text Example
Text Example
White with #D96AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AB9; }
p { color: rgb(217,106,185); }
H1.HeaderClassName
{
color: #D96AB9;
}
.AnyTagClassName
{
color: #D96AB9;
}
</style>
background-color css
<style>
a { background-color: #D96AB9; }
a { background-color: rgb(217,106,185); }
div.DivClassName
{
background-color: #D96AB9;
}
.BgClassName
{
background-color: #D96AB9;
}
</style>
border-color css
<style>
span { border-color: #D96AB9; }
span { border-color: rgb(217,106,185); }
td.TdClassName
{
border-color: #D96AB9;
}
.TagClassName
{
border-color: #D96AB9;
}
</style>