#C764B1

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

Shades of Fuchsia #C764B1

Tints of Fuchsia #C764B1

Color information

#C764B1 (or 0xC764B1) is unknown color: approx Fuchsia. HEX triplet: C7, 64 and B1. RGB value is (199,100,177). Sum of RGB (Red+Green+Blue) = 199+100+177=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C764B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764B1 is #389B4E. Grayscale: #8A8A8A. Windows color (decimal): -3709775 or 11625671. OLE color: 11625671.

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

Color convert

RGB199100177-
CMYK00.500.110.22
HSL313.33º46.92%58.63%-
HSV(B)313.33º49.75%78.04%-
XYZ36.0524.4344.41-
YUV138.38149.8171.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.81%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 177 (69.53% from 255) = 37.18%
R=41.81%
G=21.01%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910017700.500.110.22313.3346.9258.63
HexC764B1032B161392f3b
Octal30714426106213264715773
Binary110001111100100101100010110010101110110100111001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764B1; }

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

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

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

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

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

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

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

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