Shades of Orchid #D56EB5
Tints of Orchid #D56EB5
RGB
CMYK
RGB Variations
Color information
#D56EB5 (or 0xD56EB5) is known color: Orchid. HEX triplet: D5, 6E and B5. RGB value is (213,110,181). Sum of RGB (Red+Green+Blue) = 213+110+181=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EB5 is #2A914A. Grayscale: #949494. Windows color (decimal): -2789707 or 11890389. OLE color: 11890389.
HSL color Cylindrical-coordinate representation of color #D56EB5: hue angle of 318.64º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56EB5 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 181 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.16 |
| HSL | 318.64º | 0.55% | 0.63% | - |
| HSV(B) | 318.64º | 0.48% | 0.84% | - |
| XYZ | 41.36 | 28.63 | 47.06 | - |
| YUV | 148.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 181 | 0 | 0.48 | 0.15 | 0.16 | 318.64 | 0.55 | 0.63 |
| Hex | D5 | 6E | B5 | 0 | 30 | F | 10 | 13F | 37 | 3F |
| Octal | 325 | 156 | 265 | 0 | 60 | 17 | 20 | 477 | 67 | 77 |
| Binary | 11010101 | 1101110 | 10110101 | 0 | 110000 | 1111 | 10000 | 100111111 | 110111 | 111111 |
Color Harmonies of #D56EB5
Complementary color
Monochromatic Colors of #D56EB5
Black with #D56EB5
Text Example
Text Example
White with #D56EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56EB5; }
p { color: rgb(213,110,181); }
H1.HeaderClassName
{
color: #D56EB5;
}
.AnyTagClassName
{
color: #D56EB5;
}
</style>
background-color css
<style>
a { background-color: #D56EB5; }
a { background-color: rgb(213,110,181); }
div.DivClassName
{
background-color: #D56EB5;
}
.BgClassName
{
background-color: #D56EB5;
}
</style>
border-color css
<style>
span { border-color: #D56EB5; }
span { border-color: rgb(213,110,181); }
td.TdClassName
{
border-color: #D56EB5;
}
.TagClassName
{
border-color: #D56EB5;
}
</style>