#C85FCA

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

Shades of Fuchsia #C85FCA

Tints of Fuchsia #C85FCA

Color information

#C85FCA (or 0xC85FCA) is unknown color: approx Fuchsia. HEX triplet: C8, 5F and CA. RGB value is (200,95,202). Sum of RGB (Red+Green+Blue) = 200+95+202=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #C85FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FCA is #37A035. Grayscale: #8A8A8A. Windows color (decimal): -3645494 or 13262792. OLE color: 13262792.

HSL color Cylindrical-coordinate representation of color #C85FCA: hue angle of 298.88º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85FCA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20095202-
CMYK0.010.5300.21
HSL298.88º50.23%58.24%-
HSV(B)298.88º52.97%79.22%-
XYZ38.5724.7358.62-
YUV138.59163.79171.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 95 (37.5% from 255) = 19.11%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=40.24%
G=19.11%
B=40.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200952020.010.5300.21298.8850.2358.24
HexC85FCA13501512b323a
Octal3101373121650254536272
Binary110010001011111110010101110101010101100101011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85FCA; }

 p { color: rgb(200,95,202); }

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

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

 a { background-color: rgb(200,95,202); }

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

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

 span { border-color: rgb(200,95,202); }

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