#C86FB7

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

Shades of Fuchsia #C86FB7

Tints of Fuchsia #C86FB7

Color information

#C86FB7 (or 0xC86FB7) is unknown color: approx Fuchsia. HEX triplet: C8, 6F and B7. RGB value is (200,111,183). Sum of RGB (Red+Green+Blue) = 200+111+183=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FB7 is #379048. Grayscale: #919191. Windows color (decimal): -3641417 or 12021704. OLE color: 12021704.

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

Color convert

RGB200111183-
CMYK00.440.080.22
HSL311.46º44.72%60.98%-
HSV(B)311.46º44.5%78.43%-
XYZ38.0527.0748.02-
YUV145.82148.99166.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 183 (71.88% from 255) = 37.04%
R=40.49%
G=22.47%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011118300.440.080.22311.4644.7260.98
HexC86FB702C8161372d3d
Octal31015726705410264675575
Binary110010001101111101101110101100100010110100110111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FB7; }

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

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

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

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

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

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

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

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