#CA64BC

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

Shades of Fuchsia #CA64BC

Tints of Fuchsia #CA64BC

Color information

#CA64BC (or 0xCA64BC) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and BC. RGB value is (202,100,188). Sum of RGB (Red+Green+Blue) = 202+100+188=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64BC is #359B43. Grayscale: #8C8C8C. Windows color (decimal): -3513156 or 12346570. OLE color: 12346570.

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

Color convert

RGB202100188-
CMYK00.500.070.21
HSL308.24º49.04%59.22%-
HSV(B)308.24º50.5%79.22%-
XYZ37.9925.350.46-
YUV140.53154.79171.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 100 (39.45% from 255) = 20.41%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=41.22%
G=20.41%
B=38.37%

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
Decimal20210018800.500.070.21308.2449.0459.22
HexCA64BC032715134313b
Octal3121442740627254646173
Binary11001010110010010111100011001011110101100110100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64BC; }

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

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

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

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

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

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

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

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