Shades of Orchid #D564D1
Tints of Orchid #D564D1
RGB
CMYK
RGB Variations
Color information
#D564D1 (or 0xD564D1) is known color: Orchid. HEX triplet: D5, 64 and D1. RGB value is (213,100,209). Sum of RGB (Red+Green+Blue) = 213+100+209=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D564D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564D1 is #2A9B2E. Grayscale: #919191. Windows color (decimal): -2792239 or 13722837. OLE color: 13722837.
HSL color Cylindrical-coordinate representation of color #D564D1: hue angle of 302.12º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D564D1 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 209 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.16 |
| HSL | 302.12º | 0.57% | 0.61% | - |
| HSV(B) | 302.12º | 0.53% | 0.84% | - |
| XYZ | 43.51 | 27.86 | 63.41 | - |
| YUV | 146.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 209 | 0 | 0.53 | 0.02 | 0.16 | 302.12 | 0.57 | 0.61 |
| Hex | D5 | 64 | D1 | 0 | 35 | 2 | 10 | 12E | 39 | 3D |
| Octal | 325 | 144 | 321 | 0 | 65 | 2 | 20 | 456 | 71 | 75 |
| Binary | 11010101 | 1100100 | 11010001 | 0 | 110101 | 10 | 10000 | 100101110 | 111001 | 111101 |
Color Harmonies of #D564D1
Complementary color
Monochromatic Colors of #D564D1
Black with #D564D1
Text Example
Text Example
White with #D564D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D564D1; }
p { color: rgb(213,100,209); }
H1.HeaderClassName
{
color: #D564D1;
}
.AnyTagClassName
{
color: #D564D1;
}
</style>
background-color css
<style>
a { background-color: #D564D1; }
a { background-color: rgb(213,100,209); }
div.DivClassName
{
background-color: #D564D1;
}
.BgClassName
{
background-color: #D564D1;
}
</style>
border-color css
<style>
span { border-color: #D564D1; }
span { border-color: rgb(213,100,209); }
td.TdClassName
{
border-color: #D564D1;
}
.TagClassName
{
border-color: #D564D1;
}
</style>