#C55DCA

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

Shades of Fuchsia #C55DCA

Tints of Fuchsia #C55DCA

Color information

#C55DCA (or 0xC55DCA) is unknown color: approx Fuchsia. HEX triplet: C5, 5D and CA. RGB value is (197,93,202). Sum of RGB (Red+Green+Blue) = 197+93+202=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #C55DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DCA is #3AA235. Grayscale: #888888. Windows color (decimal): -3842614 or 13262277. OLE color: 13262277.

HSL color Cylindrical-coordinate representation of color #C55DCA: hue angle of 297.25º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55DCA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19793202-
CMYK0.020.5400.21
HSL297.25º50.7%57.84%-
HSV(B)297.25º53.96%79.22%-
XYZ37.623.9658.52-
YUV136.52164.96171.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 93 (36.72% from 255) = 18.90%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=40.04%
G=18.90%
B=41.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197932020.020.5400.21297.2550.757.84
HexC55DCA236015129333a
Octal3051353122660254516372
Binary1100010110111011100101010110110010101100101001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55DCA; }

 p { color: rgb(197,93,202); }

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

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

 a { background-color: rgb(197,93,202); }

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

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

 span { border-color: rgb(197,93,202); }

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