#C86EBC

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

Shades of Fuchsia #C86EBC

Tints of Fuchsia #C86EBC

Color information

#C86EBC (or 0xC86EBC) is unknown color: approx Fuchsia. HEX triplet: C8, 6E and BC. RGB value is (200,110,188). Sum of RGB (Red+Green+Blue) = 200+110+188=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C86EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86EBC is #379143. Grayscale: #919191. Windows color (decimal): -3641668 or 12349128. OLE color: 12349128.

HSL color Cylindrical-coordinate representation of color #C86EBC: hue angle of 308º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86EBC is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200110188-
CMYK00.450.060.22
HSL308º45%60.78%-
HSV(B)308º45%78.43%-
XYZ38.4727.0650.77-
YUV145.8151.82166.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.16%
GREEN value IS 110 (43.36% from 255) = 22.09%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=40.16%
G=22.09%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011018800.450.060.223084560.78
HexC86EBC02D6161342d3d
Octal3101562740556264645575
Binary11001000110111010111100010110111010110100110100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86EBC; }

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

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

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

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

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

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

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

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