#C65BC6

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

Shades of Fuchsia #C65BC6

Tints of Fuchsia #C65BC6

Color information

#C65BC6 (or 0xC65BC6) is unknown color: approx Fuchsia. HEX triplet: C6, 5B and C6. RGB value is (198,91,198). Sum of RGB (Red+Green+Blue) = 198+91+198=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C65BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BC6 is #39A439. Grayscale: #868686. Windows color (decimal): -3777594 or 12999622. OLE color: 12999622.

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

Color convert

RGB19891198-
CMYK00.5400.22
HSL300º48.42%56.67%-
HSV(B)300º54.04%77.65%-
XYZ37.2223.5756.01-
YUV135.19163.45172.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.66%
GREEN value IS 91 (35.94% from 255) = 18.69%
BLUE value IS 198 (77.73% from 255) = 40.66%
R=40.66%
G=18.69%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989119800.5400.2230048.4256.67
HexC65BC603601612c3039
Octal3061333060660264546071
Binary110001101011011110001100110110010110100101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65BC6; }

 p { color: rgb(198,91,198); }

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

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

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

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

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

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

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