#CA5AC7

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

Shades of Fuchsia #CA5AC7

Tints of Fuchsia #CA5AC7

Color information

#CA5AC7 (or 0xCA5AC7) is unknown color: approx Fuchsia. HEX triplet: CA, 5A and C7. RGB value is (202,90,199). Sum of RGB (Red+Green+Blue) = 202+90+199=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AC7 is #35A538. Grayscale: #878787. Windows color (decimal): -3515705 or 13064906. OLE color: 13064906.

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

Color convert

RGB20290199-
CMYK00.550.010.21
HSL301.61º51.38%57.25%-
HSV(B)301.61º55.45%79.22%-
XYZ38.3223.9956.64-
YUV135.91163.61175.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 90 (35.55% from 255) = 18.33%
BLUE value IS 199 (78.12% from 255) = 40.53%
R=41.14%
G=18.33%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029019900.550.010.21301.6151.3857.25
HexCA5AC703711512e3339
Octal3121323070671254566371
Binary110010101011010110001110110111110101100101110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5AC7; }

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

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

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

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

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

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

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

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