#CA56CA

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

Shades of Fuchsia #CA56CA

Tints of Fuchsia #CA56CA

Color information

#CA56CA (or 0xCA56CA) is unknown color: approx Fuchsia. HEX triplet: CA, 56 and CA. RGB value is (202,86,202). Sum of RGB (Red+Green+Blue) = 202+86+202=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56CA is #35A935. Grayscale: #858585. Windows color (decimal): -3516726 or 13260490. OLE color: 13260490.

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

Color convert

RGB20286202-
CMYK00.5700.21
HSL300º52.25%56.47%-
HSV(B)300º57.43%79.22%-
XYZ38.3523.4858.39-
YUV133.91166.43176.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 86 (33.98% from 255) = 17.55%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=41.22%
G=17.55%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028620200.5700.2130052.2556.47
HexCA56CA03901512c3438
Octal3121263120710254546470
Binary110010101010110110010100111001010101100101100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA56CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA56CA; }

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

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

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

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

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

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

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

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