Shades of Orchid #D56AD1
Tints of Orchid #D56AD1
RGB
CMYK
RGB Variations
Color information
#D56AD1 (or 0xD56AD1) is known color: Orchid. HEX triplet: D5, 6A and D1. RGB value is (213,106,209). Sum of RGB (Red+Green+Blue) = 213+106+209=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AD1 is #2A952E. Grayscale: #959595. Windows color (decimal): -2790703 or 13724373. OLE color: 13724373.
HSL color Cylindrical-coordinate representation of color #D56AD1: hue angle of 302.24º 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 #D56AD1 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 209 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.16 |
| HSL | 302.24º | 0.56% | 0.63% | - |
| HSV(B) | 302.24º | 0.5% | 0.84% | - |
| XYZ | 44.1 | 29.06 | 63.61 | - |
| YUV | 149.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 209 | 0 | 0.50 | 0.02 | 0.16 | 302.24 | 0.56 | 0.63 |
| Hex | D5 | 6A | D1 | 0 | 32 | 2 | 10 | 12E | 38 | 3F |
| Octal | 325 | 152 | 321 | 0 | 62 | 2 | 20 | 456 | 70 | 77 |
| Binary | 11010101 | 1101010 | 11010001 | 0 | 110010 | 10 | 10000 | 100101110 | 111000 | 111111 |
Color Harmonies of #D56AD1
Complementary color
Monochromatic Colors of #D56AD1
Black with #D56AD1
Text Example
Text Example
White with #D56AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56AD1; }
p { color: rgb(213,106,209); }
H1.HeaderClassName
{
color: #D56AD1;
}
.AnyTagClassName
{
color: #D56AD1;
}
</style>
background-color css
<style>
a { background-color: #D56AD1; }
a { background-color: rgb(213,106,209); }
div.DivClassName
{
background-color: #D56AD1;
}
.BgClassName
{
background-color: #D56AD1;
}
</style>
border-color css
<style>
span { border-color: #D56AD1; }
span { border-color: rgb(213,106,209); }
td.TdClassName
{
border-color: #D56AD1;
}
.TagClassName
{
border-color: #D56AD1;
}
</style>