Shades of Orchid #D56DC6
Tints of Orchid #D56DC6
RGB
CMYK
RGB Variations
Color information
#D56DC6 (or 0xD56DC6) is known color: Orchid. HEX triplet: D5, 6D and C6. RGB value is (213,109,198). Sum of RGB (Red+Green+Blue) = 213+109+198=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DC6 is #2A9239. Grayscale: #959595. Windows color (decimal): -2789946 or 13004245. OLE color: 13004245.
HSL color Cylindrical-coordinate representation of color #D56DC6: hue angle of 308.65º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56DC6 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 198 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.16 |
| HSL | 308.65º | 0.55% | 0.63% | - |
| HSV(B) | 308.65º | 0.49% | 0.84% | - |
| XYZ | 43.1 | 29.16 | 56.78 | - |
| YUV | 150.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 198 | 0 | 0.49 | 0.07 | 0.16 | 308.65 | 0.55 | 0.63 |
| Hex | D5 | 6D | C6 | 0 | 31 | 7 | 10 | 135 | 37 | 3F |
| Octal | 325 | 155 | 306 | 0 | 61 | 7 | 20 | 465 | 67 | 77 |
| Binary | 11010101 | 1101101 | 11000110 | 0 | 110001 | 111 | 10000 | 100110101 | 110111 | 111111 |
Color Harmonies of #D56DC6
Complementary color
Monochromatic Colors of #D56DC6
Black with #D56DC6
Text Example
Text Example
White with #D56DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56DC6; }
p { color: rgb(213,109,198); }
H1.HeaderClassName
{
color: #D56DC6;
}
.AnyTagClassName
{
color: #D56DC6;
}
</style>
background-color css
<style>
a { background-color: #D56DC6; }
a { background-color: rgb(213,109,198); }
div.DivClassName
{
background-color: #D56DC6;
}
.BgClassName
{
background-color: #D56DC6;
}
</style>
border-color css
<style>
span { border-color: #D56DC6; }
span { border-color: rgb(213,109,198); }
td.TdClassName
{
border-color: #D56DC6;
}
.TagClassName
{
border-color: #D56DC6;
}
</style>