#CA5EC5

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

Shades of Fuchsia #CA5EC5

Tints of Fuchsia #CA5EC5

Color information

#CA5EC5 (or 0xCA5EC5) is unknown color: approx Fuchsia. HEX triplet: CA, 5E and C5. RGB value is (202,94,197). Sum of RGB (Red+Green+Blue) = 202+94+197=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EC5 is #35A13A. Grayscale: #898989. Windows color (decimal): -3514683 or 12934858. OLE color: 12934858.

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

Color convert

RGB20294197-
CMYK00.530.020.21
HSL302.78º50.47%58.04%-
HSV(B)302.78º53.47%79.22%-
XYZ38.4424.5955.54-
YUV138.03161.28173.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 94 (37.11% from 255) = 19.07%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=40.97%
G=19.07%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029419700.530.020.21302.7850.4758.04
HexCA5EC503521512f323a
Octal3121363050652254576272
Binary1100101010111101100010101101011010101100101111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5EC5; }

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

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

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

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

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

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

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

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