Shades of Orchid #D56EDB
Tints of Orchid #D56EDB
RGB
CMYK
RGB Variations
Color information
#D56EDB (or 0xD56EDB) is known color: Orchid. HEX triplet: D5, 6E and DB. RGB value is (213,110,219). Sum of RGB (Red+Green+Blue) = 213+110+219=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #D56EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EDB is #2A9124. Grayscale: #989898. Windows color (decimal): -2789669 or 14380757. OLE color: 14380757.
HSL color Cylindrical-coordinate representation of color #D56EDB: hue angle of 296.7º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56EDB is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 110 | 219 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.14 |
| HSL | 296.7º | 0.6% | 0.65% | - |
| HSV(B) | 296.7º | 0.5% | 0.86% | - |
| XYZ | 45.8 | 30.41 | 70.47 | - |
| YUV | 153.22 | 165.12 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 219 | 0.03 | 0.50 | 0 | 0.14 | 296.7 | 0.6 | 0.65 |
| Hex | D5 | 6E | DB | 3 | 32 | 0 | E | 129 | 3C | 41 |
| Octal | 325 | 156 | 333 | 3 | 62 | 0 | 16 | 451 | 74 | 101 |
| Binary | 11010101 | 1101110 | 11011011 | 11 | 110010 | 0 | 1110 | 100101001 | 111100 | 1000001 |
Color Harmonies of #D56EDB
Complementary color
Monochromatic Colors of #D56EDB
Black with #D56EDB
Text Example
Text Example
White with #D56EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56EDB; }
p { color: rgb(213,110,219); }
H1.HeaderClassName
{
color: #D56EDB;
}
.AnyTagClassName
{
color: #D56EDB;
}
</style>
background-color css
<style>
a { background-color: #D56EDB; }
a { background-color: rgb(213,110,219); }
div.DivClassName
{
background-color: #D56EDB;
}
.BgClassName
{
background-color: #D56EDB;
}
</style>
border-color css
<style>
span { border-color: #D56EDB; }
span { border-color: rgb(213,110,219); }
td.TdClassName
{
border-color: #D56EDB;
}
.TagClassName
{
border-color: #D56EDB;
}
</style>