Shades of Orchid #D563DD
Tints of Orchid #D563DD
RGB
CMYK
RGB Variations
Color information
#D563DD (or 0xD563DD) is known color: Orchid. HEX triplet: D5, 63 and DD. RGB value is (213,99,221). Sum of RGB (Red+Green+Blue) = 213+99+221=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #D563DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563DD is #2A9C22. Grayscale: #929292. Windows color (decimal): -2792483 or 14509013. OLE color: 14509013.
HSL color Cylindrical-coordinate representation of color #D563DD: hue angle of 296.07º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D563DD is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 99 | 221 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.13 |
| HSL | 296.07º | 0.64% | 0.63% | - |
| HSV(B) | 296.07º | 0.55% | 0.87% | - |
| XYZ | 44.95 | 28.29 | 71.5 | - |
| YUV | 146.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 221 | 0.04 | 0.55 | 0 | 0.13 | 296.07 | 0.64 | 0.63 |
| Hex | D5 | 63 | DD | 4 | 37 | 0 | D | 128 | 40 | 3F |
| Octal | 325 | 143 | 335 | 4 | 67 | 0 | 15 | 450 | 100 | 77 |
| Binary | 11010101 | 1100011 | 11011101 | 100 | 110111 | 0 | 1101 | 100101000 | 1000000 | 111111 |
Color Harmonies of #D563DD
Complementary color
Monochromatic Colors of #D563DD
Black with #D563DD
Text Example
Text Example
White with #D563DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563DD; }
p { color: rgb(213,99,221); }
H1.HeaderClassName
{
color: #D563DD;
}
.AnyTagClassName
{
color: #D563DD;
}
</style>
background-color css
<style>
a { background-color: #D563DD; }
a { background-color: rgb(213,99,221); }
div.DivClassName
{
background-color: #D563DD;
}
.BgClassName
{
background-color: #D563DD;
}
</style>
border-color css
<style>
span { border-color: #D563DD; }
span { border-color: rgb(213,99,221); }
td.TdClassName
{
border-color: #D563DD;
}
.TagClassName
{
border-color: #D563DD;
}
</style>