Shades of Orchid #D561D0
Tints of Orchid #D561D0
RGB
CMYK
RGB Variations
Color information
#D561D0 (or 0xD561D0) is known color: Orchid. HEX triplet: D5, 61 and D0. RGB value is (213,97,208). Sum of RGB (Red+Green+Blue) = 213+97+208=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D561D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561D0 is #2A9E2F. Grayscale: #909090. Windows color (decimal): -2793008 or 13656533. OLE color: 13656533.
HSL color Cylindrical-coordinate representation of color #D561D0: hue angle of 302.59º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D561D0 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 208 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.16 |
| HSL | 302.59º | 0.58% | 0.61% | - |
| HSV(B) | 302.59º | 0.54% | 0.84% | - |
| XYZ | 43.1 | 27.25 | 62.66 | - |
| YUV | 144.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 208 | 0 | 0.54 | 0.02 | 0.16 | 302.59 | 0.58 | 0.61 |
| Hex | D5 | 61 | D0 | 0 | 36 | 2 | 10 | 12F | 3A | 3D |
| Octal | 325 | 141 | 320 | 0 | 66 | 2 | 20 | 457 | 72 | 75 |
| Binary | 11010101 | 1100001 | 11010000 | 0 | 110110 | 10 | 10000 | 100101111 | 111010 | 111101 |
Color Harmonies of #D561D0
Complementary color
Monochromatic Colors of #D561D0
Black with #D561D0
Text Example
Text Example
White with #D561D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561D0; }
p { color: rgb(213,97,208); }
H1.HeaderClassName
{
color: #D561D0;
}
.AnyTagClassName
{
color: #D561D0;
}
</style>
background-color css
<style>
a { background-color: #D561D0; }
a { background-color: rgb(213,97,208); }
div.DivClassName
{
background-color: #D561D0;
}
.BgClassName
{
background-color: #D561D0;
}
</style>
border-color css
<style>
span { border-color: #D561D0; }
span { border-color: rgb(213,97,208); }
td.TdClassName
{
border-color: #D561D0;
}
.TagClassName
{
border-color: #D561D0;
}
</style>