#C764B6

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

Shades of Fuchsia #C764B6

Tints of Fuchsia #C764B6

Color information

#C764B6 (or 0xC764B6) is unknown color: approx Fuchsia. HEX triplet: C7, 64 and B6. RGB value is (199,100,182). Sum of RGB (Red+Green+Blue) = 199+100+182=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C764B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764B6 is #389B49. Grayscale: #8A8A8A. Windows color (decimal): -3709770 or 11953351. OLE color: 11953351.

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

Color convert

RGB199100182-
CMYK00.500.090.22
HSL310.3º46.92%58.63%-
HSV(B)310.3º49.75%78.04%-
XYZ36.5524.6347.08-
YUV138.95152.3170.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 182 (71.48% from 255) = 37.84%
R=41.37%
G=20.79%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910018200.500.090.22310.346.9258.63
HexC764B60329161362f3b
Octal30714426606211264665773
Binary110001111100100101101100110010100110110100110110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764B6; }

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

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

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

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

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

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

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

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