Shades of Fuchsia #C656CE
Tints of Fuchsia #C656CE
RGB
CMYK
RGB Variations
Color information
#C656CE (or 0xC656CE) is known color: Fuchsia. HEX triplet: C6, 56 and CE. RGB value is (198,86,206). Sum of RGB (Red+Green+Blue) = 198+86+206=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #C656CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656CE is #39A931. Grayscale: #848484. Windows color (decimal): -3778866 or 13522630. OLE color: 13522630.
HSL color Cylindrical-coordinate representation of color #C656CE: hue angle of 296º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C656CE is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 86 | 206 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.19 |
| HSL | 296º | 0.55% | 0.57% | - |
| HSV(B) | 296º | 0.58% | 0.81% | - |
| XYZ | 37.76 | 23.12 | 60.86 | - |
| YUV | 133.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 206 | 0.04 | 0.58 | 0 | 0.19 | 296 | 0.55 | 0.57 |
| Hex | C6 | 56 | CE | 4 | 3A | 0 | 13 | 128 | 37 | 39 |
| Octal | 306 | 126 | 316 | 4 | 72 | 0 | 23 | 450 | 67 | 71 |
| Binary | 11000110 | 1010110 | 11001110 | 100 | 111010 | 0 | 10011 | 100101000 | 110111 | 111001 |
Color Harmonies of #C656CE
Complementary color
Monochromatic Colors of #C656CE
Black with #C656CE
Text Example
Text Example
White with #C656CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656CE; }
p { color: rgb(198,86,206); }
H1.HeaderClassName
{
color: #C656CE;
}
.AnyTagClassName
{
color: #C656CE;
}
</style>
background-color css
<style>
a { background-color: #C656CE; }
a { background-color: rgb(198,86,206); }
div.DivClassName
{
background-color: #C656CE;
}
.BgClassName
{
background-color: #C656CE;
}
</style>
border-color css
<style>
span { border-color: #C656CE; }
span { border-color: rgb(198,86,206); }
td.TdClassName
{
border-color: #C656CE;
}
.TagClassName
{
border-color: #C656CE;
}
</style>