#CA55B2

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

Shades of Fuchsia #CA55B2

Tints of Fuchsia #CA55B2

Color information

#CA55B2 (or 0xCA55B2) is unknown color: approx Fuchsia. HEX triplet: CA, 55 and B2. RGB value is (202,85,178). Sum of RGB (Red+Green+Blue) = 202+85+178=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA55B2 is #35AA4D. Grayscale: #828282. Windows color (decimal): -3517006 or 11687370. OLE color: 11687370.

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

Color convert

RGB20285178-
CMYK00.580.120.21
HSL312.31º52.47%56.27%-
HSV(B)312.31º57.92%79.22%-
XYZ35.6422.2744.54-
YUV130.58154.76178.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 85 (33.59% from 255) = 18.28%
BLUE value IS 178 (69.92% from 255) = 38.28%
R=43.44%
G=18.28%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028517800.580.120.21312.3152.4756.27
HexCA55B203AC151383438
Octal31212526207214254706470
Binary110010101010101101100100111010110010101100111000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA55B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA55B2; }

 p { color: rgb(202,85,178); }

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

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

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

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

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

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

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