#C564BD

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

Shades of Fuchsia #C564BD

Tints of Fuchsia #C564BD

Color information

#C564BD (or 0xC564BD) is unknown color: approx Fuchsia. HEX triplet: C5, 64 and BD. RGB value is (197,100,189). Sum of RGB (Red+Green+Blue) = 197+100+189=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C564BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564BD is #3A9B42. Grayscale: #8A8A8A. Windows color (decimal): -3840835 or 12412101. OLE color: 12412101.

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

Color convert

RGB197100189-
CMYK00.490.040.23
HSL304.95º45.54%58.24%-
HSV(B)304.95º49.24%77.25%-
XYZ36.7724.6650.97-
YUV139.15156.14169.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.53%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=40.53%
G=20.58%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710018900.490.040.23304.9545.5458.24
HexC564BD0314171312e3a
Octal3051442750614274615672
Binary11000101110010010111101011000110010111100110001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C564BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C564BD; }

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

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

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

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

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

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

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

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