Shades of Orchid #D56AD3
Tints of Orchid #D56AD3
RGB
CMYK
RGB Variations
Color information
#D56AD3 (or 0xD56AD3) is known color: Orchid. HEX triplet: D5, 6A and D3. RGB value is (213,106,211). Sum of RGB (Red+Green+Blue) = 213+106+211=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AD3 is #2A952C. Grayscale: #959595. Windows color (decimal): -2790701 or 13855445. OLE color: 13855445.
HSL color Cylindrical-coordinate representation of color #D56AD3: hue angle of 301.12º 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 #D56AD3 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 106 | 211 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.16 |
| HSL | 301.12º | 0.56% | 0.63% | - |
| HSV(B) | 301.12º | 0.5% | 0.84% | - |
| XYZ | 44.35 | 29.16 | 64.92 | - |
| YUV | 149.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 211 | 0 | 0.50 | 0.01 | 0.16 | 301.12 | 0.56 | 0.63 |
| Hex | D5 | 6A | D3 | 0 | 32 | 1 | 10 | 12D | 38 | 3F |
| Octal | 325 | 152 | 323 | 0 | 62 | 1 | 20 | 455 | 70 | 77 |
| Binary | 11010101 | 1101010 | 11010011 | 0 | 110010 | 1 | 10000 | 100101101 | 111000 | 111111 |
Color Harmonies of #D56AD3
Complementary color
Monochromatic Colors of #D56AD3
Black with #D56AD3
Text Example
Text Example
White with #D56AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56AD3; }
p { color: rgb(213,106,211); }
H1.HeaderClassName
{
color: #D56AD3;
}
.AnyTagClassName
{
color: #D56AD3;
}
</style>
background-color css
<style>
a { background-color: #D56AD3; }
a { background-color: rgb(213,106,211); }
div.DivClassName
{
background-color: #D56AD3;
}
.BgClassName
{
background-color: #D56AD3;
}
</style>
border-color css
<style>
span { border-color: #D56AD3; }
span { border-color: rgb(213,106,211); }
td.TdClassName
{
border-color: #D56AD3;
}
.TagClassName
{
border-color: #D56AD3;
}
</style>