#C764C2

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

Shades of Fuchsia #C764C2

Tints of Fuchsia #C764C2

Color information

#C764C2 (or 0xC764C2) is unknown color: approx Fuchsia. HEX triplet: C7, 64 and C2. RGB value is (199,100,194). Sum of RGB (Red+Green+Blue) = 199+100+194=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C764C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764C2 is #389B3D. Grayscale: #8C8C8C. Windows color (decimal): -3709758 or 12739783. OLE color: 12739783.

HSL color Cylindrical-coordinate representation of color #C764C2: hue angle of 303.03º 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 #C764C2 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB199100194-
CMYK00.500.030.22
HSL303.03º46.92%58.63%-
HSV(B)303.03º49.75%78.04%-
XYZ37.8525.1553.9-
YUV140.32158.3169.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 100 (39.45% from 255) = 20.28%
BLUE value IS 194 (76.17% from 255) = 39.35%
R=40.37%
G=20.28%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910019400.500.030.22303.0346.9258.63
HexC764C203231612f2f3b
Octal3071443020623264575773
Binary1100011111001001100001001100101110110100101111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764C2; }

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

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

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

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

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

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

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

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