#CA64BF

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

Shades of Fuchsia #CA64BF

Tints of Fuchsia #CA64BF

Color information

#CA64BF (or 0xCA64BF) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and BF. RGB value is (202,100,191). Sum of RGB (Red+Green+Blue) = 202+100+191=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64BF is #359B40. Grayscale: #8C8C8C. Windows color (decimal): -3513153 or 12543178. OLE color: 12543178.

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

Color convert

RGB202100191-
CMYK00.500.050.21
HSL306.47º49.04%59.22%-
HSV(B)306.47º50.5%79.22%-
XYZ38.3225.4352.18-
YUV140.87156.29171.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 100 (39.45% from 255) = 20.28%
BLUE value IS 191 (75% from 255) = 38.74%
R=40.97%
G=20.28%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210019100.500.050.21306.4749.0459.22
HexCA64BF032515132313b
Octal3121442770625254626173
Binary11001010110010010111111011001010110101100110010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64BF; }

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

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

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

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

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

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

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

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