Shades of Orchid #D56FBC
Tints of Orchid #D56FBC
RGB
CMYK
RGB Variations
Color information
#D56FBC (or 0xD56FBC) is known color: Orchid. HEX triplet: D5, 6F and BC. RGB value is (213,111,188). Sum of RGB (Red+Green+Blue) = 213+111+188=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FBC is #2A9043. Grayscale: #969696. Windows color (decimal): -2789444 or 12349397. OLE color: 12349397.
HSL color Cylindrical-coordinate representation of color #D56FBC: hue angle of 314.71º 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 #D56FBC is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 188 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.16 |
| HSL | 314.71º | 0.55% | 0.64% | - |
| HSV(B) | 314.71º | 0.48% | 0.84% | - |
| XYZ | 42.2 | 29.15 | 50.98 | - |
| YUV | 150.28 | 149.29 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 188 | 0 | 0.48 | 0.12 | 0.16 | 314.71 | 0.55 | 0.64 |
| Hex | D5 | 6F | BC | 0 | 30 | C | 10 | 13B | 37 | 40 |
| Octal | 325 | 157 | 274 | 0 | 60 | 14 | 20 | 473 | 67 | 100 |
| Binary | 11010101 | 1101111 | 10111100 | 0 | 110000 | 1100 | 10000 | 100111011 | 110111 | 1000000 |
Color Harmonies of #D56FBC
Complementary color
Monochromatic Colors of #D56FBC
Black with #D56FBC
Text Example
Text Example
White with #D56FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FBC; }
p { color: rgb(213,111,188); }
H1.HeaderClassName
{
color: #D56FBC;
}
.AnyTagClassName
{
color: #D56FBC;
}
</style>
background-color css
<style>
a { background-color: #D56FBC; }
a { background-color: rgb(213,111,188); }
div.DivClassName
{
background-color: #D56FBC;
}
.BgClassName
{
background-color: #D56FBC;
}
</style>
border-color css
<style>
span { border-color: #D56FBC; }
span { border-color: rgb(213,111,188); }
td.TdClassName
{
border-color: #D56FBC;
}
.TagClassName
{
border-color: #D56FBC;
}
</style>