#CA64B5

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

Shades of Fuchsia #CA64B5

Tints of Fuchsia #CA64B5

Color information

#CA64B5 (or 0xCA64B5) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and B5. RGB value is (202,100,181). Sum of RGB (Red+Green+Blue) = 202+100+181=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64B5 is #359B4A. Grayscale: #8B8B8B. Windows color (decimal): -3513163 or 11887818. OLE color: 11887818.

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

Color convert

RGB202100181-
CMYK00.500.100.21
HSL312.35º49.04%59.22%-
HSV(B)312.35º50.5%79.22%-
XYZ37.2525.0146.58-
YUV139.73151.29172.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 100 (39.45% from 255) = 20.70%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=41.82%
G=20.70%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210018100.500.100.21312.3549.0459.22
HexCA64B5032A15138313b
Octal31214426506212254706173
Binary110010101100100101101010110010101010101100111000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64B5; }

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

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

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

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

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

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

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

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