Shades of Medium Orchid #C56AD7
Tints of Medium Orchid #C56AD7
RGB
CMYK
RGB Variations
Color information
#C56AD7 (or 0xC56AD7) is known color: Medium Orchid. HEX triplet: C5, 6A and D7. RGB value is (197,106,215). Sum of RGB (Red+Green+Blue) = 197+106+215=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #C56AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AD7 is #3A9528. Grayscale: #919191. Windows color (decimal): -3839273 or 14117573. OLE color: 14117573.
HSL color Cylindrical-coordinate representation of color #C56AD7: hue angle of 290.09º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56AD7 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 106 | 215 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.16 |
| HSL | 290.09º | 0.58% | 0.63% | - |
| HSV(B) | 290.09º | 0.51% | 0.84% | - |
| XYZ | 40.45 | 27.08 | 67.39 | - |
| YUV | 145.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 215 | 0.08 | 0.51 | 0 | 0.16 | 290.09 | 0.58 | 0.63 |
| Hex | C5 | 6A | D7 | 8 | 33 | 0 | 10 | 122 | 3A | 3F |
| Octal | 305 | 152 | 327 | 10 | 63 | 0 | 20 | 442 | 72 | 77 |
| Binary | 11000101 | 1101010 | 11010111 | 1000 | 110011 | 0 | 10000 | 100100010 | 111010 | 111111 |
Color Harmonies of #C56AD7
Complementary color
Monochromatic Colors of #C56AD7
Black with #C56AD7
Text Example
Text Example
White with #C56AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AD7; }
p { color: rgb(197,106,215); }
H1.HeaderClassName
{
color: #C56AD7;
}
.AnyTagClassName
{
color: #C56AD7;
}
</style>
background-color css
<style>
a { background-color: #C56AD7; }
a { background-color: rgb(197,106,215); }
div.DivClassName
{
background-color: #C56AD7;
}
.BgClassName
{
background-color: #C56AD7;
}
</style>
border-color css
<style>
span { border-color: #C56AD7; }
span { border-color: rgb(197,106,215); }
td.TdClassName
{
border-color: #C56AD7;
}
.TagClassName
{
border-color: #C56AD7;
}
</style>