Shades of Orchid #D56BD1
Tints of Orchid #D56BD1
RGB
CMYK
RGB Variations
Color information
#D56BD1 (or 0xD56BD1) is known color: Orchid. HEX triplet: D5, 6B and D1. RGB value is (213,107,209). Sum of RGB (Red+Green+Blue) = 213+107+209=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BD1 is #2A942E. Grayscale: #969696. Windows color (decimal): -2790447 or 13724629. OLE color: 13724629.
HSL color Cylindrical-coordinate representation of color #D56BD1: hue angle of 302.26º 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 #D56BD1 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 209 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.16 |
| HSL | 302.26º | 0.56% | 0.63% | - |
| HSV(B) | 302.26º | 0.5% | 0.84% | - |
| XYZ | 44.21 | 29.26 | 63.64 | - |
| YUV | 150.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 209 | 0 | 0.50 | 0.02 | 0.16 | 302.26 | 0.56 | 0.63 |
| Hex | D5 | 6B | D1 | 0 | 32 | 2 | 10 | 12E | 38 | 3F |
| Octal | 325 | 153 | 321 | 0 | 62 | 2 | 20 | 456 | 70 | 77 |
| Binary | 11010101 | 1101011 | 11010001 | 0 | 110010 | 10 | 10000 | 100101110 | 111000 | 111111 |
Color Harmonies of #D56BD1
Complementary color
Monochromatic Colors of #D56BD1
Black with #D56BD1
Text Example
Text Example
White with #D56BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56BD1; }
p { color: rgb(213,107,209); }
H1.HeaderClassName
{
color: #D56BD1;
}
.AnyTagClassName
{
color: #D56BD1;
}
</style>
background-color css
<style>
a { background-color: #D56BD1; }
a { background-color: rgb(213,107,209); }
div.DivClassName
{
background-color: #D56BD1;
}
.BgClassName
{
background-color: #D56BD1;
}
</style>
border-color css
<style>
span { border-color: #D56BD1; }
span { border-color: rgb(213,107,209); }
td.TdClassName
{
border-color: #D56BD1;
}
.TagClassName
{
border-color: #D56BD1;
}
</style>