Shades of Fuchsia #C564C8
Tints of Fuchsia #C564C8
RGB
CMYK
RGB Variations
Color information
#C564C8 (or 0xC564C8) is known color: Fuchsia. HEX triplet: C5, 64 and C8. RGB value is (197,100,200). Sum of RGB (Red+Green+Blue) = 197+100+200=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 200 - color contains mainly: blue. Hex color #C564C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564C8 is #3A9B37. Grayscale: #8C8C8C. Windows color (decimal): -3840824 or 13132997. OLE color: 13132997.
HSL color Cylindrical-coordinate representation of color #C564C8: hue angle of 298.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C564C8 is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 100 | 200 | - |
| CMYK | 0.02 | 0.5 | 0 | 0.22 |
| HSL | 298.2º | 0.48% | 0.59% | - |
| HSV(B) | 298.2º | 0.5% | 0.78% | - |
| XYZ | 38.01 | 25.15 | 57.5 | - |
| YUV | 140.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 200 | 0.02 | 0.5 | 0 | 0.22 | 298.2 | 0.48 | 0.59 |
| Hex | C5 | 64 | C8 | 2 | 32 | 0 | 16 | 12A | 30 | 3B |
| Octal | 305 | 144 | 310 | 2 | 62 | 0 | 26 | 452 | 60 | 73 |
| Binary | 11000101 | 1100100 | 11001000 | 10 | 110010 | 0 | 10110 | 100101010 | 110000 | 111011 |
Color Harmonies of #C564C8
Complementary color
Monochromatic Colors of #C564C8
Black with #C564C8
Text Example
Text Example
White with #C564C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C564C8; }
p { color: rgb(197,100,200); }
H1.HeaderClassName
{
color: #C564C8;
}
.AnyTagClassName
{
color: #C564C8;
}
</style>
background-color css
<style>
a { background-color: #C564C8; }
a { background-color: rgb(197,100,200); }
div.DivClassName
{
background-color: #C564C8;
}
.BgClassName
{
background-color: #C564C8;
}
</style>
border-color css
<style>
span { border-color: #C564C8; }
span { border-color: rgb(197,100,200); }
td.TdClassName
{
border-color: #C564C8;
}
.TagClassName
{
border-color: #C564C8;
}
</style>