Shades of Orchid #D561CE
Tints of Orchid #D561CE
RGB
CMYK
RGB Variations
Color information
#D561CE (or 0xD561CE) is known color: Orchid. HEX triplet: D5, 61 and CE. RGB value is (213,97,206). Sum of RGB (Red+Green+Blue) = 213+97+206=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D561CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561CE is #2A9E31. Grayscale: #8F8F8F. Windows color (decimal): -2793010 or 13525461. OLE color: 13525461.
HSL color Cylindrical-coordinate representation of color #D561CE: hue angle of 303.62º 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 #D561CE is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 206 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.16 |
| HSL | 303.62º | 0.58% | 0.61% | - |
| HSV(B) | 303.62º | 0.54% | 0.84% | - |
| XYZ | 42.86 | 27.15 | 61.37 | - |
| YUV | 144.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 206 | 0 | 0.54 | 0.03 | 0.16 | 303.62 | 0.58 | 0.61 |
| Hex | D5 | 61 | CE | 0 | 36 | 3 | 10 | 130 | 3A | 3D |
| Octal | 325 | 141 | 316 | 0 | 66 | 3 | 20 | 460 | 72 | 75 |
| Binary | 11010101 | 1100001 | 11001110 | 0 | 110110 | 11 | 10000 | 100110000 | 111010 | 111101 |
Color Harmonies of #D561CE
Complementary color
Monochromatic Colors of #D561CE
Black with #D561CE
Text Example
Text Example
White with #D561CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561CE; }
p { color: rgb(213,97,206); }
H1.HeaderClassName
{
color: #D561CE;
}
.AnyTagClassName
{
color: #D561CE;
}
</style>
background-color css
<style>
a { background-color: #D561CE; }
a { background-color: rgb(213,97,206); }
div.DivClassName
{
background-color: #D561CE;
}
.BgClassName
{
background-color: #D561CE;
}
</style>
border-color css
<style>
span { border-color: #D561CE; }
span { border-color: rgb(213,97,206); }
td.TdClassName
{
border-color: #D561CE;
}
.TagClassName
{
border-color: #D561CE;
}
</style>