Shades of Orchid #D56FD0
Tints of Orchid #D56FD0
RGB
CMYK
RGB Variations
Color information
#D56FD0 (or 0xD56FD0) is known color: Orchid. HEX triplet: D5, 6F and D0. RGB value is (213,111,208). Sum of RGB (Red+Green+Blue) = 213+111+208=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FD0 is #2A902F. Grayscale: #989898. Windows color (decimal): -2789424 or 13660117. OLE color: 13660117.
HSL color Cylindrical-coordinate representation of color #D56FD0: hue angle of 302.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56FD0 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 208 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.16 |
| HSL | 302.94º | 0.55% | 0.64% | - |
| HSV(B) | 302.94º | 0.48% | 0.84% | - |
| XYZ | 44.51 | 30.07 | 63.13 | - |
| YUV | 152.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 208 | 0 | 0.48 | 0.02 | 0.16 | 302.94 | 0.55 | 0.64 |
| Hex | D5 | 6F | D0 | 0 | 30 | 2 | 10 | 12F | 37 | 40 |
| Octal | 325 | 157 | 320 | 0 | 60 | 2 | 20 | 457 | 67 | 100 |
| Binary | 11010101 | 1101111 | 11010000 | 0 | 110000 | 10 | 10000 | 100101111 | 110111 | 1000000 |
Color Harmonies of #D56FD0
Complementary color
Monochromatic Colors of #D56FD0
Black with #D56FD0
Text Example
Text Example
White with #D56FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FD0; }
p { color: rgb(213,111,208); }
H1.HeaderClassName
{
color: #D56FD0;
}
.AnyTagClassName
{
color: #D56FD0;
}
</style>
background-color css
<style>
a { background-color: #D56FD0; }
a { background-color: rgb(213,111,208); }
div.DivClassName
{
background-color: #D56FD0;
}
.BgClassName
{
background-color: #D56FD0;
}
</style>
border-color css
<style>
span { border-color: #D56FD0; }
span { border-color: rgb(213,111,208); }
td.TdClassName
{
border-color: #D56FD0;
}
.TagClassName
{
border-color: #D56FD0;
}
</style>