Shades of Orchid #D56EDD
Tints of Orchid #D56EDD
RGB
CMYK
RGB Variations
Color information
#D56EDD (or 0xD56EDD) is known color: Orchid. HEX triplet: D5, 6E and DD. RGB value is (213,110,221). Sum of RGB (Red+Green+Blue) = 213+110+221=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #D56EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EDD is #2A9122. Grayscale: #999999. Windows color (decimal): -2789667 or 14511829. OLE color: 14511829.
HSL color Cylindrical-coordinate representation of color #D56EDD: hue angle of 295.68º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56EDD is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 110 | 221 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.13 |
| HSL | 295.68º | 0.62% | 0.65% | - |
| HSV(B) | 295.68º | 0.5% | 0.87% | - |
| XYZ | 46.07 | 30.52 | 71.87 | - |
| YUV | 153.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 221 | 0.04 | 0.50 | 0 | 0.13 | 295.68 | 0.62 | 0.65 |
| Hex | D5 | 6E | DD | 4 | 32 | 0 | D | 128 | 3E | 41 |
| Octal | 325 | 156 | 335 | 4 | 62 | 0 | 15 | 450 | 76 | 101 |
| Binary | 11010101 | 1101110 | 11011101 | 100 | 110010 | 0 | 1101 | 100101000 | 111110 | 1000001 |
Color Harmonies of #D56EDD
Complementary color
Monochromatic Colors of #D56EDD
Black with #D56EDD
Text Example
Text Example
White with #D56EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56EDD; }
p { color: rgb(213,110,221); }
H1.HeaderClassName
{
color: #D56EDD;
}
.AnyTagClassName
{
color: #D56EDD;
}
</style>
background-color css
<style>
a { background-color: #D56EDD; }
a { background-color: rgb(213,110,221); }
div.DivClassName
{
background-color: #D56EDD;
}
.BgClassName
{
background-color: #D56EDD;
}
</style>
border-color css
<style>
span { border-color: #D56EDD; }
span { border-color: rgb(213,110,221); }
td.TdClassName
{
border-color: #D56EDD;
}
.TagClassName
{
border-color: #D56EDD;
}
</style>