Shades of Orchid #D561D7
Tints of Orchid #D561D7
RGB
CMYK
RGB Variations
Color information
#D561D7 (or 0xD561D7) is known color: Orchid. HEX triplet: D5, 61 and D7. RGB value is (213,97,215). Sum of RGB (Red+Green+Blue) = 213+97+215=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #D561D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D561D7 is #2A9E28. Grayscale: #909090. Windows color (decimal): -2793001 or 14115285. OLE color: 14115285.
HSL color Cylindrical-coordinate representation of color #D561D7: hue angle of 298.98º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D561D7 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 215 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.16 |
| HSL | 298.98º | 0.6% | 0.61% | - |
| HSV(B) | 298.98º | 0.55% | 0.84% | - |
| XYZ | 43.98 | 27.6 | 67.3 | - |
| YUV | 145.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 215 | 0.01 | 0.55 | 0 | 0.16 | 298.98 | 0.6 | 0.61 |
| Hex | D5 | 61 | D7 | 1 | 37 | 0 | 10 | 12B | 3C | 3D |
| Octal | 325 | 141 | 327 | 1 | 67 | 0 | 20 | 453 | 74 | 75 |
| Binary | 11010101 | 1100001 | 11010111 | 1 | 110111 | 0 | 10000 | 100101011 | 111100 | 111101 |
Color Harmonies of #D561D7
Complementary color
Monochromatic Colors of #D561D7
Black with #D561D7
Text Example
Text Example
White with #D561D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561D7; }
p { color: rgb(213,97,215); }
H1.HeaderClassName
{
color: #D561D7;
}
.AnyTagClassName
{
color: #D561D7;
}
</style>
background-color css
<style>
a { background-color: #D561D7; }
a { background-color: rgb(213,97,215); }
div.DivClassName
{
background-color: #D561D7;
}
.BgClassName
{
background-color: #D561D7;
}
</style>
border-color css
<style>
span { border-color: #D561D7; }
span { border-color: rgb(213,97,215); }
td.TdClassName
{
border-color: #D561D7;
}
.TagClassName
{
border-color: #D561D7;
}
</style>