#C556C8

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

Shades of Fuchsia #C556C8

Tints of Fuchsia #C556C8

Color information

#C556C8 (or 0xC556C8) is unknown color: approx Fuchsia. HEX triplet: C5, 56 and C8. RGB value is (197,86,200). Sum of RGB (Red+Green+Blue) = 197+86+200=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 200 - color contains mainly: blue. Hex color #C556C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556C8 is #3AA937. Grayscale: #838383. Windows color (decimal): -3844408 or 13129413. OLE color: 13129413.

HSL color Cylindrical-coordinate representation of color #C556C8: hue angle of 298.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C556C8 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19786200-
CMYK0.020.5700.22
HSL298.42º50.89%56.08%-
HSV(B)298.42º57%78.43%-
XYZ36.7822.757.09-
YUV132.18166.27174.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.79%
GREEN value IS 86 (33.98% from 255) = 17.81%
BLUE value IS 200 (78.52% from 255) = 41.41%
R=40.79%
G=17.81%
B=41.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197862000.020.5700.22298.4250.8956.08
HexC556C823901612a3338
Octal3051263102710264526370
Binary1100010110101101100100010111001010110100101010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C556C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C556C8; }

 p { color: rgb(197,86,200); }

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

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

 a { background-color: rgb(197,86,200); }

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

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

 span { border-color: rgb(197,86,200); }

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