#C864CF

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

Shades of Fuchsia #C864CF

Tints of Fuchsia #C864CF

Color information

#C864CF (or 0xC864CF) is unknown color: approx Fuchsia. HEX triplet: C8, 64 and CF. RGB value is (200,100,207). Sum of RGB (Red+Green+Blue) = 200+100+207=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #C864CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864CF is #379B30. Grayscale: #8D8D8D. Windows color (decimal): -3644209 or 13591752. OLE color: 13591752.

HSL color Cylindrical-coordinate representation of color #C864CF: hue angle of 296.07º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C864CF is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200100207-
CMYK0.030.5200.19
HSL296.07º52.71%60.2%-
HSV(B)296.07º51.69%81.18%-
XYZ39.6425.961.94-
YUV142.1164.63169.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 100 (39.45% from 255) = 19.72%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=39.45%
G=19.72%
B=40.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001002070.030.5200.19296.0752.7160.2
HexC864CF334013128353c
Octal3101443173640234506574
Binary1100100011001001100111111110100010011100101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C864CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C864CF; }

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

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

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

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

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

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

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

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