Shades of Orchid #D56BDC
Tints of Orchid #D56BDC
RGB
CMYK
RGB Variations
Color information
#D56BDC (or 0xD56BDC) is known color: Orchid. HEX triplet: D5, 6B and DC. RGB value is (213,107,220). Sum of RGB (Red+Green+Blue) = 213+107+220=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #D56BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BDC is #2A9423. Grayscale: #979797. Windows color (decimal): -2790436 or 14445525. OLE color: 14445525.
HSL color Cylindrical-coordinate representation of color #D56BDC: hue angle of 296.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56BDC is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 107 | 220 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.14 |
| HSL | 296.28º | 0.62% | 0.64% | - |
| HSV(B) | 296.28º | 0.51% | 0.86% | - |
| XYZ | 45.62 | 29.83 | 71.06 | - |
| YUV | 151.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 220 | 0.03 | 0.51 | 0 | 0.14 | 296.28 | 0.62 | 0.64 |
| Hex | D5 | 6B | DC | 3 | 33 | 0 | E | 128 | 3E | 40 |
| Octal | 325 | 153 | 334 | 3 | 63 | 0 | 16 | 450 | 76 | 100 |
| Binary | 11010101 | 1101011 | 11011100 | 11 | 110011 | 0 | 1110 | 100101000 | 111110 | 1000000 |
Color Harmonies of #D56BDC
Complementary color
Monochromatic Colors of #D56BDC
Black with #D56BDC
Text Example
Text Example
White with #D56BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BDC; }
p { color: rgb(213,107,220); }
H1.HeaderClassName
{
color: #D56BDC;
}
.AnyTagClassName
{
color: #D56BDC;
}
</style>
background-color css
<style>
a { background-color: #D56BDC; }
a { background-color: rgb(213,107,220); }
div.DivClassName
{
background-color: #D56BDC;
}
.BgClassName
{
background-color: #D56BDC;
}
</style>
border-color css
<style>
span { border-color: #D56BDC; }
span { border-color: rgb(213,107,220); }
td.TdClassName
{
border-color: #D56BDC;
}
.TagClassName
{
border-color: #D56BDC;
}
</style>