#C855C6

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

Shades of Fuchsia #C855C6

Tints of Fuchsia #C855C6

Color information

#C855C6 (or 0xC855C6) is unknown color: approx Fuchsia. HEX triplet: C8, 55 and C6. RGB value is (200,85,198). Sum of RGB (Red+Green+Blue) = 200+85+198=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C855C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855C6 is #37AA39. Grayscale: #838383. Windows color (decimal): -3648058 or 12998088. OLE color: 12998088.

HSL color Cylindrical-coordinate representation of color #C855C6: hue angle of 301.04º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C855C6 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB20085198-
CMYK00.580.010.22
HSL301.04º51.11%55.88%-
HSV(B)301.04º57.5%78.43%-
XYZ37.2622.8555.87-
YUV132.27165.1176.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 198 (77.73% from 255) = 40.99%
R=41.41%
G=17.60%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008519800.580.010.22301.0451.1155.88
HexC855C603A11612d3338
Octal3101253060721264556370
Binary110010001010101110001100111010110110100101101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C855C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C855C6; }

 p { color: rgb(200,85,198); }

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

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

 a { background-color: rgb(200,85,198); }

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

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

 span { border-color: rgb(200,85,198); }

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