#C56CC4

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

Shades of Fuchsia #C56CC4

Tints of Fuchsia #C56CC4

Color information

#C56CC4 (or 0xC56CC4) is unknown color: approx Fuchsia. HEX triplet: C5, 6C and C4. RGB value is (197,108,196). Sum of RGB (Red+Green+Blue) = 197+108+196=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C56CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56CC4 is #3A933B. Grayscale: #909090. Windows color (decimal): -3838780 or 12872901. OLE color: 12872901.

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

Color convert

RGB197108196-
CMYK00.450.010.23
HSL300.67º43.41%59.8%-
HSV(B)300.67º45.18%77.25%-
XYZ38.3526.5855.33-
YUV144.64156.99165.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 108 (42.58% from 255) = 21.56%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=39.32%
G=21.56%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710819600.450.010.23300.6743.4159.8
HexC56CC402D11712d2b3c
Octal3051543040551274555374
Binary110001011101100110001000101101110111100101101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56CC4; }

 p { color: rgb(197,108,196); }

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

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

 a { background-color: rgb(197,108,196); }

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

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

 span { border-color: rgb(197,108,196); }

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