#C764C5

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

Shades of Fuchsia #C764C5

Tints of Fuchsia #C764C5

Color information

#C764C5 (or 0xC764C5) is unknown color: approx Fuchsia. HEX triplet: C7, 64 and C5. RGB value is (199,100,197). Sum of RGB (Red+Green+Blue) = 199+100+197=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C764C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764C5 is #389B3A. Grayscale: #8C8C8C. Windows color (decimal): -3709755 or 12936391. OLE color: 12936391.

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

Color convert

RGB199100197-
CMYK00.500.010.22
HSL301.21º46.92%58.63%-
HSV(B)301.21º49.75%78.04%-
XYZ38.1925.2955.69-
YUV140.66159.8169.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 100 (39.45% from 255) = 20.16%
BLUE value IS 197 (77.34% from 255) = 39.72%
R=40.12%
G=20.16%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910019700.500.010.22301.2146.9258.63
HexC764C503211612d2f3b
Octal3071443050621264555773
Binary110001111100100110001010110010110110100101101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764C5; }

 p { color: rgb(199,100,197); }

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

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

 a { background-color: rgb(199,100,197); }

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

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

 span { border-color: rgb(199,100,197); }

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