#C567CA

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

Shades of Fuchsia #C567CA

Tints of Fuchsia #C567CA

Color information

#C567CA (or 0xC567CA) is unknown color: approx Fuchsia. HEX triplet: C5, 67 and CA. RGB value is (197,103,202). Sum of RGB (Red+Green+Blue) = 197+103+202=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #C567CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567CA is #3A9835. Grayscale: #8E8E8E. Windows color (decimal): -3840054 or 13264837. OLE color: 13264837.

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

Color convert

RGB197103202-
CMYK0.020.4900.21
HSL296.97º48.29%59.8%-
HSV(B)296.97º49.01%79.22%-
XYZ38.5425.8458.83-
YUV142.39161.64166.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 103 (40.62% from 255) = 20.52%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=39.24%
G=20.52%
B=40.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971032020.020.4900.21296.9748.2959.8
HexC567CA231015129303c
Octal3051473122610254516074
Binary1100010111001111100101010110001010101100101001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C567CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C567CA; }

 p { color: rgb(197,103,202); }

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

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

 a { background-color: rgb(197,103,202); }

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

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

 span { border-color: rgb(197,103,202); }

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