Shades of Orchid #D56AD0
Tints of Orchid #D56AD0
RGB
CMYK
RGB Variations
Color information
#D56AD0 (or 0xD56AD0) is known color: Orchid. HEX triplet: D5, 6A and D0. RGB value is (213,106,208). Sum of RGB (Red+Green+Blue) = 213+106+208=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AD0 is #2A952F. Grayscale: #959595. Windows color (decimal): -2790704 or 13658837. OLE color: 13658837.
HSL color Cylindrical-coordinate representation of color #D56AD0: hue angle of 302.8º 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 #D56AD0 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 208 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.16 |
| HSL | 302.8º | 0.56% | 0.63% | - |
| HSV(B) | 302.8º | 0.5% | 0.84% | - |
| XYZ | 43.98 | 29.01 | 62.96 | - |
| YUV | 149.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 208 | 0 | 0.50 | 0.02 | 0.16 | 302.8 | 0.56 | 0.63 |
| Hex | D5 | 6A | D0 | 0 | 32 | 2 | 10 | 12F | 38 | 3F |
| Octal | 325 | 152 | 320 | 0 | 62 | 2 | 20 | 457 | 70 | 77 |
| Binary | 11010101 | 1101010 | 11010000 | 0 | 110010 | 10 | 10000 | 100101111 | 111000 | 111111 |
Color Harmonies of #D56AD0
Complementary color
Monochromatic Colors of #D56AD0
Black with #D56AD0
Text Example
Text Example
White with #D56AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56AD0; }
p { color: rgb(213,106,208); }
H1.HeaderClassName
{
color: #D56AD0;
}
.AnyTagClassName
{
color: #D56AD0;
}
</style>
background-color css
<style>
a { background-color: #D56AD0; }
a { background-color: rgb(213,106,208); }
div.DivClassName
{
background-color: #D56AD0;
}
.BgClassName
{
background-color: #D56AD0;
}
</style>
border-color css
<style>
span { border-color: #D56AD0; }
span { border-color: rgb(213,106,208); }
td.TdClassName
{
border-color: #D56AD0;
}
.TagClassName
{
border-color: #D56AD0;
}
</style>