#C86FB8

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

Shades of Fuchsia #C86FB8

Tints of Fuchsia #C86FB8

Color information

#C86FB8 (or 0xC86FB8) is unknown color: approx Fuchsia. HEX triplet: C8, 6F and B8. RGB value is (200,111,184). Sum of RGB (Red+Green+Blue) = 200+111+184=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FB8 is #379047. Grayscale: #919191. Windows color (decimal): -3641416 or 12087240. OLE color: 12087240.

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

Color convert

RGB200111184-
CMYK00.440.080.22
HSL310.79º44.72%60.98%-
HSV(B)310.79º44.5%78.43%-
XYZ38.1627.1148.57-
YUV145.93149.49166.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.40%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 184 (72.27% from 255) = 37.17%
R=40.40%
G=22.42%
B=37.17%

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
Decimal20011118400.440.080.22310.7944.7260.98
HexC86FB802C8161372d3d
Octal31015727005410264675575
Binary110010001101111101110000101100100010110100110111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FB8; }

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

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

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

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

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

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

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

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