Shades of Orchid #D56FDD
Tints of Orchid #D56FDD
RGB
CMYK
RGB Variations
Color information
#D56FDD (or 0xD56FDD) is known color: Orchid. HEX triplet: D5, 6F and DD. RGB value is (213,111,221). Sum of RGB (Red+Green+Blue) = 213+111+221=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #D56FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FDD is #2A9022. Grayscale: #999999. Windows color (decimal): -2789411 or 14512085. OLE color: 14512085.
HSL color Cylindrical-coordinate representation of color #D56FDD: hue angle of 295.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56FDD is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 111 | 221 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.13 |
| HSL | 295.64º | 0.62% | 0.65% | - |
| HSV(B) | 295.64º | 0.5% | 0.87% | - |
| XYZ | 46.18 | 30.74 | 71.91 | - |
| YUV | 154.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 221 | 0.04 | 0.50 | 0 | 0.13 | 295.64 | 0.62 | 0.65 |
| Hex | D5 | 6F | DD | 4 | 32 | 0 | D | 128 | 3E | 41 |
| Octal | 325 | 157 | 335 | 4 | 62 | 0 | 15 | 450 | 76 | 101 |
| Binary | 11010101 | 1101111 | 11011101 | 100 | 110010 | 0 | 1101 | 100101000 | 111110 | 1000001 |
Color Harmonies of #D56FDD
Complementary color
Monochromatic Colors of #D56FDD
Black with #D56FDD
Text Example
Text Example
White with #D56FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FDD; }
p { color: rgb(213,111,221); }
H1.HeaderClassName
{
color: #D56FDD;
}
.AnyTagClassName
{
color: #D56FDD;
}
</style>
background-color css
<style>
a { background-color: #D56FDD; }
a { background-color: rgb(213,111,221); }
div.DivClassName
{
background-color: #D56FDD;
}
.BgClassName
{
background-color: #D56FDD;
}
</style>
border-color css
<style>
span { border-color: #D56FDD; }
span { border-color: rgb(213,111,221); }
td.TdClassName
{
border-color: #D56FDD;
}
.TagClassName
{
border-color: #D56FDD;
}
</style>