Shades of Orchid #D56ED2
Tints of Orchid #D56ED2
RGB
CMYK
RGB Variations
Color information
#D56ED2 (or 0xD56ED2) is known color: Orchid. HEX triplet: D5, 6E and D2. RGB value is (213,110,210). Sum of RGB (Red+Green+Blue) = 213+110+210=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ED2 is #2A912D. Grayscale: #979797. Windows color (decimal): -2789678 or 13790933. OLE color: 13790933.
HSL color Cylindrical-coordinate representation of color #D56ED2: hue angle of 301.75º 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 #D56ED2 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 210 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.16 |
| HSL | 301.75º | 0.55% | 0.63% | - |
| HSV(B) | 301.75º | 0.48% | 0.84% | - |
| XYZ | 44.65 | 29.95 | 64.4 | - |
| YUV | 152.2 | 160.62 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 210 | 0 | 0.48 | 0.01 | 0.16 | 301.75 | 0.55 | 0.63 |
| Hex | D5 | 6E | D2 | 0 | 30 | 1 | 10 | 12E | 37 | 3F |
| Octal | 325 | 156 | 322 | 0 | 60 | 1 | 20 | 456 | 67 | 77 |
| Binary | 11010101 | 1101110 | 11010010 | 0 | 110000 | 1 | 10000 | 100101110 | 110111 | 111111 |
Color Harmonies of #D56ED2
Complementary color
Monochromatic Colors of #D56ED2
Black with #D56ED2
Text Example
Text Example
White with #D56ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56ED2; }
p { color: rgb(213,110,210); }
H1.HeaderClassName
{
color: #D56ED2;
}
.AnyTagClassName
{
color: #D56ED2;
}
</style>
background-color css
<style>
a { background-color: #D56ED2; }
a { background-color: rgb(213,110,210); }
div.DivClassName
{
background-color: #D56ED2;
}
.BgClassName
{
background-color: #D56ED2;
}
</style>
border-color css
<style>
span { border-color: #D56ED2; }
span { border-color: rgb(213,110,210); }
td.TdClassName
{
border-color: #D56ED2;
}
.TagClassName
{
border-color: #D56ED2;
}
</style>