Shades of Orchid #D96ADE
Tints of Orchid #D96ADE
RGB
CMYK
RGB Variations
Color information
#D96ADE (or 0xD96ADE) is known color: Orchid. HEX triplet: D9, 6A and DE. RGB value is (217,106,222). Sum of RGB (Red+Green+Blue) = 217+106+222=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #D96ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ADE is #269521. Grayscale: #989898. Windows color (decimal): -2528546 or 14576345. OLE color: 14576345.
HSL color Cylindrical-coordinate representation of color #D96ADE: hue angle of 297.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96ADE is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 106 | 222 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.13 |
| HSL | 297.41º | 0.64% | 0.64% | - |
| HSV(B) | 297.41º | 0.52% | 0.87% | - |
| XYZ | 46.95 | 30.33 | 72.49 | - |
| YUV | 152.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 222 | 0.02 | 0.52 | 0 | 0.13 | 297.41 | 0.64 | 0.64 |
| Hex | D9 | 6A | DE | 2 | 34 | 0 | D | 129 | 40 | 40 |
| Octal | 331 | 152 | 336 | 2 | 64 | 0 | 15 | 451 | 100 | 100 |
| Binary | 11011001 | 1101010 | 11011110 | 10 | 110100 | 0 | 1101 | 100101001 | 1000000 | 1000000 |
Color Harmonies of #D96ADE
Complementary color
Monochromatic Colors of #D96ADE
Black with #D96ADE
Text Example
Text Example
White with #D96ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96ADE; }
p { color: rgb(217,106,222); }
H1.HeaderClassName
{
color: #D96ADE;
}
.AnyTagClassName
{
color: #D96ADE;
}
</style>
background-color css
<style>
a { background-color: #D96ADE; }
a { background-color: rgb(217,106,222); }
div.DivClassName
{
background-color: #D96ADE;
}
.BgClassName
{
background-color: #D96ADE;
}
</style>
border-color css
<style>
span { border-color: #D96ADE; }
span { border-color: rgb(217,106,222); }
td.TdClassName
{
border-color: #D96ADE;
}
.TagClassName
{
border-color: #D96ADE;
}
</style>