#C764BA

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

Shades of Fuchsia #C764BA

Tints of Fuchsia #C764BA

Color information

#C764BA (or 0xC764BA) is unknown color: approx Fuchsia. HEX triplet: C7, 64 and BA. RGB value is (199,100,186). Sum of RGB (Red+Green+Blue) = 199+100+186=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C764BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764BA is #389B45. Grayscale: #8B8B8B. Windows color (decimal): -3709766 or 12215495. OLE color: 12215495.

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

Color convert

RGB199100186-
CMYK00.500.070.22
HSL307.88º46.92%58.63%-
HSV(B)307.88º49.75%78.04%-
XYZ36.9724.849.29-
YUV139.4154.3170.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=41.03%
G=20.62%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910018600.500.070.22307.8846.9258.63
HexC764BA0327161342f3b
Octal3071442720627264645773
Binary11000111110010010111010011001011110110100110100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764BA; }

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

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

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

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

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

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

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

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