#C566C8

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

Shades of Fuchsia #C566C8

Tints of Fuchsia #C566C8

Color information

#C566C8 (or 0xC566C8) is unknown color: approx Fuchsia. HEX triplet: C5, 66 and C8. RGB value is (197,102,200). Sum of RGB (Red+Green+Blue) = 197+102+200=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #C566C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C566C8 is #3A9937. Grayscale: #8D8D8D. Windows color (decimal): -3840312 or 13133509. OLE color: 13133509.

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

Color convert

RGB197102200-
CMYK0.020.4900.22
HSL298.16º47.12%59.22%-
HSV(B)298.16º49%78.43%-
XYZ38.225.5457.56-
YUV141.58160.97167.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.48%
GREEN value IS 102 (40.23% from 255) = 20.44%
BLUE value IS 200 (78.52% from 255) = 40.08%
R=39.48%
G=20.44%
B=40.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971022000.020.4900.22298.1647.1259.22
HexC566C823101612a2f3b
Octal3051463102610264525773
Binary1100010111001101100100010110001010110100101010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C566C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C566C8; }

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

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

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

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

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

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

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

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