Shades of Medium Orchid #C56AE4
Tints of Medium Orchid #C56AE4
RGB
CMYK
RGB Variations
Color information
#C56AE4 (or 0xC56AE4) is known color: Medium Orchid. HEX triplet: C5, 6A and E4. RGB value is (197,106,228). Sum of RGB (Red+Green+Blue) = 197+106+228=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #C56AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56AE4 is #3A951B. Grayscale: #929292. Windows color (decimal): -3839260 or 14969541. OLE color: 14969541.
HSL color Cylindrical-coordinate representation of color #C56AE4: hue angle of 284.75º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C56AE4 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 106 | 228 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.11 |
| HSL | 284.75º | 0.69% | 0.65% | - |
| HSV(B) | 284.75º | 0.54% | 0.89% | - |
| XYZ | 42.18 | 27.78 | 76.54 | - |
| YUV | 147.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 228 | 0.14 | 0.54 | 0 | 0.11 | 284.75 | 0.69 | 0.65 |
| Hex | C5 | 6A | E4 | E | 36 | 0 | B | 11D | 45 | 41 |
| Octal | 305 | 152 | 344 | 16 | 66 | 0 | 13 | 435 | 105 | 101 |
| Binary | 11000101 | 1101010 | 11100100 | 1110 | 110110 | 0 | 1011 | 100011101 | 1000101 | 1000001 |
Color Harmonies of #C56AE4
Complementary color
Monochromatic Colors of #C56AE4
Black with #C56AE4
Text Example
Text Example
White with #C56AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AE4; }
p { color: rgb(197,106,228); }
H1.HeaderClassName
{
color: #C56AE4;
}
.AnyTagClassName
{
color: #C56AE4;
}
</style>
background-color css
<style>
a { background-color: #C56AE4; }
a { background-color: rgb(197,106,228); }
div.DivClassName
{
background-color: #C56AE4;
}
.BgClassName
{
background-color: #C56AE4;
}
</style>
border-color css
<style>
span { border-color: #C56AE4; }
span { border-color: rgb(197,106,228); }
td.TdClassName
{
border-color: #C56AE4;
}
.TagClassName
{
border-color: #C56AE4;
}
</style>