#CA55B3

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

Shades of Fuchsia #CA55B3

Tints of Fuchsia #CA55B3

Color information

#CA55B3 (or 0xCA55B3) is unknown color: approx Fuchsia. HEX triplet: CA, 55 and B3. RGB value is (202,85,179). Sum of RGB (Red+Green+Blue) = 202+85+179=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55B3 is #35AA4C. Grayscale: #828282. Windows color (decimal): -3517005 or 11752906. OLE color: 11752906.

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

Color convert

RGB20285179-
CMYK00.580.110.21
HSL311.79º52.47%56.27%-
HSV(B)311.79º57.92%79.22%-
XYZ35.7422.3145.07-
YUV130.7155.26178.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 85 (33.59% from 255) = 18.24%
BLUE value IS 179 (70.31% from 255) = 38.41%
R=43.35%
G=18.24%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028517900.580.110.21311.7952.4756.27
HexCA55B303AB151383438
Octal31212526307213254706470
Binary110010101010101101100110111010101110101100111000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA55B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA55B3; }

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

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

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

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

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

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

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

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