#C864AC

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

Shades of Fuchsia #C864AC

Tints of Fuchsia #C864AC

Color information

#C864AC (or 0xC864AC) is unknown color: approx Fuchsia. HEX triplet: C8, 64 and AC. RGB value is (200,100,172). Sum of RGB (Red+Green+Blue) = 200+100+172=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C864AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C864AC is #379B53. Grayscale: #898989. Windows color (decimal): -3644244 or 11297992. OLE color: 11297992.

HSL color Cylindrical-coordinate representation of color #C864AC: hue angle of 316.8º degrees, saturation: 0.48, 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 #C864AC is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200100172-
CMYK00.50.140.22
HSL316.8º47.62%58.82%-
HSV(B)316.8º50%78.43%-
XYZ35.8224.3741.85-
YUV138.11147.13172.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=42.37%
G=21.19%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010017200.50.140.22316.847.6258.82
HexC864AC032E1613d303b
Octal31014425406216264756073
Binary110010001100100101011000110010111010110100111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C864AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C864AC; }

 p { color: rgb(200,100,172); }

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

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

 a { background-color: rgb(200,100,172); }

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

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

 span { border-color: rgb(200,100,172); }

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