Shades of Medium Orchid #C56ADC
Tints of Medium Orchid #C56ADC
RGB
CMYK
RGB Variations
Color information
#C56ADC (or 0xC56ADC) is known color: Medium Orchid. HEX triplet: C5, 6A and DC. RGB value is (197,106,220). Sum of RGB (Red+Green+Blue) = 197+106+220=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #C56ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ADC is #3A9523. Grayscale: #919191. Windows color (decimal): -3839268 or 14445253. OLE color: 14445253.
HSL color Cylindrical-coordinate representation of color #C56ADC: hue angle of 287.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C56ADC is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 106 | 220 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.14 |
| HSL | 287.89º | 0.62% | 0.64% | - |
| HSV(B) | 287.89º | 0.52% | 0.86% | - |
| XYZ | 41.1 | 27.35 | 70.82 | - |
| YUV | 146.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 220 | 0.10 | 0.52 | 0 | 0.14 | 287.89 | 0.62 | 0.64 |
| Hex | C5 | 6A | DC | A | 34 | 0 | E | 120 | 3E | 40 |
| Octal | 305 | 152 | 334 | 12 | 64 | 0 | 16 | 440 | 76 | 100 |
| Binary | 11000101 | 1101010 | 11011100 | 1010 | 110100 | 0 | 1110 | 100100000 | 111110 | 1000000 |
Color Harmonies of #C56ADC
Complementary color
Monochromatic Colors of #C56ADC
Black with #C56ADC
Text Example
Text Example
White with #C56ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56ADC; }
p { color: rgb(197,106,220); }
H1.HeaderClassName
{
color: #C56ADC;
}
.AnyTagClassName
{
color: #C56ADC;
}
</style>
background-color css
<style>
a { background-color: #C56ADC; }
a { background-color: rgb(197,106,220); }
div.DivClassName
{
background-color: #C56ADC;
}
.BgClassName
{
background-color: #C56ADC;
}
</style>
border-color css
<style>
span { border-color: #C56ADC; }
span { border-color: rgb(197,106,220); }
td.TdClassName
{
border-color: #C56ADC;
}
.TagClassName
{
border-color: #C56ADC;
}
</style>