#C647C0

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

Shades of Fuchsia #C647C0

Tints of Fuchsia #C647C0

Color information

#C647C0 (or 0xC647C0) is unknown color: approx Fuchsia. HEX triplet: C6, 47 and C0. RGB value is (198,71,192). Sum of RGB (Red+Green+Blue) = 198+71+192=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C647C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647C0 is #39B83F. Grayscale: #7A7A7A. Windows color (decimal): -3782720 or 12601286. OLE color: 12601286.

HSL color Cylindrical-coordinate representation of color #C647C0: hue angle of 302.83º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C647C0 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB19871192-
CMYK00.640.030.22
HSL302.83º52.7%52.75%-
HSV(B)302.83º64.14%77.65%-
XYZ35.0620.3251.94-
YUV122.77167.08181.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 71 (28.12% from 255) = 15.40%
BLUE value IS 192 (75.39% from 255) = 41.65%
R=42.95%
G=15.40%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987119200.640.030.22302.8352.752.75
HexC647C004031612f3535
Octal30610730001003264576565
Binary11000110100011111000000010000001110110100101111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C647C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C647C0; }

 p { color: rgb(198,71,192); }

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

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

 a { background-color: rgb(198,71,192); }

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

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

 span { border-color: rgb(198,71,192); }

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