#C86CB2

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

Shades of Fuchsia #C86CB2

Tints of Fuchsia #C86CB2

Color information

#C86CB2 (or 0xC86CB2) is unknown color: approx Fuchsia. HEX triplet: C8, 6C and B2. RGB value is (200,108,178). Sum of RGB (Red+Green+Blue) = 200+108+178=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86CB2 is #37934D. Grayscale: #8F8F8F. Windows color (decimal): -3642190 or 11693256. OLE color: 11693256.

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

Color convert

RGB200108178-
CMYK00.460.110.22
HSL314.35º45.54%60.39%-
HSV(B)314.35º46%78.43%-
XYZ37.2226.2245.22-
YUV143.49147.48168.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 178 (69.92% from 255) = 36.63%
R=41.15%
G=22.22%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010817800.460.110.22314.3545.5460.39
HexC86CB202EB1613a2e3c
Octal31015426205613264725674
Binary110010001101100101100100101110101110110100111010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86CB2; }

 p { color: rgb(200,108,178); }

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

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

 a { background-color: rgb(200,108,178); }

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

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

 span { border-color: rgb(200,108,178); }

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