#C855BC

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

Shades of Fuchsia #C855BC

Tints of Fuchsia #C855BC

Color information

#C855BC (or 0xC855BC) is unknown color: approx Fuchsia. HEX triplet: C8, 55 and BC. RGB value is (200,85,188). Sum of RGB (Red+Green+Blue) = 200+85+188=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C855BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855BC is #37AA43. Grayscale: #828282. Windows color (decimal): -3648068 or 12342728. OLE color: 12342728.

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

Color convert

RGB20085188-
CMYK00.580.060.22
HSL306.26º51.11%55.88%-
HSV(B)306.26º57.5%78.43%-
XYZ36.1522.4150-
YUV131.13160.1177.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 85 (33.59% from 255) = 17.97%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=42.28%
G=17.97%
B=39.75%

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
Decimal2008518800.580.060.22306.2651.1155.88
HexC855BC03A6161323338
Octal3101252740726264626370
Binary11001000101010110111100011101011010110100110010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C855BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C855BC; }

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

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

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

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

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

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

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

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