#C86FB4

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

Shades of Fuchsia #C86FB4

Tints of Fuchsia #C86FB4

Color information

#C86FB4 (or 0xC86FB4) is unknown color: approx Fuchsia. HEX triplet: C8, 6F and B4. RGB value is (200,111,180). Sum of RGB (Red+Green+Blue) = 200+111+180=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FB4 is #37904B. Grayscale: #919191. Windows color (decimal): -3641420 or 11825096. OLE color: 11825096.

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

Color convert

RGB200111180-
CMYK00.440.10.22
HSL313.48º44.72%60.98%-
HSV(B)313.48º44.5%78.43%-
XYZ37.7426.9446.39-
YUV145.48147.49166.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=40.73%
G=22.61%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011118000.440.10.22313.4844.7260.98
HexC86FB402CA161392d3d
Octal31015726405412264715575
Binary110010001101111101101000101100101010110100111001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FB4; }

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

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

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

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

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

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

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

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