Shades of Orchid #D56FD9
Tints of Orchid #D56FD9
RGB
CMYK
RGB Variations
Color information
#D56FD9 (or 0xD56FD9) is known color: Orchid. HEX triplet: D5, 6F and D9. RGB value is (213,111,217). Sum of RGB (Red+Green+Blue) = 213+111+217=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #D56FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FD9 is #2A9026. Grayscale: #999999. Windows color (decimal): -2789415 or 14249941. OLE color: 14249941.
HSL color Cylindrical-coordinate representation of color #D56FD9: hue angle of 297.74º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56FD9 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 111 | 217 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.15 |
| HSL | 297.74º | 0.58% | 0.64% | - |
| HSV(B) | 297.74º | 0.49% | 0.85% | - |
| XYZ | 45.65 | 30.52 | 69.13 | - |
| YUV | 153.58 | 163.79 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 217 | 0.02 | 0.49 | 0 | 0.15 | 297.74 | 0.58 | 0.64 |
| Hex | D5 | 6F | D9 | 2 | 31 | 0 | F | 12A | 3A | 40 |
| Octal | 325 | 157 | 331 | 2 | 61 | 0 | 17 | 452 | 72 | 100 |
| Binary | 11010101 | 1101111 | 11011001 | 10 | 110001 | 0 | 1111 | 100101010 | 111010 | 1000000 |
Color Harmonies of #D56FD9
Complementary color
Monochromatic Colors of #D56FD9
Black with #D56FD9
Text Example
Text Example
White with #D56FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FD9; }
p { color: rgb(213,111,217); }
H1.HeaderClassName
{
color: #D56FD9;
}
.AnyTagClassName
{
color: #D56FD9;
}
</style>
background-color css
<style>
a { background-color: #D56FD9; }
a { background-color: rgb(213,111,217); }
div.DivClassName
{
background-color: #D56FD9;
}
.BgClassName
{
background-color: #D56FD9;
}
</style>
border-color css
<style>
span { border-color: #D56FD9; }
span { border-color: rgb(213,111,217); }
td.TdClassName
{
border-color: #D56FD9;
}
.TagClassName
{
border-color: #D56FD9;
}
</style>