#C858C6

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

Shades of Fuchsia #C858C6

Tints of Fuchsia #C858C6

Color information

#C858C6 (or 0xC858C6) is unknown color: approx Fuchsia. HEX triplet: C8, 58 and C6. RGB value is (200,88,198). Sum of RGB (Red+Green+Blue) = 200+88+198=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C858C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858C6 is #37A739. Grayscale: #858585. Windows color (decimal): -3647290 or 12998856. OLE color: 12998856.

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

Color convert

RGB20088198-
CMYK00.560.010.22
HSL301.07º50.45%56.47%-
HSV(B)301.07º56%78.43%-
XYZ37.523.3455.95-
YUV134.03164.11175.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 88 (34.77% from 255) = 18.11%
BLUE value IS 198 (77.73% from 255) = 40.74%
R=41.15%
G=18.11%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008819800.560.010.22301.0750.4556.47
HexC858C603811612d3238
Octal3101303060701264556270
Binary110010001011000110001100111000110110100101101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C858C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C858C6; }

 p { color: rgb(200,88,198); }

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

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

 a { background-color: rgb(200,88,198); }

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

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

 span { border-color: rgb(200,88,198); }

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