#C566C1

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

Shades of Fuchsia #C566C1

Tints of Fuchsia #C566C1

Color information

#C566C1 (or 0xC566C1) is unknown color: approx Fuchsia. HEX triplet: C5, 66 and C1. RGB value is (197,102,193). Sum of RGB (Red+Green+Blue) = 197+102+193=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C566C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566C1 is #3A993E. Grayscale: #8C8C8C. Windows color (decimal): -3840319 or 12674757. OLE color: 12674757.

HSL color Cylindrical-coordinate representation of color #C566C1: hue angle of 302.53º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C566C1 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB197102193-
CMYK00.480.020.23
HSL302.53º45.02%58.63%-
HSV(B)302.53º48.22%77.25%-
XYZ37.425.2253.35-
YUV140.78157.47168.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 102 (40.23% from 255) = 20.73%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=40.04%
G=20.73%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710219300.480.020.23302.5345.0258.63
HexC566C103021712f2d3b
Octal3051463010602274575573
Binary1100010111001101100000101100001010111100101111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C566C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C566C1; }

 p { color: rgb(197,102,193); }

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

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

 a { background-color: rgb(197,102,193); }

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

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

 span { border-color: rgb(197,102,193); }

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