Shades of Fuchsia #C656B6
Tints of Fuchsia #C656B6
RGB
CMYK
RGB Variations
Color information
#C656B6 (or 0xC656B6) is known color: Fuchsia. HEX triplet: C6, 56 and B6. RGB value is (198,86,182). Sum of RGB (Red+Green+Blue) = 198+86+182=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C656B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656B6 is #39A949. Grayscale: #828282. Windows color (decimal): -3778890 or 11949766. OLE color: 11949766.
HSL color Cylindrical-coordinate representation of color #C656B6: hue angle of 308.57º 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 #C656B6 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 182 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.22 |
| HSL | 308.57º | 0.5% | 0.56% | - |
| HSV(B) | 308.57º | 0.57% | 0.78% | - |
| XYZ | 35.06 | 22.04 | 46.66 | - |
| YUV | 130.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 182 | 0 | 0.57 | 0.08 | 0.22 | 308.57 | 0.5 | 0.56 |
| Hex | C6 | 56 | B6 | 0 | 39 | 8 | 16 | 135 | 32 | 38 |
| Octal | 306 | 126 | 266 | 0 | 71 | 10 | 26 | 465 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10110110 | 0 | 111001 | 1000 | 10110 | 100110101 | 110010 | 111000 |
Color Harmonies of #C656B6
Complementary color
Monochromatic Colors of #C656B6
Black with #C656B6
Text Example
Text Example
White with #C656B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656B6; }
p { color: rgb(198,86,182); }
H1.HeaderClassName
{
color: #C656B6;
}
.AnyTagClassName
{
color: #C656B6;
}
</style>
background-color css
<style>
a { background-color: #C656B6; }
a { background-color: rgb(198,86,182); }
div.DivClassName
{
background-color: #C656B6;
}
.BgClassName
{
background-color: #C656B6;
}
</style>
border-color css
<style>
span { border-color: #C656B6; }
span { border-color: rgb(198,86,182); }
td.TdClassName
{
border-color: #C656B6;
}
.TagClassName
{
border-color: #C656B6;
}
</style>