#C564B9

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

Shades of Fuchsia #C564B9

Tints of Fuchsia #C564B9

Color information

#C564B9 (or 0xC564B9) is unknown color: approx Fuchsia. HEX triplet: C5, 64 and B9. RGB value is (197,100,185). Sum of RGB (Red+Green+Blue) = 197+100+185=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C564B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564B9 is #3A9B46. Grayscale: #8A8A8A. Windows color (decimal): -3840839 or 12149957. OLE color: 12149957.

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

Color convert

RGB197100185-
CMYK00.490.060.23
HSL307.42º45.54%58.24%-
HSV(B)307.42º49.24%77.25%-
XYZ36.3424.4948.71-
YUV138.69154.14169.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 100 (39.45% from 255) = 20.75%
BLUE value IS 185 (72.66% from 255) = 38.38%
R=40.87%
G=20.75%
B=38.38%

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
Decimal19710018500.490.060.23307.4245.5458.24
HexC564B90316171332e3a
Octal3051442710616274635672
Binary11000101110010010111001011000111010111100110011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C564B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C564B9; }

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

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

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

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

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

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

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

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