#CA55BA

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

Shades of Fuchsia #CA55BA

Tints of Fuchsia #CA55BA

Color information

#CA55BA (or 0xCA55BA) is unknown color: approx Fuchsia. HEX triplet: CA, 55 and BA. RGB value is (202,85,186). Sum of RGB (Red+Green+Blue) = 202+85+186=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55BA is #35AA45. Grayscale: #838383. Windows color (decimal): -3516998 or 12211658. OLE color: 12211658.

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

Color convert

RGB20285186-
CMYK00.580.080.21
HSL308.21º52.47%56.27%-
HSV(B)308.21º57.92%79.22%-
XYZ36.4722.648.89-
YUV131.5158.76178.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 85 (33.59% from 255) = 17.97%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=42.71%
G=17.97%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028518600.580.080.21308.2152.4756.27
HexCA55BA03A8151343438
Octal31212527207210254646470
Binary110010101010101101110100111010100010101100110100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA55BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA55BA; }

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

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

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

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

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

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

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

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