Shades of Orchid #D56AB6
Tints of Orchid #D56AB6
RGB
CMYK
RGB Variations
Color information
#D56AB6 (or 0xD56AB6) is known color: Orchid. HEX triplet: D5, 6A and B6. RGB value is (213,106,182). Sum of RGB (Red+Green+Blue) = 213+106+182=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AB6 is #2A9549. Grayscale: #929292. Windows color (decimal): -2790730 or 11954901. OLE color: 11954901.
HSL color Cylindrical-coordinate representation of color #D56AB6: hue angle of 317.38º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56AB6 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 182 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.16 |
| HSL | 317.38º | 0.56% | 0.63% | - |
| HSV(B) | 317.38º | 0.5% | 0.84% | - |
| XYZ | 41.04 | 27.83 | 47.47 | - |
| YUV | 146.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 182 | 0 | 0.50 | 0.15 | 0.16 | 317.38 | 0.56 | 0.63 |
| Hex | D5 | 6A | B6 | 0 | 32 | F | 10 | 13D | 38 | 3F |
| Octal | 325 | 152 | 266 | 0 | 62 | 17 | 20 | 475 | 70 | 77 |
| Binary | 11010101 | 1101010 | 10110110 | 0 | 110010 | 1111 | 10000 | 100111101 | 111000 | 111111 |
Color Harmonies of #D56AB6
Complementary color
Monochromatic Colors of #D56AB6
Black with #D56AB6
Text Example
Text Example
White with #D56AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56AB6; }
p { color: rgb(213,106,182); }
H1.HeaderClassName
{
color: #D56AB6;
}
.AnyTagClassName
{
color: #D56AB6;
}
</style>
background-color css
<style>
a { background-color: #D56AB6; }
a { background-color: rgb(213,106,182); }
div.DivClassName
{
background-color: #D56AB6;
}
.BgClassName
{
background-color: #D56AB6;
}
</style>
border-color css
<style>
span { border-color: #D56AB6; }
span { border-color: rgb(213,106,182); }
td.TdClassName
{
border-color: #D56AB6;
}
.TagClassName
{
border-color: #D56AB6;
}
</style>