#C86AB6

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

Shades of Fuchsia #C86AB6

Tints of Fuchsia #C86AB6

Color information

#C86AB6 (or 0xC86AB6) is unknown color: approx Fuchsia. HEX triplet: C8, 6A and B6. RGB value is (200,106,182). Sum of RGB (Red+Green+Blue) = 200+106+182=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C86AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86AB6 is #379549. Grayscale: #8E8E8E. Windows color (decimal): -3642698 or 11954888. OLE color: 11954888.

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

Color convert

RGB200106182-
CMYK00.470.090.22
HSL311.49º46.08%60%-
HSV(B)311.49º47%78.43%-
XYZ37.4225.9647.3-
YUV142.77150.14168.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 182 (71.48% from 255) = 37.30%
R=40.98%
G=21.72%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010618200.470.090.22311.4946.0860
HexC86AB602F9161372e3c
Octal31015226605711264675674
Binary110010001101010101101100101111100110110100110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86AB6; }

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

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

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

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

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

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

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

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