#C85ECA

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

Shades of Fuchsia #C85ECA

Tints of Fuchsia #C85ECA

Color information

#C85ECA (or 0xC85ECA) is unknown color: approx Fuchsia. HEX triplet: C8, 5E and CA. RGB value is (200,94,202). Sum of RGB (Red+Green+Blue) = 200+94+202=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #C85ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ECA is #37A135. Grayscale: #898989. Windows color (decimal): -3645750 or 13262536. OLE color: 13262536.

HSL color Cylindrical-coordinate representation of color #C85ECA: hue angle of 298.89º 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 #C85ECA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20094202-
CMYK0.010.5300.21
HSL298.89º50.47%58.04%-
HSV(B)298.89º53.47%79.22%-
XYZ38.4824.5558.59-
YUV138.01164.12172.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.32%
GREEN value IS 94 (37.11% from 255) = 18.95%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=40.32%
G=18.95%
B=40.73%

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
Decimal200942020.010.5300.21298.8950.4758.04
HexC85ECA13501512b323a
Octal3101363121650254536272
Binary110010001011110110010101110101010101100101011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85ECA; }

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

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

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

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

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

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

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

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