#CA64CA

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

Shades of Fuchsia #CA64CA

Tints of Fuchsia #CA64CA

Color information

#CA64CA (or 0xCA64CA) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and CA. RGB value is (202,100,202). Sum of RGB (Red+Green+Blue) = 202+100+202=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 100 (39.45% from 255 or 19.84% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA64CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64CA is #359B35. Grayscale: #8D8D8D. Windows color (decimal): -3513142 or 13264074. OLE color: 13264074.

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

Color convert

RGB202100202-
CMYK00.5000.21
HSL300º49.04%59.22%-
HSV(B)300º50.5%79.22%-
XYZ39.5725.9458.8-
YUV142.13161.79170.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 100 (39.45% from 255) = 19.84%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=40.08%
G=19.84%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210020200.5000.2130049.0459.22
HexCA64CA03201512c313b
Octal3121443120620254546173
Binary110010101100100110010100110010010101100101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64CA; }

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

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

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

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

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

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

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

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