#CA64AD

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

Shades of Fuchsia #CA64AD

Tints of Fuchsia #CA64AD

Color information

#CA64AD (or 0xCA64AD) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and AD. RGB value is (202,100,173). Sum of RGB (Red+Green+Blue) = 202+100+173=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA64AD is #359B52. Grayscale: #8A8A8A. Windows color (decimal): -3513171 or 11363530. OLE color: 11363530.

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

Color convert

RGB202100173-
CMYK00.500.140.21
HSL317.06º49.04%59.22%-
HSV(B)317.06º50.5%79.22%-
XYZ36.4624.6942.38-
YUV138.82147.29173.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=42.53%
G=21.05%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210017300.500.140.21317.0649.0459.22
HexCA64AD032E1513d313b
Octal31214425506216254756173
Binary110010101100100101011010110010111010101100111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64AD; }

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

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

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

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

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

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

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

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