Shades of Orchid #D563DF
Tints of Orchid #D563DF
RGB
CMYK
RGB Variations
Color information
#D563DF (or 0xD563DF) is known color: Orchid. HEX triplet: D5, 63 and DF. RGB value is (213,99,223). Sum of RGB (Red+Green+Blue) = 213+99+223=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #D563DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563DF is #2A9C20. Grayscale: #929292. Windows color (decimal): -2792481 or 14640085. OLE color: 14640085.
HSL color Cylindrical-coordinate representation of color #D563DF: hue angle of 295.16º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D563DF is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 99 | 223 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.13 |
| HSL | 295.16º | 0.66% | 0.63% | - |
| HSV(B) | 295.16º | 0.56% | 0.87% | - |
| XYZ | 45.22 | 28.4 | 72.91 | - |
| YUV | 147.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 223 | 0.04 | 0.56 | 0 | 0.13 | 295.16 | 0.66 | 0.63 |
| Hex | D5 | 63 | DF | 4 | 38 | 0 | D | 127 | 42 | 3F |
| Octal | 325 | 143 | 337 | 4 | 70 | 0 | 15 | 447 | 102 | 77 |
| Binary | 11010101 | 1100011 | 11011111 | 100 | 111000 | 0 | 1101 | 100100111 | 1000010 | 111111 |
Color Harmonies of #D563DF
Complementary color
Monochromatic Colors of #D563DF
Black with #D563DF
Text Example
Text Example
White with #D563DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563DF; }
p { color: rgb(213,99,223); }
H1.HeaderClassName
{
color: #D563DF;
}
.AnyTagClassName
{
color: #D563DF;
}
</style>
background-color css
<style>
a { background-color: #D563DF; }
a { background-color: rgb(213,99,223); }
div.DivClassName
{
background-color: #D563DF;
}
.BgClassName
{
background-color: #D563DF;
}
</style>
border-color css
<style>
span { border-color: #D563DF; }
span { border-color: rgb(213,99,223); }
td.TdClassName
{
border-color: #D563DF;
}
.TagClassName
{
border-color: #D563DF;
}
</style>