#C864C1

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

Shades of Fuchsia #C864C1

Tints of Fuchsia #C864C1

Color information

#C864C1 (or 0xC864C1) is unknown color: approx Fuchsia. HEX triplet: C8, 64 and C1. RGB value is (200,100,193). Sum of RGB (Red+Green+Blue) = 200+100+193=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C864C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864C1 is #379B3E. Grayscale: #8C8C8C. Windows color (decimal): -3644223 or 12674248. OLE color: 12674248.

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

Color convert

RGB200100193-
CMYK00.50.040.22
HSL304.2º47.62%58.82%-
HSV(B)304.2º50%78.43%-
XYZ3825.2453.32-
YUV140.5157.63170.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 100 (39.45% from 255) = 20.28%
BLUE value IS 193 (75.78% from 255) = 39.15%
R=40.57%
G=20.28%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010019300.50.040.22304.247.6258.82
HexC864C1032416130303b
Octal3101443010624264606073
Binary11001000110010011000001011001010010110100110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C864C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C864C1; }

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

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

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

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

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

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

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

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