Shades of Medium Orchid #C56AE5
Tints of Medium Orchid #C56AE5
RGB
CMYK
RGB Variations
Color information
#C56AE5 (or 0xC56AE5) is known color: Medium Orchid. HEX triplet: C5, 6A and E5. RGB value is (197,106,229). Sum of RGB (Red+Green+Blue) = 197+106+229=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #C56AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AE5 is #3A951A. Grayscale: #929292. Windows color (decimal): -3839259 or 15035077. OLE color: 15035077.
HSL color Cylindrical-coordinate representation of color #C56AE5: hue angle of 284.39º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C56AE5 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 106 | 229 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.10 |
| HSL | 284.39º | 0.7% | 0.66% | - |
| HSV(B) | 284.39º | 0.54% | 0.9% | - |
| XYZ | 42.32 | 27.84 | 77.27 | - |
| YUV | 147.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 229 | 0.14 | 0.54 | 0 | 0.10 | 284.39 | 0.7 | 0.66 |
| Hex | C5 | 6A | E5 | E | 36 | 0 | A | 11C | 46 | 42 |
| Octal | 305 | 152 | 345 | 16 | 66 | 0 | 12 | 434 | 106 | 102 |
| Binary | 11000101 | 1101010 | 11100101 | 1110 | 110110 | 0 | 1010 | 100011100 | 1000110 | 1000010 |
Color Harmonies of #C56AE5
Complementary color
Monochromatic Colors of #C56AE5
Black with #C56AE5
Text Example
Text Example
White with #C56AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AE5; }
p { color: rgb(197,106,229); }
H1.HeaderClassName
{
color: #C56AE5;
}
.AnyTagClassName
{
color: #C56AE5;
}
</style>
background-color css
<style>
a { background-color: #C56AE5; }
a { background-color: rgb(197,106,229); }
div.DivClassName
{
background-color: #C56AE5;
}
.BgClassName
{
background-color: #C56AE5;
}
</style>
border-color css
<style>
span { border-color: #C56AE5; }
span { border-color: rgb(197,106,229); }
td.TdClassName
{
border-color: #C56AE5;
}
.TagClassName
{
border-color: #C56AE5;
}
</style>