#C564B4

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

Shades of Fuchsia #C564B4

Tints of Fuchsia #C564B4

Color information

#C564B4 (or 0xC564B4) is unknown color: approx Fuchsia. HEX triplet: C5, 64 and B4. RGB value is (197,100,180). Sum of RGB (Red+Green+Blue) = 197+100+180=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C564B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564B4 is #3A9B4B. Grayscale: #898989. Windows color (decimal): -3840844 or 11822277. OLE color: 11822277.

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

Color convert

RGB197100180-
CMYK00.490.090.23
HSL310.52º45.54%58.24%-
HSV(B)310.52º49.24%77.25%-
XYZ35.8224.2845.98-
YUV138.12151.64170-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 180 (70.70% from 255) = 37.74%
R=41.30%
G=20.96%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710018000.490.090.23310.5245.5458.24
HexC564B40319171372e3a
Octal30514426406111274675672
Binary110001011100100101101000110001100110111100110111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C564B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C564B4; }

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

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

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

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

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

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

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

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