#C86CBC

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

Shades of Fuchsia #C86CBC

Tints of Fuchsia #C86CBC

Color information

#C86CBC (or 0xC86CBC) is unknown color: approx Fuchsia. HEX triplet: C8, 6C and BC. RGB value is (200,108,188). Sum of RGB (Red+Green+Blue) = 200+108+188=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CBC is #379343. Grayscale: #909090. Windows color (decimal): -3642180 or 12348616. OLE color: 12348616.

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

Color convert

RGB200108188-
CMYK00.460.060.22
HSL307.83º45.54%60.39%-
HSV(B)307.83º46%78.43%-
XYZ38.2626.6450.7-
YUV144.63152.48167.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=40.32%
G=21.77%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010818800.460.060.22307.8345.5460.39
HexC86CBC02E6161342e3c
Octal3101542740566264645674
Binary11001000110110010111100010111011010110100110100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86CBC; }

 p { color: rgb(200,108,188); }

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

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

 a { background-color: rgb(200,108,188); }

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

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

 span { border-color: rgb(200,108,188); }

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