Shades of Orchid #D56EDA
Tints of Orchid #D56EDA
RGB
CMYK
RGB Variations
Color information
#D56EDA (or 0xD56EDA) is known color: Orchid. HEX triplet: D5, 6E and DA. RGB value is (213,110,218). Sum of RGB (Red+Green+Blue) = 213+110+218=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #D56EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EDA is #2A9125. Grayscale: #989898. Windows color (decimal): -2789670 or 14315221. OLE color: 14315221.
HSL color Cylindrical-coordinate representation of color #D56EDA: hue angle of 297.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56EDA is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 110 | 218 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.15 |
| HSL | 297.22º | 0.59% | 0.64% | - |
| HSV(B) | 297.22º | 0.5% | 0.85% | - |
| XYZ | 45.67 | 30.36 | 69.78 | - |
| YUV | 153.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 218 | 0.02 | 0.50 | 0 | 0.15 | 297.22 | 0.59 | 0.64 |
| Hex | D5 | 6E | DA | 2 | 32 | 0 | F | 129 | 3B | 40 |
| Octal | 325 | 156 | 332 | 2 | 62 | 0 | 17 | 451 | 73 | 100 |
| Binary | 11010101 | 1101110 | 11011010 | 10 | 110010 | 0 | 1111 | 100101001 | 111011 | 1000000 |
Color Harmonies of #D56EDA
Complementary color
Monochromatic Colors of #D56EDA
Black with #D56EDA
Text Example
Text Example
White with #D56EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56EDA; }
p { color: rgb(213,110,218); }
H1.HeaderClassName
{
color: #D56EDA;
}
.AnyTagClassName
{
color: #D56EDA;
}
</style>
background-color css
<style>
a { background-color: #D56EDA; }
a { background-color: rgb(213,110,218); }
div.DivClassName
{
background-color: #D56EDA;
}
.BgClassName
{
background-color: #D56EDA;
}
</style>
border-color css
<style>
span { border-color: #D56EDA; }
span { border-color: rgb(213,110,218); }
td.TdClassName
{
border-color: #D56EDA;
}
.TagClassName
{
border-color: #D56EDA;
}
</style>