#C564B7

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

Shades of Fuchsia #C564B7

Tints of Fuchsia #C564B7

Color information

#C564B7 (or 0xC564B7) is unknown color: approx Fuchsia. HEX triplet: C5, 64 and B7. RGB value is (197,100,183). Sum of RGB (Red+Green+Blue) = 197+100+183=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C564B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564B7 is #3A9B48. Grayscale: #8A8A8A. Windows color (decimal): -3840841 or 12018885. OLE color: 12018885.

HSL color Cylindrical-coordinate representation of color #C564B7: hue angle of 308.66º 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 #C564B7 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB197100183-
CMYK00.490.070.23
HSL308.66º45.54%58.24%-
HSV(B)308.66º49.24%77.25%-
XYZ36.1324.447.61-
YUV138.46153.14169.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.04%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 183 (71.88% from 255) = 38.12%
R=41.04%
G=20.83%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710018300.490.070.23308.6645.5458.24
HexC564B70317171352e3a
Octal3051442670617274655672
Binary11000101110010010110111011000111110111100110101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C564B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C564B7; }

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

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

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

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

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

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

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

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