Shades of Orchid #D564DF
Tints of Orchid #D564DF
RGB
CMYK
RGB Variations
Color information
#D564DF (or 0xD564DF) is known color: Orchid. HEX triplet: D5, 64 and DF. RGB value is (213,100,223). Sum of RGB (Red+Green+Blue) = 213+100+223=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #D564DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564DF is #2A9B20. Grayscale: #939393. Windows color (decimal): -2792225 or 14640341. OLE color: 14640341.
HSL color Cylindrical-coordinate representation of color #D564DF: hue angle of 295.12º degrees, saturation: 0.66, 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 #D564DF is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 100 | 223 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.13 |
| HSL | 295.12º | 0.66% | 0.63% | - |
| HSV(B) | 295.12º | 0.55% | 0.87% | - |
| XYZ | 45.32 | 28.59 | 72.94 | - |
| YUV | 147.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 223 | 0.04 | 0.55 | 0 | 0.13 | 295.12 | 0.66 | 0.63 |
| Hex | D5 | 64 | DF | 4 | 37 | 0 | D | 127 | 42 | 3F |
| Octal | 325 | 144 | 337 | 4 | 67 | 0 | 15 | 447 | 102 | 77 |
| Binary | 11010101 | 1100100 | 11011111 | 100 | 110111 | 0 | 1101 | 100100111 | 1000010 | 111111 |
Color Harmonies of #D564DF
Complementary color
Monochromatic Colors of #D564DF
Black with #D564DF
Text Example
Text Example
White with #D564DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D564DF; }
p { color: rgb(213,100,223); }
H1.HeaderClassName
{
color: #D564DF;
}
.AnyTagClassName
{
color: #D564DF;
}
</style>
background-color css
<style>
a { background-color: #D564DF; }
a { background-color: rgb(213,100,223); }
div.DivClassName
{
background-color: #D564DF;
}
.BgClassName
{
background-color: #D564DF;
}
</style>
border-color css
<style>
span { border-color: #D564DF; }
span { border-color: rgb(213,100,223); }
td.TdClassName
{
border-color: #D564DF;
}
.TagClassName
{
border-color: #D564DF;
}
</style>