Shades of Orchid #D56DBC
Tints of Orchid #D56DBC
RGB
CMYK
RGB Variations
Color information
#D56DBC (or 0xD56DBC) is known color: Orchid. HEX triplet: D5, 6D and BC. RGB value is (213,109,188). Sum of RGB (Red+Green+Blue) = 213+109+188=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DBC is #2A9243. Grayscale: #949494. Windows color (decimal): -2789956 or 12348885. OLE color: 12348885.
HSL color Cylindrical-coordinate representation of color #D56DBC: hue angle of 314.42º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56DBC is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 188 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.16 |
| HSL | 314.42º | 0.55% | 0.63% | - |
| HSV(B) | 314.42º | 0.49% | 0.84% | - |
| XYZ | 41.99 | 28.71 | 50.91 | - |
| YUV | 149.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 188 | 0 | 0.49 | 0.12 | 0.16 | 314.42 | 0.55 | 0.63 |
| Hex | D5 | 6D | BC | 0 | 31 | C | 10 | 13A | 37 | 3F |
| Octal | 325 | 155 | 274 | 0 | 61 | 14 | 20 | 472 | 67 | 77 |
| Binary | 11010101 | 1101101 | 10111100 | 0 | 110001 | 1100 | 10000 | 100111010 | 110111 | 111111 |
Color Harmonies of #D56DBC
Complementary color
Monochromatic Colors of #D56DBC
Black with #D56DBC
Text Example
Text Example
White with #D56DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56DBC; }
p { color: rgb(213,109,188); }
H1.HeaderClassName
{
color: #D56DBC;
}
.AnyTagClassName
{
color: #D56DBC;
}
</style>
background-color css
<style>
a { background-color: #D56DBC; }
a { background-color: rgb(213,109,188); }
div.DivClassName
{
background-color: #D56DBC;
}
.BgClassName
{
background-color: #D56DBC;
}
</style>
border-color css
<style>
span { border-color: #D56DBC; }
span { border-color: rgb(213,109,188); }
td.TdClassName
{
border-color: #D56DBC;
}
.TagClassName
{
border-color: #D56DBC;
}
</style>