Shades of Orchid #D56ECA
Tints of Orchid #D56ECA
RGB
CMYK
RGB Variations
Color information
#D56ECA (or 0xD56ECA) is known color: Orchid. HEX triplet: D5, 6E and CA. RGB value is (213,110,202). Sum of RGB (Red+Green+Blue) = 213+110+202=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ECA is #2A9135. Grayscale: #979797. Windows color (decimal): -2789686 or 13266645. OLE color: 13266645.
HSL color Cylindrical-coordinate representation of color #D56ECA: hue angle of 306.41º 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 #D56ECA is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 202 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.16 |
| HSL | 306.41º | 0.55% | 0.63% | - |
| HSV(B) | 306.41º | 0.48% | 0.84% | - |
| XYZ | 43.68 | 29.56 | 59.28 | - |
| YUV | 151.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 202 | 0 | 0.48 | 0.05 | 0.16 | 306.41 | 0.55 | 0.63 |
| Hex | D5 | 6E | CA | 0 | 30 | 5 | 10 | 132 | 37 | 3F |
| Octal | 325 | 156 | 312 | 0 | 60 | 5 | 20 | 462 | 67 | 77 |
| Binary | 11010101 | 1101110 | 11001010 | 0 | 110000 | 101 | 10000 | 100110010 | 110111 | 111111 |
Color Harmonies of #D56ECA
Complementary color
Monochromatic Colors of #D56ECA
Black with #D56ECA
Text Example
Text Example
White with #D56ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56ECA; }
p { color: rgb(213,110,202); }
H1.HeaderClassName
{
color: #D56ECA;
}
.AnyTagClassName
{
color: #D56ECA;
}
</style>
background-color css
<style>
a { background-color: #D56ECA; }
a { background-color: rgb(213,110,202); }
div.DivClassName
{
background-color: #D56ECA;
}
.BgClassName
{
background-color: #D56ECA;
}
</style>
border-color css
<style>
span { border-color: #D56ECA; }
span { border-color: rgb(213,110,202); }
td.TdClassName
{
border-color: #D56ECA;
}
.TagClassName
{
border-color: #D56ECA;
}
</style>