Shades of Orchid #D56FB7
Tints of Orchid #D56FB7
RGB
CMYK
RGB Variations
Color information
#D56FB7 (or 0xD56FB7) is known color: Orchid. HEX triplet: D5, 6F and B7. RGB value is (213,111,183). Sum of RGB (Red+Green+Blue) = 213+111+183=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FB7 is #2A9048. Grayscale: #959595. Windows color (decimal): -2789449 or 12021717. OLE color: 12021717.
HSL color Cylindrical-coordinate representation of color #D56FB7: hue angle of 317.65º 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 #D56FB7 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 183 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.16 |
| HSL | 317.65º | 0.55% | 0.64% | - |
| HSV(B) | 317.65º | 0.48% | 0.84% | - |
| XYZ | 41.67 | 28.93 | 48.19 | - |
| YUV | 149.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 183 | 0 | 0.48 | 0.14 | 0.16 | 317.65 | 0.55 | 0.64 |
| Hex | D5 | 6F | B7 | 0 | 30 | E | 10 | 13E | 37 | 40 |
| Octal | 325 | 157 | 267 | 0 | 60 | 16 | 20 | 476 | 67 | 100 |
| Binary | 11010101 | 1101111 | 10110111 | 0 | 110000 | 1110 | 10000 | 100111110 | 110111 | 1000000 |
Color Harmonies of #D56FB7
Complementary color
Monochromatic Colors of #D56FB7
Black with #D56FB7
Text Example
Text Example
White with #D56FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FB7; }
p { color: rgb(213,111,183); }
H1.HeaderClassName
{
color: #D56FB7;
}
.AnyTagClassName
{
color: #D56FB7;
}
</style>
background-color css
<style>
a { background-color: #D56FB7; }
a { background-color: rgb(213,111,183); }
div.DivClassName
{
background-color: #D56FB7;
}
.BgClassName
{
background-color: #D56FB7;
}
</style>
border-color css
<style>
span { border-color: #D56FB7; }
span { border-color: rgb(213,111,183); }
td.TdClassName
{
border-color: #D56FB7;
}
.TagClassName
{
border-color: #D56FB7;
}
</style>