#c564cb

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

Shades of Fuchsia #C564CB

Tints of Fuchsia #C564CB

Color information

#C564CB (or 0xC564CB) is unknown color: approx Fuchsia. HEX triplet: C5, 64 and CB. RGB value is (197,100,203). Sum of RGB (Red+Green+Blue) = 197+100+203=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #C564CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C564CB is #3A9B34. Grayscale: #8C8C8C. Windows color (decimal): -3840821 or 13329605. OLE color: 13329605.

HSL color Cylindrical-coordinate representation of color #C564CB: hue angle of 296.5º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C564CB is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197100203-
CMYK0.030.5100.20
HSL296.5º49.76%59.41%-
HSV(B)296.5º50.74%79.61%-
XYZ38.3625.359.36-
YUV140.74163.14168.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.4%
GREEN value IS 100 (39.45% from 255) = 20%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=39.4%
G=20%
B=40.6%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971002030.030.5100.20296.549.7659.41
HexC564CB333014129323b
Octal3051443133630244516273
Binary1100010111001001100101111110011010100100101001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c564cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c564cb; }

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

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

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

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

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

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

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

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