#C86BB5

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

Shades of Fuchsia #C86BB5

Tints of Fuchsia #C86BB5

Color information

#C86BB5 (or 0xC86BB5) is unknown color: approx Fuchsia. HEX triplet: C8, 6B and B5. RGB value is (200,107,181). Sum of RGB (Red+Green+Blue) = 200+107+181=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BB5 is #37944A. Grayscale: #8F8F8F. Windows color (decimal): -3642443 or 11889608. OLE color: 11889608.

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

Color convert

RGB200107181-
CMYK00.460.090.22
HSL312.26º45.81%60.2%-
HSV(B)312.26º46.5%78.43%-
XYZ37.4226.1346.79-
YUV143.24149.31168.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 107 (42.19% from 255) = 21.93%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=40.98%
G=21.93%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010718100.460.090.22312.2645.8160.2
HexC86BB502E9161382e3c
Octal31015326505611264705674
Binary110010001101011101101010101110100110110100111000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86BB5; }

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

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

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

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

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

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

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

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