Shades of Orchid #D56ADB
Tints of Orchid #D56ADB
RGB
CMYK
RGB Variations
Color information
#D56ADB (or 0xD56ADB) is known color: Orchid. HEX triplet: D5, 6A and DB. RGB value is (213,106,219). Sum of RGB (Red+Green+Blue) = 213+106+219=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #D56ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ADB is #2A9524. Grayscale: #969696. Windows color (decimal): -2790693 or 14379733. OLE color: 14379733.
HSL color Cylindrical-coordinate representation of color #D56ADB: hue angle of 296.81º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56ADB is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 106 | 219 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.14 |
| HSL | 296.81º | 0.61% | 0.64% | - |
| HSV(B) | 296.81º | 0.52% | 0.86% | - |
| XYZ | 45.38 | 29.57 | 70.33 | - |
| YUV | 150.88 | 166.45 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 219 | 0.03 | 0.52 | 0 | 0.14 | 296.81 | 0.61 | 0.64 |
| Hex | D5 | 6A | DB | 3 | 34 | 0 | E | 129 | 3D | 40 |
| Octal | 325 | 152 | 333 | 3 | 64 | 0 | 16 | 451 | 75 | 100 |
| Binary | 11010101 | 1101010 | 11011011 | 11 | 110100 | 0 | 1110 | 100101001 | 111101 | 1000000 |
Color Harmonies of #D56ADB
Complementary color
Monochromatic Colors of #D56ADB
Black with #D56ADB
Text Example
Text Example
White with #D56ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56ADB; }
p { color: rgb(213,106,219); }
H1.HeaderClassName
{
color: #D56ADB;
}
.AnyTagClassName
{
color: #D56ADB;
}
</style>
background-color css
<style>
a { background-color: #D56ADB; }
a { background-color: rgb(213,106,219); }
div.DivClassName
{
background-color: #D56ADB;
}
.BgClassName
{
background-color: #D56ADB;
}
</style>
border-color css
<style>
span { border-color: #D56ADB; }
span { border-color: rgb(213,106,219); }
td.TdClassName
{
border-color: #D56ADB;
}
.TagClassName
{
border-color: #D56ADB;
}
</style>