Shades of Fuchsia #C56BC6
Tints of Fuchsia #C56BC6
RGB
CMYK
RGB Variations
Color information
#C56BC6 (or 0xC56BC6) is known color: Fuchsia. HEX triplet: C5, 6B and C6. RGB value is (197,107,198). Sum of RGB (Red+Green+Blue) = 197+107+198=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #C56BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BC6 is #3A9439. Grayscale: #909090. Windows color (decimal): -3839034 or 13003717. OLE color: 13003717.
HSL color Cylindrical-coordinate representation of color #C56BC6: hue angle of 299.34º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56BC6 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 107 | 198 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.22 |
| HSL | 299.34º | 0.44% | 0.6% | - |
| HSV(B) | 299.34º | 0.46% | 0.78% | - |
| XYZ | 38.48 | 26.46 | 56.51 | - |
| YUV | 144.28 | 158.32 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 198 | 0.01 | 0.46 | 0 | 0.22 | 299.34 | 0.44 | 0.6 |
| Hex | C5 | 6B | C6 | 1 | 2E | 0 | 16 | 12B | 2C | 3C |
| Octal | 305 | 153 | 306 | 1 | 56 | 0 | 26 | 453 | 54 | 74 |
| Binary | 11000101 | 1101011 | 11000110 | 1 | 101110 | 0 | 10110 | 100101011 | 101100 | 111100 |
Color Harmonies of #C56BC6
Complementary color
Monochromatic Colors of #C56BC6
Black with #C56BC6
Text Example
Text Example
White with #C56BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BC6; }
p { color: rgb(197,107,198); }
H1.HeaderClassName
{
color: #C56BC6;
}
.AnyTagClassName
{
color: #C56BC6;
}
</style>
background-color css
<style>
a { background-color: #C56BC6; }
a { background-color: rgb(197,107,198); }
div.DivClassName
{
background-color: #C56BC6;
}
.BgClassName
{
background-color: #C56BC6;
}
</style>
border-color css
<style>
span { border-color: #C56BC6; }
span { border-color: rgb(197,107,198); }
td.TdClassName
{
border-color: #C56BC6;
}
.TagClassName
{
border-color: #C56BC6;
}
</style>