Shades of Orchid #D96AD0
Tints of Orchid #D96AD0
RGB
CMYK
RGB Variations
Color information
#D96AD0 (or 0xD96AD0) is known color: Orchid. HEX triplet: D9, 6A and D0. RGB value is (217,106,208). Sum of RGB (Red+Green+Blue) = 217+106+208=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AD0 is #26952F. Grayscale: #969696. Windows color (decimal): -2528560 or 13658841. OLE color: 13658841.
HSL color Cylindrical-coordinate representation of color #D96AD0: hue angle of 304.86º 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 #D96AD0 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 208 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.15 |
| HSL | 304.86º | 0.59% | 0.63% | - |
| HSV(B) | 304.86º | 0.51% | 0.85% | - |
| XYZ | 45.15 | 29.61 | 63.01 | - |
| YUV | 150.82 | 160.27 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 208 | 0 | 0.51 | 0.04 | 0.15 | 304.86 | 0.59 | 0.63 |
| Hex | D9 | 6A | D0 | 0 | 33 | 4 | F | 131 | 3B | 3F |
| Octal | 331 | 152 | 320 | 0 | 63 | 4 | 17 | 461 | 73 | 77 |
| Binary | 11011001 | 1101010 | 11010000 | 0 | 110011 | 100 | 1111 | 100110001 | 111011 | 111111 |
Color Harmonies of #D96AD0
Complementary color
Monochromatic Colors of #D96AD0
Black with #D96AD0
Text Example
Text Example
White with #D96AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AD0; }
p { color: rgb(217,106,208); }
H1.HeaderClassName
{
color: #D96AD0;
}
.AnyTagClassName
{
color: #D96AD0;
}
</style>
background-color css
<style>
a { background-color: #D96AD0; }
a { background-color: rgb(217,106,208); }
div.DivClassName
{
background-color: #D96AD0;
}
.BgClassName
{
background-color: #D96AD0;
}
</style>
border-color css
<style>
span { border-color: #D96AD0; }
span { border-color: rgb(217,106,208); }
td.TdClassName
{
border-color: #D96AD0;
}
.TagClassName
{
border-color: #D96AD0;
}
</style>