Shades of Orchid #D96AB7
Tints of Orchid #D96AB7
RGB
CMYK
RGB Variations
Color information
#D96AB7 (or 0xD96AB7) is known color: Orchid. HEX triplet: D9, 6A and B7. RGB value is (217,106,183). Sum of RGB (Red+Green+Blue) = 217+106+183=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AB7 is #269548. Grayscale: #939393. Windows color (decimal): -2528585 or 12020441. OLE color: 12020441.
HSL color Cylindrical-coordinate representation of color #D96AB7: hue angle of 318.38º 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 #D96AB7 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 183 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.15 |
| HSL | 318.38º | 0.59% | 0.63% | - |
| HSV(B) | 318.38º | 0.51% | 0.85% | - |
| XYZ | 42.32 | 28.48 | 48.07 | - |
| YUV | 147.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 183 | 0 | 0.51 | 0.16 | 0.15 | 318.38 | 0.59 | 0.63 |
| Hex | D9 | 6A | B7 | 0 | 33 | 10 | F | 13E | 3B | 3F |
| Octal | 331 | 152 | 267 | 0 | 63 | 20 | 17 | 476 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10110111 | 0 | 110011 | 10000 | 1111 | 100111110 | 111011 | 111111 |
Color Harmonies of #D96AB7
Complementary color
Monochromatic Colors of #D96AB7
Black with #D96AB7
Text Example
Text Example
White with #D96AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AB7; }
p { color: rgb(217,106,183); }
H1.HeaderClassName
{
color: #D96AB7;
}
.AnyTagClassName
{
color: #D96AB7;
}
</style>
background-color css
<style>
a { background-color: #D96AB7; }
a { background-color: rgb(217,106,183); }
div.DivClassName
{
background-color: #D96AB7;
}
.BgClassName
{
background-color: #D96AB7;
}
</style>
border-color css
<style>
span { border-color: #D96AB7; }
span { border-color: rgb(217,106,183); }
td.TdClassName
{
border-color: #D96AB7;
}
.TagClassName
{
border-color: #D96AB7;
}
</style>