#C768CA

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

Shades of Fuchsia #C768CA

Tints of Fuchsia #C768CA

Color information

#C768CA (or 0xC768CA) is unknown color: approx Fuchsia. HEX triplet: C7, 68 and CA. RGB value is (199,104,202). Sum of RGB (Red+Green+Blue) = 199+104+202=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #C768CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768CA is #389735. Grayscale: #8F8F8F. Windows color (decimal): -3708726 or 13265095. OLE color: 13265095.

HSL color Cylindrical-coordinate representation of color #C768CA: hue angle of 298.16º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C768CA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199104202-
CMYK0.010.4900.21
HSL298.16º48.04%60%-
HSV(B)298.16º48.51%79.22%-
XYZ39.1626.3158.89-
YUV143.58160.97167.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 104 (41.02% from 255) = 20.59%
BLUE value IS 202 (79.30% from 255) = 40%
R=39.41%
G=20.59%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991042020.010.4900.21298.1648.0460
HexC768CA13101512a303c
Octal3071503121610254526074
Binary110001111101000110010101110001010101100101010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C768CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C768CA; }

 p { color: rgb(199,104,202); }

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

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

 a { background-color: rgb(199,104,202); }

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

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

 span { border-color: rgb(199,104,202); }

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