Shades of Orchid #D96AD5
Tints of Orchid #D96AD5
RGB
CMYK
RGB Variations
Color information
#D96AD5 (or 0xD96AD5) is known color: Orchid. HEX triplet: D9, 6A and D5. RGB value is (217,106,213). Sum of RGB (Red+Green+Blue) = 217+106+213=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AD5 is #26952A. Grayscale: #979797. Windows color (decimal): -2528555 or 13986521. OLE color: 13986521.
HSL color Cylindrical-coordinate representation of color #D96AD5: hue angle of 302.16º 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 #D96AD5 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 213 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.15 |
| HSL | 302.16º | 0.59% | 0.63% | - |
| HSV(B) | 302.16º | 0.51% | 0.85% | - |
| XYZ | 45.78 | 29.86 | 66.3 | - |
| YUV | 151.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 213 | 0 | 0.51 | 0.02 | 0.15 | 302.16 | 0.59 | 0.63 |
| Hex | D9 | 6A | D5 | 0 | 33 | 2 | F | 12E | 3B | 3F |
| Octal | 331 | 152 | 325 | 0 | 63 | 2 | 17 | 456 | 73 | 77 |
| Binary | 11011001 | 1101010 | 11010101 | 0 | 110011 | 10 | 1111 | 100101110 | 111011 | 111111 |
Color Harmonies of #D96AD5
Complementary color
Monochromatic Colors of #D96AD5
Black with #D96AD5
Text Example
Text Example
White with #D96AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AD5; }
p { color: rgb(217,106,213); }
H1.HeaderClassName
{
color: #D96AD5;
}
.AnyTagClassName
{
color: #D96AD5;
}
</style>
background-color css
<style>
a { background-color: #D96AD5; }
a { background-color: rgb(217,106,213); }
div.DivClassName
{
background-color: #D96AD5;
}
.BgClassName
{
background-color: #D96AD5;
}
</style>
border-color css
<style>
span { border-color: #D96AD5; }
span { border-color: rgb(217,106,213); }
td.TdClassName
{
border-color: #D96AD5;
}
.TagClassName
{
border-color: #D96AD5;
}
</style>