Shades of Orchid #D56EC1
Tints of Orchid #D56EC1
RGB
CMYK
RGB Variations
Color information
#D56EC1 (or 0xD56EC1) is known color: Orchid. HEX triplet: D5, 6E and C1. RGB value is (213,110,193). Sum of RGB (Red+Green+Blue) = 213+110+193=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EC1 is #2A913E. Grayscale: #969696. Windows color (decimal): -2789695 or 12676821. OLE color: 12676821.
HSL color Cylindrical-coordinate representation of color #D56EC1: hue angle of 311.65º 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 #D56EC1 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 193 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.16 |
| HSL | 311.65º | 0.55% | 0.63% | - |
| HSV(B) | 311.65º | 0.48% | 0.84% | - |
| XYZ | 42.64 | 29.15 | 53.83 | - |
| YUV | 150.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 193 | 0 | 0.48 | 0.09 | 0.16 | 311.65 | 0.55 | 0.63 |
| Hex | D5 | 6E | C1 | 0 | 30 | 9 | 10 | 138 | 37 | 3F |
| Octal | 325 | 156 | 301 | 0 | 60 | 11 | 20 | 470 | 67 | 77 |
| Binary | 11010101 | 1101110 | 11000001 | 0 | 110000 | 1001 | 10000 | 100111000 | 110111 | 111111 |
Color Harmonies of #D56EC1
Complementary color
Monochromatic Colors of #D56EC1
Black with #D56EC1
Text Example
Text Example
White with #D56EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56EC1; }
p { color: rgb(213,110,193); }
H1.HeaderClassName
{
color: #D56EC1;
}
.AnyTagClassName
{
color: #D56EC1;
}
</style>
background-color css
<style>
a { background-color: #D56EC1; }
a { background-color: rgb(213,110,193); }
div.DivClassName
{
background-color: #D56EC1;
}
.BgClassName
{
background-color: #D56EC1;
}
</style>
border-color css
<style>
span { border-color: #D56EC1; }
span { border-color: rgb(213,110,193); }
td.TdClassName
{
border-color: #D56EC1;
}
.TagClassName
{
border-color: #D56EC1;
}
</style>