Shades of Orchid #D56ECD
Tints of Orchid #D56ECD
RGB
CMYK
RGB Variations
Color information
#D56ECD (or 0xD56ECD) is known color: Orchid. HEX triplet: D5, 6E and CD. RGB value is (213,110,205). Sum of RGB (Red+Green+Blue) = 213+110+205=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ECD is #2A9132. Grayscale: #979797. Windows color (decimal): -2789683 or 13463253. OLE color: 13463253.
HSL color Cylindrical-coordinate representation of color #D56ECD: hue angle of 304.66º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56ECD is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 205 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.16 |
| HSL | 304.66º | 0.55% | 0.63% | - |
| HSV(B) | 304.66º | 0.48% | 0.84% | - |
| XYZ | 44.04 | 29.71 | 61.17 | - |
| YUV | 151.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 205 | 0 | 0.48 | 0.04 | 0.16 | 304.66 | 0.55 | 0.63 |
| Hex | D5 | 6E | CD | 0 | 30 | 4 | 10 | 131 | 37 | 3F |
| Octal | 325 | 156 | 315 | 0 | 60 | 4 | 20 | 461 | 67 | 77 |
| Binary | 11010101 | 1101110 | 11001101 | 0 | 110000 | 100 | 10000 | 100110001 | 110111 | 111111 |
Color Harmonies of #D56ECD
Complementary color
Monochromatic Colors of #D56ECD
Black with #D56ECD
Text Example
Text Example
White with #D56ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56ECD; }
p { color: rgb(213,110,205); }
H1.HeaderClassName
{
color: #D56ECD;
}
.AnyTagClassName
{
color: #D56ECD;
}
</style>
background-color css
<style>
a { background-color: #D56ECD; }
a { background-color: rgb(213,110,205); }
div.DivClassName
{
background-color: #D56ECD;
}
.BgClassName
{
background-color: #D56ECD;
}
</style>
border-color css
<style>
span { border-color: #D56ECD; }
span { border-color: rgb(213,110,205); }
td.TdClassName
{
border-color: #D56ECD;
}
.TagClassName
{
border-color: #D56ECD;
}
</style>