Shades of Orchid #D564CD
Tints of Orchid #D564CD
RGB
CMYK
RGB Variations
Color information
#D564CD (or 0xD564CD) is known color: Orchid. HEX triplet: D5, 64 and CD. RGB value is (213,100,205). Sum of RGB (Red+Green+Blue) = 213+100+205=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D564CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564CD is #2A9B32. Grayscale: #919191. Windows color (decimal): -2792243 or 13460693. OLE color: 13460693.
HSL color Cylindrical-coordinate representation of color #D564CD: hue angle of 304.25º 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 #D564CD is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 205 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.16 |
| HSL | 304.25º | 0.57% | 0.61% | - |
| HSV(B) | 304.25º | 0.53% | 0.84% | - |
| XYZ | 43.02 | 27.67 | 60.83 | - |
| YUV | 145.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 205 | 0 | 0.53 | 0.04 | 0.16 | 304.25 | 0.57 | 0.61 |
| Hex | D5 | 64 | CD | 0 | 35 | 4 | 10 | 130 | 39 | 3D |
| Octal | 325 | 144 | 315 | 0 | 65 | 4 | 20 | 460 | 71 | 75 |
| Binary | 11010101 | 1100100 | 11001101 | 0 | 110101 | 100 | 10000 | 100110000 | 111001 | 111101 |
Color Harmonies of #D564CD
Complementary color
Monochromatic Colors of #D564CD
Black with #D564CD
Text Example
Text Example
White with #D564CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D564CD; }
p { color: rgb(213,100,205); }
H1.HeaderClassName
{
color: #D564CD;
}
.AnyTagClassName
{
color: #D564CD;
}
</style>
background-color css
<style>
a { background-color: #D564CD; }
a { background-color: rgb(213,100,205); }
div.DivClassName
{
background-color: #D564CD;
}
.BgClassName
{
background-color: #D564CD;
}
</style>
border-color css
<style>
span { border-color: #D564CD; }
span { border-color: rgb(213,100,205); }
td.TdClassName
{
border-color: #D564CD;
}
.TagClassName
{
border-color: #D564CD;
}
</style>