#C856BE

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

Shades of Fuchsia #C856BE

Tints of Fuchsia #C856BE

Color information

#C856BE (or 0xC856BE) is unknown color: approx Fuchsia. HEX triplet: C8, 56 and BE. RGB value is (200,86,190). Sum of RGB (Red+Green+Blue) = 200+86+190=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C856BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856BE is #37A941. Grayscale: #838383. Windows color (decimal): -3647810 or 12474056. OLE color: 12474056.

HSL color Cylindrical-coordinate representation of color #C856BE: hue angle of 305.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 #C856BE is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB20086190-
CMYK00.570.050.22
HSL305.26º50.89%56.08%-
HSV(B)305.26º57%78.43%-
XYZ36.4422.6551.17-
YUV131.94160.77176.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 86 (33.98% from 255) = 18.07%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=42.02%
G=18.07%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008619000.570.050.22305.2650.8956.08
HexC856BE0395161313338
Octal3101262760715264616370
Binary11001000101011010111110011100110110110100110001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C856BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C856BE; }

 p { color: rgb(200,86,190); }

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

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

 a { background-color: rgb(200,86,190); }

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

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

 span { border-color: rgb(200,86,190); }

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