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