Shades of Orchid #D56CDC
Tints of Orchid #D56CDC
RGB
CMYK
RGB Variations
Color information
#D56CDC (or 0xD56CDC) is known color: Orchid. HEX triplet: D5, 6C and DC. RGB value is (213,108,220). Sum of RGB (Red+Green+Blue) = 213+108+220=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #D56CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CDC is #2A9323. Grayscale: #979797. Windows color (decimal): -2790180 or 14445781. OLE color: 14445781.
HSL color Cylindrical-coordinate representation of color #D56CDC: hue angle of 296.25º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56CDC is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 108 | 220 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.14 |
| HSL | 296.25º | 0.62% | 0.64% | - |
| HSV(B) | 296.25º | 0.51% | 0.86% | - |
| XYZ | 45.72 | 30.04 | 71.1 | - |
| YUV | 152.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 220 | 0.03 | 0.51 | 0 | 0.14 | 296.25 | 0.62 | 0.64 |
| Hex | D5 | 6C | DC | 3 | 33 | 0 | E | 128 | 3E | 40 |
| Octal | 325 | 154 | 334 | 3 | 63 | 0 | 16 | 450 | 76 | 100 |
| Binary | 11010101 | 1101100 | 11011100 | 11 | 110011 | 0 | 1110 | 100101000 | 111110 | 1000000 |
Color Harmonies of #D56CDC
Complementary color
Monochromatic Colors of #D56CDC
Black with #D56CDC
Text Example
Text Example
White with #D56CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CDC; }
p { color: rgb(213,108,220); }
H1.HeaderClassName
{
color: #D56CDC;
}
.AnyTagClassName
{
color: #D56CDC;
}
</style>
background-color css
<style>
a { background-color: #D56CDC; }
a { background-color: rgb(213,108,220); }
div.DivClassName
{
background-color: #D56CDC;
}
.BgClassName
{
background-color: #D56CDC;
}
</style>
border-color css
<style>
span { border-color: #D56CDC; }
span { border-color: rgb(213,108,220); }
td.TdClassName
{
border-color: #D56CDC;
}
.TagClassName
{
border-color: #D56CDC;
}
</style>