#C564BA

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

Shades of Fuchsia #C564BA

Tints of Fuchsia #C564BA

Color information

#C564BA (or 0xC564BA) is unknown color: approx Fuchsia. HEX triplet: C5, 64 and BA. RGB value is (197,100,186). Sum of RGB (Red+Green+Blue) = 197+100+186=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C564BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564BA is #3A9B45. Grayscale: #8A8A8A. Windows color (decimal): -3840838 or 12215493. OLE color: 12215493.

HSL color Cylindrical-coordinate representation of color #C564BA: hue angle of 306.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C564BA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197100186-
CMYK00.490.060.23
HSL306.8º45.54%58.24%-
HSV(B)306.8º49.24%77.25%-
XYZ36.4524.5349.27-
YUV138.81154.64169.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.79%
GREEN value IS 100 (39.45% from 255) = 20.70%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=40.79%
G=20.70%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710018600.490.060.23306.845.5458.24
HexC564BA0316171332e3a
Octal3051442720616274635672
Binary11000101110010010111010011000111010111100110011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C564BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C564BA; }

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

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

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

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

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

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

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

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