#CA5FCA

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

Shades of Fuchsia #CA5FCA

Tints of Fuchsia #CA5FCA

Color information

#CA5FCA (or 0xCA5FCA) is unknown color: approx Fuchsia. HEX triplet: CA, 5F and CA. RGB value is (202,95,202). Sum of RGB (Red+Green+Blue) = 202+95+202=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA5FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5FCA is #35A035. Grayscale: #8A8A8A. Windows color (decimal): -3514422 or 13262794. OLE color: 13262794.

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

Color convert

RGB20295202-
CMYK00.5300.21
HSL300º50.23%58.24%-
HSV(B)300º52.97%79.22%-
XYZ39.1125.0158.64-
YUV139.19163.45172.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=40.48%
G=19.04%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029520200.5300.2130050.2358.24
HexCA5FCA03501512c323a
Octal3121373120650254546272
Binary110010101011111110010100110101010101100101100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5FCA; }

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

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

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

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

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

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

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

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