#C568C9

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

Shades of Fuchsia #C568C9

Tints of Fuchsia #C568C9

Color information

#C568C9 (or 0xC568C9) is unknown color: approx Fuchsia. HEX triplet: C5, 68 and C9. RGB value is (197,104,201). Sum of RGB (Red+Green+Blue) = 197+104+201=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #C568C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C568C9 is #3A9736. Grayscale: #8E8E8E. Windows color (decimal): -3839799 or 13199557. OLE color: 13199557.

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

Color convert

RGB197104201-
CMYK0.020.4800.21
HSL297.53º47.32%59.8%-
HSV(B)297.53º48.26%78.82%-
XYZ38.5225.9958.24-
YUV142.86160.81166.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 104 (41.02% from 255) = 20.72%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=39.24%
G=20.72%
B=40.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971042010.020.4800.21297.5347.3259.8
HexC568C923001512a2f3c
Octal3051503112600254525774
Binary1100010111010001100100110110000010101100101010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C568C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C568C9; }

 p { color: rgb(197,104,201); }

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

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

 a { background-color: rgb(197,104,201); }

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

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

 span { border-color: rgb(197,104,201); }

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