#C86BB1

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

Shades of Fuchsia #C86BB1

Tints of Fuchsia #C86BB1

Color information

#C86BB1 (or 0xC86BB1) is unknown color: approx Fuchsia. HEX triplet: C8, 6B and B1. RGB value is (200,107,177). Sum of RGB (Red+Green+Blue) = 200+107+177=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86BB1 is #37944E. Grayscale: #8E8E8E. Windows color (decimal): -3642447 or 11627464. OLE color: 11627464.

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

Color convert

RGB200107177-
CMYK00.460.120.22
HSL314.84º45.81%60.2%-
HSV(B)314.84º46.5%78.43%-
XYZ37.0125.9744.66-
YUV142.79147.31168.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 177 (69.53% from 255) = 36.57%
R=41.32%
G=22.11%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010717700.460.120.22314.8445.8160.2
HexC86BB102EC1613b2e3c
Octal31015326105614264735674
Binary110010001101011101100010101110110010110100111011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86BB1; }

 p { color: rgb(200,107,177); }

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

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

 a { background-color: rgb(200,107,177); }

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

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

 span { border-color: rgb(200,107,177); }

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