Shades of Orchid #D96AD2
Tints of Orchid #D96AD2
RGB
CMYK
RGB Variations
Color information
#D96AD2 (or 0xD96AD2) is known color: Orchid. HEX triplet: D9, 6A and D2. RGB value is (217,106,210). Sum of RGB (Red+Green+Blue) = 217+106+210=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96AD2 is #26952D. Grayscale: #969696. Windows color (decimal): -2528558 or 13789913. OLE color: 13789913.
HSL color Cylindrical-coordinate representation of color #D96AD2: hue angle of 303.78º 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 #D96AD2 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 210 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.15 |
| HSL | 303.78º | 0.59% | 0.63% | - |
| HSV(B) | 303.78º | 0.51% | 0.85% | - |
| XYZ | 45.4 | 29.71 | 64.31 | - |
| YUV | 151.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 210 | 0 | 0.51 | 0.03 | 0.15 | 303.78 | 0.59 | 0.63 |
| Hex | D9 | 6A | D2 | 0 | 33 | 3 | F | 130 | 3B | 3F |
| Octal | 331 | 152 | 322 | 0 | 63 | 3 | 17 | 460 | 73 | 77 |
| Binary | 11011001 | 1101010 | 11010010 | 0 | 110011 | 11 | 1111 | 100110000 | 111011 | 111111 |
Color Harmonies of #D96AD2
Complementary color
Monochromatic Colors of #D96AD2
Black with #D96AD2
Text Example
Text Example
White with #D96AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AD2; }
p { color: rgb(217,106,210); }
H1.HeaderClassName
{
color: #D96AD2;
}
.AnyTagClassName
{
color: #D96AD2;
}
</style>
background-color css
<style>
a { background-color: #D96AD2; }
a { background-color: rgb(217,106,210); }
div.DivClassName
{
background-color: #D96AD2;
}
.BgClassName
{
background-color: #D96AD2;
}
</style>
border-color css
<style>
span { border-color: #D96AD2; }
span { border-color: rgb(217,106,210); }
td.TdClassName
{
border-color: #D96AD2;
}
.TagClassName
{
border-color: #D96AD2;
}
</style>