Shades of Orchid #D56EDF
Tints of Orchid #D56EDF
RGB
CMYK
RGB Variations
Color information
#D56EDF (or 0xD56EDF) is known color: Orchid. HEX triplet: D5, 6E and DF. RGB value is (213,110,223). Sum of RGB (Red+Green+Blue) = 213+110+223=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #D56EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EDF is #2A9120. Grayscale: #999999. Windows color (decimal): -2789665 or 14642901. OLE color: 14642901.
HSL color Cylindrical-coordinate representation of color #D56EDF: hue angle of 294.69º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56EDF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 110 | 223 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.13 |
| HSL | 294.69º | 0.64% | 0.65% | - |
| HSV(B) | 294.69º | 0.51% | 0.87% | - |
| XYZ | 46.34 | 30.63 | 73.28 | - |
| YUV | 153.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 223 | 0.04 | 0.51 | 0 | 0.13 | 294.69 | 0.64 | 0.65 |
| Hex | D5 | 6E | DF | 4 | 33 | 0 | D | 127 | 40 | 41 |
| Octal | 325 | 156 | 337 | 4 | 63 | 0 | 15 | 447 | 100 | 101 |
| Binary | 11010101 | 1101110 | 11011111 | 100 | 110011 | 0 | 1101 | 100100111 | 1000000 | 1000001 |
Color Harmonies of #D56EDF
Complementary color
Monochromatic Colors of #D56EDF
Black with #D56EDF
Text Example
Text Example
White with #D56EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56EDF; }
p { color: rgb(213,110,223); }
H1.HeaderClassName
{
color: #D56EDF;
}
.AnyTagClassName
{
color: #D56EDF;
}
</style>
background-color css
<style>
a { background-color: #D56EDF; }
a { background-color: rgb(213,110,223); }
div.DivClassName
{
background-color: #D56EDF;
}
.BgClassName
{
background-color: #D56EDF;
}
</style>
border-color css
<style>
span { border-color: #D56EDF; }
span { border-color: rgb(213,110,223); }
td.TdClassName
{
border-color: #D56EDF;
}
.TagClassName
{
border-color: #D56EDF;
}
</style>