#CA5AC6

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

Shades of Fuchsia #CA5AC6

Tints of Fuchsia #CA5AC6

Color information

#CA5AC6 (or 0xCA5AC6) is unknown color: approx Fuchsia. HEX triplet: CA, 5A and C6. RGB value is (202,90,198). Sum of RGB (Red+Green+Blue) = 202+90+198=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AC6 is #35A539. Grayscale: #878787. Windows color (decimal): -3515706 or 12999370. OLE color: 12999370.

HSL color Cylindrical-coordinate representation of color #CA5AC6: hue angle of 302.14º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5AC6 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB20290198-
CMYK00.550.020.21
HSL302.14º51.38%57.25%-
HSV(B)302.14º55.45%79.22%-
XYZ38.2123.9556.03-
YUV135.8163.11175.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 90 (35.55% from 255) = 18.37%
BLUE value IS 198 (77.73% from 255) = 40.41%
R=41.22%
G=18.37%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029019800.550.020.21302.1451.3857.25
HexCA5AC603721512e3339
Octal3121323060672254566371
Binary1100101010110101100011001101111010101100101110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5AC6; }

 p { color: rgb(202,90,198); }

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

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

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

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

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

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

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