#C764CC

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

Shades of Fuchsia #C764CC

Tints of Fuchsia #C764CC

Color information

#C764CC (or 0xC764CC) is unknown color: approx Fuchsia. HEX triplet: C7, 64 and CC. RGB value is (199,100,204). Sum of RGB (Red+Green+Blue) = 199+100+204=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #C764CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764CC is #389B33. Grayscale: #8D8D8D. Windows color (decimal): -3709748 or 13395143. OLE color: 13395143.

HSL color Cylindrical-coordinate representation of color #C764CC: hue angle of 297.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C764CC is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB199100204-
CMYK0.020.5100.2
HSL297.12º50.49%59.61%-
HSV(B)297.12º50.98%80%-
XYZ39.0125.6260.02-
YUV141.46163.3169.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.56%
GREEN value IS 100 (39.45% from 255) = 19.88%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=39.56%
G=19.88%
B=40.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991002040.020.5100.2297.1250.4959.61
HexC764CC233014129323c
Octal3071443142630244516274
Binary1100011111001001100110010110011010100100101001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764CC; }

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

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

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

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

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

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

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

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