#C85AC9

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

Shades of Fuchsia #C85AC9

Tints of Fuchsia #C85AC9

Color information

#C85AC9 (or 0xC85AC9) is unknown color: approx Fuchsia. HEX triplet: C8, 5A and C9. RGB value is (200,90,201). Sum of RGB (Red+Green+Blue) = 200+90+201=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #C85AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85AC9 is #37A536. Grayscale: #878787. Windows color (decimal): -3646775 or 13195976. OLE color: 13195976.

HSL color Cylindrical-coordinate representation of color #C85AC9: hue angle of 299.46º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85AC9 is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20090201-
CMYK0.000.5500.21
HSL299.46º50.68%57.06%-
HSV(B)299.46º55.22%78.82%-
XYZ38.0223.8157.85-
YUV135.54164.94173.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 90 (35.55% from 255) = 18.33%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=40.73%
G=18.33%
B=40.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200902010.000.5500.21299.4650.6857.06
HexC85AC903701512b3339
Octal3101323110670254536371
Binary110010001011010110010010110111010101100101011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85AC9; }

 p { color: rgb(200,90,201); }

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

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

 a { background-color: rgb(200,90,201); }

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

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

 span { border-color: rgb(200,90,201); }

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