Shades of Fuchsia #C656CA
Tints of Fuchsia #C656CA
RGB
CMYK
RGB Variations
Color information
#C656CA (or 0xC656CA) is known color: Fuchsia. HEX triplet: C6, 56 and CA. RGB value is (198,86,202). Sum of RGB (Red+Green+Blue) = 198+86+202=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #C656CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656CA is #39A935. Grayscale: #848484. Windows color (decimal): -3778870 or 13260486. OLE color: 13260486.
HSL color Cylindrical-coordinate representation of color #C656CA: hue angle of 297.93º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C656CA is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 86 | 202 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.21 |
| HSL | 297.93º | 0.52% | 0.56% | - |
| HSV(B) | 297.93º | 0.57% | 0.79% | - |
| XYZ | 37.28 | 22.93 | 58.34 | - |
| YUV | 132.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 202 | 0.02 | 0.57 | 0 | 0.21 | 297.93 | 0.52 | 0.56 |
| Hex | C6 | 56 | CA | 2 | 39 | 0 | 15 | 12A | 34 | 38 |
| Octal | 306 | 126 | 312 | 2 | 71 | 0 | 25 | 452 | 64 | 70 |
| Binary | 11000110 | 1010110 | 11001010 | 10 | 111001 | 0 | 10101 | 100101010 | 110100 | 111000 |
Color Harmonies of #C656CA
Complementary color
Monochromatic Colors of #C656CA
Black with #C656CA
Text Example
Text Example
White with #C656CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656CA; }
p { color: rgb(198,86,202); }
H1.HeaderClassName
{
color: #C656CA;
}
.AnyTagClassName
{
color: #C656CA;
}
</style>
background-color css
<style>
a { background-color: #C656CA; }
a { background-color: rgb(198,86,202); }
div.DivClassName
{
background-color: #C656CA;
}
.BgClassName
{
background-color: #C656CA;
}
</style>
border-color css
<style>
span { border-color: #C656CA; }
span { border-color: rgb(198,86,202); }
td.TdClassName
{
border-color: #C656CA;
}
.TagClassName
{
border-color: #C656CA;
}
</style>