#C564CA

Color #C564CA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C564CA

Tints of Fuchsia #C564CA

Color information

#C564CA (or 0xC564CA) is unknown color: approx Fuchsia. HEX triplet: C5, 64 and CA. RGB value is (197,100,202). Sum of RGB (Red+Green+Blue) = 197+100+202=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #C564CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564CA is #3A9B35. Grayscale: #8C8C8C. Windows color (decimal): -3840822 or 13264069. OLE color: 13264069.

HSL color Cylindrical-coordinate representation of color #C564CA: hue angle of 297.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C564CA is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197100202-
CMYK0.020.5000.21
HSL297.06º49.04%59.22%-
HSV(B)297.06º50.5%79.22%-
XYZ38.2425.2558.73-
YUV140.63162.64168.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 39.48%
GREEN value IS 100 (39.45% from 255) = 20.04%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=39.48%
G=20.04%
B=40.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971002020.020.5000.21297.0649.0459.22
HexC564CA232015129313b
Octal3051443122620254516173
Binary1100010111001001100101010110010010101100101001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C564CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C564CA; }

 p { color: rgb(197,100,202); }

 H1.HeaderClassName
 {
   color: #C564CA;
 }
 .AnyTagClassName
 {
   color: #C564CA;
 }
</style>
background-color css

<style>
 a { background-color: #C564CA; }

 a { background-color: rgb(197,100,202); }

 div.DivClassName
 {
   background-color: #C564CA;
 }
 .BgClassName
 {
   background-color: #C564CA;
 }
</style>
border-color css

<style>
 span { border-color: #C564CA; }

 span { border-color: rgb(197,100,202); }

 td.TdClassName
 {
   border-color: #C564CA;
 }
 .TagClassName
 {
   border-color: #C564CA;
 }
</style>