Shades of Fuchsia #C656AD
Tints of Fuchsia #C656AD
RGB
CMYK
RGB Variations
Color information
#C656AD (or 0xC656AD) is known color: Fuchsia. HEX triplet: C6, 56 and AD. RGB value is (198,86,173). Sum of RGB (Red+Green+Blue) = 198+86+173=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C656AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C656AD is #39A952. Grayscale: #818181. Windows color (decimal): -3778899 or 11359942. OLE color: 11359942.
HSL color Cylindrical-coordinate representation of color #C656AD: hue angle of 313.39º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C656AD is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 173 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.22 |
| HSL | 313.39º | 0.5% | 0.56% | - |
| HSV(B) | 313.39º | 0.57% | 0.78% | - |
| XYZ | 34.16 | 21.68 | 41.92 | - |
| YUV | 129.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 173 | 0 | 0.57 | 0.13 | 0.22 | 313.39 | 0.5 | 0.56 |
| Hex | C6 | 56 | AD | 0 | 39 | D | 16 | 139 | 32 | 38 |
| Octal | 306 | 126 | 255 | 0 | 71 | 15 | 26 | 471 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10101101 | 0 | 111001 | 1101 | 10110 | 100111001 | 110010 | 111000 |
Color Harmonies of #C656AD
Complementary color
Monochromatic Colors of #C656AD
Black with #C656AD
Text Example
Text Example
White with #C656AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656AD; }
p { color: rgb(198,86,173); }
H1.HeaderClassName
{
color: #C656AD;
}
.AnyTagClassName
{
color: #C656AD;
}
</style>
background-color css
<style>
a { background-color: #C656AD; }
a { background-color: rgb(198,86,173); }
div.DivClassName
{
background-color: #C656AD;
}
.BgClassName
{
background-color: #C656AD;
}
</style>
border-color css
<style>
span { border-color: #C656AD; }
span { border-color: rgb(198,86,173); }
td.TdClassName
{
border-color: #C656AD;
}
.TagClassName
{
border-color: #C656AD;
}
</style>