#C86AB7

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

Shades of Fuchsia #C86AB7

Tints of Fuchsia #C86AB7

Color information

#C86AB7 (or 0xC86AB7) is unknown color: approx Fuchsia. HEX triplet: C8, 6A and B7. RGB value is (200,106,183). Sum of RGB (Red+Green+Blue) = 200+106+183=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C86AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86AB7 is #379548. Grayscale: #8E8E8E. Windows color (decimal): -3642697 or 12020424. OLE color: 12020424.

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

Color convert

RGB200106183-
CMYK00.470.080.22
HSL310.85º46.08%60%-
HSV(B)310.85º47%78.43%-
XYZ37.5226.0147.84-
YUV142.88150.64168.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 106 (41.80% from 255) = 21.68%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=40.90%
G=21.68%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010618300.470.080.22310.8546.0860
HexC86AB702F8161372e3c
Octal31015226705710264675674
Binary110010001101010101101110101111100010110100110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86AB7; }

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

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

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

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

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

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

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

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