#C860B4

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

Shades of Fuchsia #C860B4

Tints of Fuchsia #C860B4

Color information

#C860B4 (or 0xC860B4) is unknown color: approx Fuchsia. HEX triplet: C8, 60 and B4. RGB value is (200,96,180). Sum of RGB (Red+Green+Blue) = 200+96+180=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C860B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860B4 is #379F4B. Grayscale: #888888. Windows color (decimal): -3645260 or 11821256. OLE color: 11821256.

HSL color Cylindrical-coordinate representation of color #C860B4: hue angle of 311.54º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C860B4 is Cyan = 0, Magento = 0.52, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB20096180-
CMYK00.520.10.22
HSL311.54º48.6%58.04%-
HSV(B)311.54º52%78.43%-
XYZ36.2423.9445.89-
YUV136.67152.46173.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 96 (37.89% from 255) = 20.17%
BLUE value IS 180 (70.70% from 255) = 37.82%
R=42.02%
G=20.17%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009618000.520.10.22311.5448.658.04
HexC860B4034A16138313a
Octal31014026406412264706172
Binary110010001100000101101000110100101010110100111000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C860B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C860B4; }

 p { color: rgb(200,96,180); }

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

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

 a { background-color: rgb(200,96,180); }

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

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

 span { border-color: rgb(200,96,180); }

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