#CA5EC7

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

Shades of Fuchsia #CA5EC7

Tints of Fuchsia #CA5EC7

Color information

#CA5EC7 (or 0xCA5EC7) is unknown color: approx Fuchsia. HEX triplet: CA, 5E and C7. RGB value is (202,94,199). Sum of RGB (Red+Green+Blue) = 202+94+199=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EC7 is #35A138. Grayscale: #898989. Windows color (decimal): -3514681 or 13065930. OLE color: 13065930.

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

Color convert

RGB20294199-
CMYK00.530.010.21
HSL301.67º50.47%58.04%-
HSV(B)301.67º53.47%79.22%-
XYZ38.6724.6956.76-
YUV138.26162.28173.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 94 (37.11% from 255) = 18.99%
BLUE value IS 199 (78.12% from 255) = 40.20%
R=40.81%
G=18.99%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029419900.530.010.21301.6750.4758.04
HexCA5EC703511512e323a
Octal3121363070651254566272
Binary110010101011110110001110110101110101100101110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5EC7; }

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

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

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

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

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

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

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

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