Shades of Orchid #D56ED9
Tints of Orchid #D56ED9
RGB
CMYK
RGB Variations
Color information
#D56ED9 (or 0xD56ED9) is known color: Orchid. HEX triplet: D5, 6E and D9. RGB value is (213,110,217). Sum of RGB (Red+Green+Blue) = 213+110+217=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #D56ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ED9 is #2A9126. Grayscale: #989898. Windows color (decimal): -2789671 or 14249685. OLE color: 14249685.
HSL color Cylindrical-coordinate representation of color #D56ED9: hue angle of 297.76º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56ED9 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 110 | 217 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.15 |
| HSL | 297.76º | 0.58% | 0.64% | - |
| HSV(B) | 297.76º | 0.49% | 0.85% | - |
| XYZ | 45.54 | 30.31 | 69.1 | - |
| YUV | 153 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 217 | 0.02 | 0.49 | 0 | 0.15 | 297.76 | 0.58 | 0.64 |
| Hex | D5 | 6E | D9 | 2 | 31 | 0 | F | 12A | 3A | 40 |
| Octal | 325 | 156 | 331 | 2 | 61 | 0 | 17 | 452 | 72 | 100 |
| Binary | 11010101 | 1101110 | 11011001 | 10 | 110001 | 0 | 1111 | 100101010 | 111010 | 1000000 |
Color Harmonies of #D56ED9
Complementary color
Monochromatic Colors of #D56ED9
Black with #D56ED9
Text Example
Text Example
White with #D56ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56ED9; }
p { color: rgb(213,110,217); }
H1.HeaderClassName
{
color: #D56ED9;
}
.AnyTagClassName
{
color: #D56ED9;
}
</style>
background-color css
<style>
a { background-color: #D56ED9; }
a { background-color: rgb(213,110,217); }
div.DivClassName
{
background-color: #D56ED9;
}
.BgClassName
{
background-color: #D56ED9;
}
</style>
border-color css
<style>
span { border-color: #D56ED9; }
span { border-color: rgb(213,110,217); }
td.TdClassName
{
border-color: #D56ED9;
}
.TagClassName
{
border-color: #D56ED9;
}
</style>