#CA64BA

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

Shades of Fuchsia #CA64BA

Tints of Fuchsia #CA64BA

Color information

#CA64BA (or 0xCA64BA) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and BA. RGB value is (202,100,186). Sum of RGB (Red+Green+Blue) = 202+100+186=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64BA is #359B45. Grayscale: #8C8C8C. Windows color (decimal): -3513158 or 12215498. OLE color: 12215498.

HSL color Cylindrical-coordinate representation of color #CA64BA: hue angle of 309.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA64BA is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202100186-
CMYK00.500.080.21
HSL309.41º49.04%59.22%-
HSV(B)309.41º50.5%79.22%-
XYZ37.7825.2249.33-
YUV140.3153.79172.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 100 (39.45% from 255) = 20.49%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=41.39%
G=20.49%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210018600.500.080.21309.4149.0459.22
HexCA64BA032815135313b
Octal31214427206210254656173
Binary110010101100100101110100110010100010101100110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64BA; }

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

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

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

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

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

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

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

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