#C86FB0

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

Shades of Fuchsia #C86FB0

Tints of Fuchsia #C86FB0

Color information

#C86FB0 (or 0xC86FB0) is unknown color: approx Fuchsia. HEX triplet: C8, 6F and B0. RGB value is (200,111,176). Sum of RGB (Red+Green+Blue) = 200+111+176=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86FB0 is #37904F. Grayscale: #909090. Windows color (decimal): -3641424 or 11562952. OLE color: 11562952.

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

Color convert

RGB200111176-
CMYK00.440.120.22
HSL316.18º44.72%60.98%-
HSV(B)316.18º44.5%78.43%-
XYZ37.3426.7844.28-
YUV145.02145.49167.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 176 (69.14% from 255) = 36.14%
R=41.07%
G=22.79%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011117600.440.120.22316.1844.7260.98
HexC86FB002CC1613c2d3d
Octal31015726005414264745575
Binary110010001101111101100000101100110010110100111100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FB0; }

 p { color: rgb(200,111,176); }

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

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

 a { background-color: rgb(200,111,176); }

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

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

 span { border-color: rgb(200,111,176); }

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