#C555CC

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

Shades of Fuchsia #C555CC

Tints of Fuchsia #C555CC

Color information

#C555CC (or 0xC555CC) is unknown color: approx Fuchsia. HEX triplet: C5, 55 and CC. RGB value is (197,85,204). Sum of RGB (Red+Green+Blue) = 197+85+204=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #C555CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555CC is #3AAA33. Grayscale: #838383. Windows color (decimal): -3844660 or 13391301. OLE color: 13391301.

HSL color Cylindrical-coordinate representation of color #C555CC: hue angle of 296.47º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C555CC is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19785204-
CMYK0.030.5800.2
HSL296.47º53.85%56.67%-
HSV(B)296.47º58.33%80%-
XYZ37.1722.7359.55-
YUV132.05168.61174.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.53%
GREEN value IS 85 (33.59% from 255) = 17.49%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=40.53%
G=17.49%
B=41.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197852040.030.5800.2296.4753.8556.67
HexC555CC33A0141283639
Octal3051253143720244506671
Binary1100010110101011100110011111010010100100101000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C555CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C555CC; }

 p { color: rgb(197,85,204); }

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

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

 a { background-color: rgb(197,85,204); }

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

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

 span { border-color: rgb(197,85,204); }

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