Shades of Orchid #D56CDD
Tints of Orchid #D56CDD
RGB
CMYK
RGB Variations
Color information
#D56CDD (or 0xD56CDD) is known color: Orchid. HEX triplet: D5, 6C and DD. RGB value is (213,108,221). Sum of RGB (Red+Green+Blue) = 213+108+221=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D56CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CDD is #2A9322. Grayscale: #979797. Windows color (decimal): -2790179 or 14511317. OLE color: 14511317.
HSL color Cylindrical-coordinate representation of color #D56CDD: hue angle of 295.75º degrees, saturation: 0.62, 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 #D56CDD is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 108 | 221 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.13 |
| HSL | 295.75º | 0.62% | 0.65% | - |
| HSV(B) | 295.75º | 0.51% | 0.87% | - |
| XYZ | 45.85 | 30.09 | 71.8 | - |
| YUV | 152.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 221 | 0.04 | 0.51 | 0 | 0.13 | 295.75 | 0.62 | 0.65 |
| Hex | D5 | 6C | DD | 4 | 33 | 0 | D | 128 | 3E | 41 |
| Octal | 325 | 154 | 335 | 4 | 63 | 0 | 15 | 450 | 76 | 101 |
| Binary | 11010101 | 1101100 | 11011101 | 100 | 110011 | 0 | 1101 | 100101000 | 111110 | 1000001 |
Color Harmonies of #D56CDD
Complementary color
Monochromatic Colors of #D56CDD
Black with #D56CDD
Text Example
Text Example
White with #D56CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CDD; }
p { color: rgb(213,108,221); }
H1.HeaderClassName
{
color: #D56CDD;
}
.AnyTagClassName
{
color: #D56CDD;
}
</style>
background-color css
<style>
a { background-color: #D56CDD; }
a { background-color: rgb(213,108,221); }
div.DivClassName
{
background-color: #D56CDD;
}
.BgClassName
{
background-color: #D56CDD;
}
</style>
border-color css
<style>
span { border-color: #D56CDD; }
span { border-color: rgb(213,108,221); }
td.TdClassName
{
border-color: #D56CDD;
}
.TagClassName
{
border-color: #D56CDD;
}
</style>