Shades of Orchid #D56ECC
Tints of Orchid #D56ECC
RGB
CMYK
RGB Variations
Color information
#D56ECC (or 0xD56ECC) is known color: Orchid. HEX triplet: D5, 6E and CC. RGB value is (213,110,204). Sum of RGB (Red+Green+Blue) = 213+110+204=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ECC is #2A9133. Grayscale: #979797. Windows color (decimal): -2789684 or 13397717. OLE color: 13397717.
HSL color Cylindrical-coordinate representation of color #D56ECC: hue angle of 305.24º 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 #D56ECC is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 110 | 204 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.16 |
| HSL | 305.24º | 0.55% | 0.63% | - |
| HSV(B) | 305.24º | 0.48% | 0.84% | - |
| XYZ | 43.92 | 29.66 | 60.54 | - |
| YUV | 151.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 110 | 204 | 0 | 0.48 | 0.04 | 0.16 | 305.24 | 0.55 | 0.63 |
| Hex | D5 | 6E | CC | 0 | 30 | 4 | 10 | 131 | 37 | 3F |
| Octal | 325 | 156 | 314 | 0 | 60 | 4 | 20 | 461 | 67 | 77 |
| Binary | 11010101 | 1101110 | 11001100 | 0 | 110000 | 100 | 10000 | 100110001 | 110111 | 111111 |
Color Harmonies of #D56ECC
Complementary color
Monochromatic Colors of #D56ECC
Black with #D56ECC
Text Example
Text Example
White with #D56ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56ECC; }
p { color: rgb(213,110,204); }
H1.HeaderClassName
{
color: #D56ECC;
}
.AnyTagClassName
{
color: #D56ECC;
}
</style>
background-color css
<style>
a { background-color: #D56ECC; }
a { background-color: rgb(213,110,204); }
div.DivClassName
{
background-color: #D56ECC;
}
.BgClassName
{
background-color: #D56ECC;
}
</style>
border-color css
<style>
span { border-color: #D56ECC; }
span { border-color: rgb(213,110,204); }
td.TdClassName
{
border-color: #D56ECC;
}
.TagClassName
{
border-color: #D56ECC;
}
</style>