Shades of Orchid #D561DC
Tints of Orchid #D561DC
RGB
CMYK
RGB Variations
Color information
#D561DC (or 0xD561DC) is known color: Orchid. HEX triplet: D5, 61 and DC. RGB value is (213,97,220). Sum of RGB (Red+Green+Blue) = 213+97+220=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #D561DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561DC is #2A9E23. Grayscale: #919191. Windows color (decimal): -2792996 or 14442965. OLE color: 14442965.
HSL color Cylindrical-coordinate representation of color #D561DC: hue angle of 296.59º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D561DC is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 97 | 220 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.14 |
| HSL | 296.59º | 0.64% | 0.62% | - |
| HSV(B) | 296.59º | 0.56% | 0.86% | - |
| XYZ | 44.63 | 27.86 | 70.74 | - |
| YUV | 145.71 | 169.93 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 220 | 0.03 | 0.56 | 0 | 0.14 | 296.59 | 0.64 | 0.62 |
| Hex | D5 | 61 | DC | 3 | 38 | 0 | E | 129 | 40 | 3E |
| Octal | 325 | 141 | 334 | 3 | 70 | 0 | 16 | 451 | 100 | 76 |
| Binary | 11010101 | 1100001 | 11011100 | 11 | 111000 | 0 | 1110 | 100101001 | 1000000 | 111110 |
Color Harmonies of #D561DC
Complementary color
Monochromatic Colors of #D561DC
Black with #D561DC
Text Example
Text Example
White with #D561DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561DC; }
p { color: rgb(213,97,220); }
H1.HeaderClassName
{
color: #D561DC;
}
.AnyTagClassName
{
color: #D561DC;
}
</style>
background-color css
<style>
a { background-color: #D561DC; }
a { background-color: rgb(213,97,220); }
div.DivClassName
{
background-color: #D561DC;
}
.BgClassName
{
background-color: #D561DC;
}
</style>
border-color css
<style>
span { border-color: #D561DC; }
span { border-color: rgb(213,97,220); }
td.TdClassName
{
border-color: #D561DC;
}
.TagClassName
{
border-color: #D561DC;
}
</style>