Shades of Orchid #D96AD6
Tints of Orchid #D96AD6
RGB
CMYK
RGB Variations
Color information
#D96AD6 (or 0xD96AD6) is known color: Orchid. HEX triplet: D9, 6A and D6. RGB value is (217,106,214). Sum of RGB (Red+Green+Blue) = 217+106+214=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AD6 is #269529. Grayscale: #979797. Windows color (decimal): -2528554 or 14052057. OLE color: 14052057.
HSL color Cylindrical-coordinate representation of color #D96AD6: hue angle of 301.62º 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 #D96AD6 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 214 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.15 |
| HSL | 301.62º | 0.59% | 0.63% | - |
| HSV(B) | 301.62º | 0.51% | 0.85% | - |
| XYZ | 45.91 | 29.91 | 66.97 | - |
| YUV | 151.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 214 | 0 | 0.51 | 0.01 | 0.15 | 301.62 | 0.59 | 0.63 |
| Hex | D9 | 6A | D6 | 0 | 33 | 1 | F | 12E | 3B | 3F |
| Octal | 331 | 152 | 326 | 0 | 63 | 1 | 17 | 456 | 73 | 77 |
| Binary | 11011001 | 1101010 | 11010110 | 0 | 110011 | 1 | 1111 | 100101110 | 111011 | 111111 |
Color Harmonies of #D96AD6
Complementary color
Monochromatic Colors of #D96AD6
Black with #D96AD6
Text Example
Text Example
White with #D96AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AD6; }
p { color: rgb(217,106,214); }
H1.HeaderClassName
{
color: #D96AD6;
}
.AnyTagClassName
{
color: #D96AD6;
}
</style>
background-color css
<style>
a { background-color: #D96AD6; }
a { background-color: rgb(217,106,214); }
div.DivClassName
{
background-color: #D96AD6;
}
.BgClassName
{
background-color: #D96AD6;
}
</style>
border-color css
<style>
span { border-color: #D96AD6; }
span { border-color: rgb(217,106,214); }
td.TdClassName
{
border-color: #D96AD6;
}
.TagClassName
{
border-color: #D96AD6;
}
</style>