Shades of Orchid #D561C5
Tints of Orchid #D561C5
RGB
CMYK
RGB Variations
Color information
#D561C5 (or 0xD561C5) is known color: Orchid. HEX triplet: D5, 61 and C5. RGB value is (213,97,197). Sum of RGB (Red+Green+Blue) = 213+97+197=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D561C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561C5 is #2A9E3A. Grayscale: #8E8E8E. Windows color (decimal): -2793019 or 12935637. OLE color: 12935637.
HSL color Cylindrical-coordinate representation of color #D561C5: hue angle of 308.28º 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 #D561C5 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 197 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.16 |
| HSL | 308.28º | 0.58% | 0.61% | - |
| HSV(B) | 308.28º | 0.54% | 0.84% | - |
| XYZ | 41.79 | 26.73 | 55.78 | - |
| YUV | 143.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 197 | 0 | 0.54 | 0.08 | 0.16 | 308.28 | 0.58 | 0.61 |
| Hex | D5 | 61 | C5 | 0 | 36 | 8 | 10 | 134 | 3A | 3D |
| Octal | 325 | 141 | 305 | 0 | 66 | 10 | 20 | 464 | 72 | 75 |
| Binary | 11010101 | 1100001 | 11000101 | 0 | 110110 | 1000 | 10000 | 100110100 | 111010 | 111101 |
Color Harmonies of #D561C5
Complementary color
Monochromatic Colors of #D561C5
Black with #D561C5
Text Example
Text Example
White with #D561C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561C5; }
p { color: rgb(213,97,197); }
H1.HeaderClassName
{
color: #D561C5;
}
.AnyTagClassName
{
color: #D561C5;
}
</style>
background-color css
<style>
a { background-color: #D561C5; }
a { background-color: rgb(213,97,197); }
div.DivClassName
{
background-color: #D561C5;
}
.BgClassName
{
background-color: #D561C5;
}
</style>
border-color css
<style>
span { border-color: #D561C5; }
span { border-color: rgb(213,97,197); }
td.TdClassName
{
border-color: #D561C5;
}
.TagClassName
{
border-color: #D561C5;
}
</style>