#C855AD

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

Shades of Fuchsia #C855AD

Tints of Fuchsia #C855AD

Color information

#C855AD (or 0xC855AD) is unknown color: approx Fuchsia. HEX triplet: C8, 55 and AD. RGB value is (200,85,173). Sum of RGB (Red+Green+Blue) = 200+85+173=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C855AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855AD is #37AA52. Grayscale: #818181. Windows color (decimal): -3648083 or 11359688. OLE color: 11359688.

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

Color convert

RGB20085173-
CMYK00.580.140.22
HSL314.09º51.11%55.88%-
HSV(B)314.09º57.5%78.43%-
XYZ34.6121.7941.92-
YUV129.42152.6178.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 85 (33.59% from 255) = 18.56%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=43.67%
G=18.56%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008517300.580.140.22314.0951.1155.88
HexC855AD03AE1613a3338
Octal31012525507216264726370
Binary110010001010101101011010111010111010110100111010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C855AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C855AD; }

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

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

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

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

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

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

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

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