#CA64B0

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

Shades of Fuchsia #CA64B0

Tints of Fuchsia #CA64B0

Color information

#CA64B0 (or 0xCA64B0) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and B0. RGB value is (202,100,176). Sum of RGB (Red+Green+Blue) = 202+100+176=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA64B0 is #359B4F. Grayscale: #8A8A8A. Windows color (decimal): -3513168 or 11560138. OLE color: 11560138.

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

Color convert

RGB202100176-
CMYK00.500.130.21
HSL315.29º49.04%59.22%-
HSV(B)315.29º50.5%79.22%-
XYZ36.7524.8143.93-
YUV139.16148.79172.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.26%
GREEN value IS 100 (39.45% from 255) = 20.92%
BLUE value IS 176 (69.14% from 255) = 36.82%
R=42.26%
G=20.92%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210017600.500.130.21315.2949.0459.22
HexCA64B0032D1513b313b
Octal31214426006215254736173
Binary110010101100100101100000110010110110101100111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64B0; }

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

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

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

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

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

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

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

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