Shades of Orchid #D56FDB
Tints of Orchid #D56FDB
RGB
CMYK
RGB Variations
Color information
#D56FDB (or 0xD56FDB) is known color: Orchid. HEX triplet: D5, 6F and DB. RGB value is (213,111,219). Sum of RGB (Red+Green+Blue) = 213+111+219=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #D56FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FDB is #2A9024. Grayscale: #999999. Windows color (decimal): -2789413 or 14381013. OLE color: 14381013.
HSL color Cylindrical-coordinate representation of color #D56FDB: hue angle of 296.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56FDB is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 111 | 219 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.14 |
| HSL | 296.67º | 0.6% | 0.65% | - |
| HSV(B) | 296.67º | 0.49% | 0.86% | - |
| XYZ | 45.91 | 30.63 | 70.51 | - |
| YUV | 153.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 219 | 0.03 | 0.49 | 0 | 0.14 | 296.67 | 0.6 | 0.65 |
| Hex | D5 | 6F | DB | 3 | 31 | 0 | E | 129 | 3C | 41 |
| Octal | 325 | 157 | 333 | 3 | 61 | 0 | 16 | 451 | 74 | 101 |
| Binary | 11010101 | 1101111 | 11011011 | 11 | 110001 | 0 | 1110 | 100101001 | 111100 | 1000001 |
Color Harmonies of #D56FDB
Complementary color
Monochromatic Colors of #D56FDB
Black with #D56FDB
Text Example
Text Example
White with #D56FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FDB; }
p { color: rgb(213,111,219); }
H1.HeaderClassName
{
color: #D56FDB;
}
.AnyTagClassName
{
color: #D56FDB;
}
</style>
background-color css
<style>
a { background-color: #D56FDB; }
a { background-color: rgb(213,111,219); }
div.DivClassName
{
background-color: #D56FDB;
}
.BgClassName
{
background-color: #D56FDB;
}
</style>
border-color css
<style>
span { border-color: #D56FDB; }
span { border-color: rgb(213,111,219); }
td.TdClassName
{
border-color: #D56FDB;
}
.TagClassName
{
border-color: #D56FDB;
}
</style>