#C855BD

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

Shades of Fuchsia #C855BD

Tints of Fuchsia #C855BD

Color information

#C855BD (or 0xC855BD) is unknown color: approx Fuchsia. HEX triplet: C8, 55 and BD. RGB value is (200,85,189). Sum of RGB (Red+Green+Blue) = 200+85+189=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C855BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855BD is #37AA42. Grayscale: #828282. Windows color (decimal): -3648067 or 12408264. OLE color: 12408264.

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

Color convert

RGB20085189-
CMYK00.580.060.22
HSL305.74º51.11%55.88%-
HSV(B)305.74º57.5%78.43%-
XYZ36.2522.4550.57-
YUV131.24160.6177.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 85 (33.59% from 255) = 17.93%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=42.19%
G=17.93%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008518900.580.060.22305.7451.1155.88
HexC855BD03A6161323338
Octal3101252750726264626370
Binary11001000101010110111101011101011010110100110010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C855BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C855BD; }

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

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

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

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

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

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

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

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