#C86DC2

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

Shades of Fuchsia #C86DC2

Tints of Fuchsia #C86DC2

Color information

#C86DC2 (or 0xC86DC2) is unknown color: approx Fuchsia. HEX triplet: C8, 6D and C2. RGB value is (200,109,194). Sum of RGB (Red+Green+Blue) = 200+109+194=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DC2 is #37923D. Grayscale: #919191. Windows color (decimal): -3641918 or 12742088. OLE color: 12742088.

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

Color convert

RGB200109194-
CMYK00.460.030.22
HSL303.96º45.27%60.59%-
HSV(B)303.96º45.5%78.43%-
XYZ39.0327.1154.22-
YUV145.9155.15166.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=39.76%
G=21.67%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010919400.460.030.22303.9645.2760.59
HexC86DC202E3161302d3d
Octal3101553020563264605575
Binary1100100011011011100001001011101110110100110000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86DC2; }

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

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

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

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

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

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

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

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