#C86DAF

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

Shades of Fuchsia #C86DAF

Tints of Fuchsia #C86DAF

Color information

#C86DAF (or 0xC86DAF) is unknown color: approx Fuchsia. HEX triplet: C8, 6D and AF. RGB value is (200,109,175). Sum of RGB (Red+Green+Blue) = 200+109+175=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86DAF is #379250. Grayscale: #8F8F8F. Windows color (decimal): -3641937 or 11496904. OLE color: 11496904.

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

Color convert

RGB200109175-
CMYK00.460.120.22
HSL316.48º45.27%60.59%-
HSV(B)316.48º45.5%78.43%-
XYZ37.0326.3143.68-
YUV143.73145.65168.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=41.32%
G=22.52%
B=36.16%

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
Decimal20010917500.460.120.22316.4845.2760.59
HexC86DAF02EC1613c2d3d
Octal31015525705614264745575
Binary110010001101101101011110101110110010110100111100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DAF; }

 p { color: rgb(200,109,175); }

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

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

 a { background-color: rgb(200,109,175); }

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

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

 span { border-color: rgb(200,109,175); }

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