#C855B3

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

Shades of Fuchsia #C855B3

Tints of Fuchsia #C855B3

Color information

#C855B3 (or 0xC855B3) is unknown color: approx Fuchsia. HEX triplet: C8, 55 and B3. RGB value is (200,85,179). Sum of RGB (Red+Green+Blue) = 200+85+179=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C855B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855B3 is #37AA4C. Grayscale: #818181. Windows color (decimal): -3648077 or 11752904. OLE color: 11752904.

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

Color convert

RGB20085179-
CMYK00.580.100.22
HSL310.96º51.11%55.88%-
HSV(B)310.96º57.5%78.43%-
XYZ35.222.0345.04-
YUV130.1155.6177.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 85 (33.59% from 255) = 18.32%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=43.10%
G=18.32%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008517900.580.100.22310.9651.1155.88
HexC855B303AA161373338
Octal31012526307212264676370
Binary110010001010101101100110111010101010110100110111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C855B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C855B3; }

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

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

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

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

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

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

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

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