#CA64B4

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

Shades of Fuchsia #CA64B4

Tints of Fuchsia #CA64B4

Color information

#CA64B4 (or 0xCA64B4) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and B4. RGB value is (202,100,180). Sum of RGB (Red+Green+Blue) = 202+100+180=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64B4 is #359B4B. Grayscale: #8B8B8B. Windows color (decimal): -3513164 or 11822282. OLE color: 11822282.

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

Color convert

RGB202100180-
CMYK00.500.110.21
HSL312.94º49.04%59.22%-
HSV(B)312.94º50.5%79.22%-
XYZ37.1524.9746.04-
YUV139.62150.79172.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 100 (39.45% from 255) = 20.75%
BLUE value IS 180 (70.70% from 255) = 37.34%
R=41.91%
G=20.75%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210018000.500.110.21312.9449.0459.22
HexCA64B4032B15139313b
Octal31214426406213254716173
Binary110010101100100101101000110010101110101100111001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64B4; }

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

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

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

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

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

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

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

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