#CA64BB

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

Shades of Fuchsia #CA64BB

Tints of Fuchsia #CA64BB

Color information

#CA64BB (or 0xCA64BB) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and BB. RGB value is (202,100,187). Sum of RGB (Red+Green+Blue) = 202+100+187=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64BB is #359B44. Grayscale: #8C8C8C. Windows color (decimal): -3513157 or 12281034. OLE color: 12281034.

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

Color convert

RGB202100187-
CMYK00.500.070.21
HSL308.82º49.04%59.22%-
HSV(B)308.82º50.5%79.22%-
XYZ37.8825.2649.89-
YUV140.42154.29171.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 100 (39.45% from 255) = 20.45%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=41.31%
G=20.45%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210018700.500.070.21308.8249.0459.22
HexCA64BB032715135313b
Octal3121442730627254656173
Binary11001010110010010111011011001011110101100110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64BB; }

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

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

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

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

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

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

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

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