#CA6AC1

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

Shades of Fuchsia #CA6AC1

Tints of Fuchsia #CA6AC1

Color information

#CA6AC1 (or 0xCA6AC1) is unknown color: approx Fuchsia. HEX triplet: CA, 6A and C1. RGB value is (202,106,193). Sum of RGB (Red+Green+Blue) = 202+106+193=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6AC1 is #35953E. Grayscale: #909090. Windows color (decimal): -3511615 or 12675786. OLE color: 12675786.

HSL color Cylindrical-coordinate representation of color #CA6AC1: hue angle of 305.62º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6AC1 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202106193-
CMYK00.480.040.21
HSL305.62º47.52%60.39%-
HSV(B)305.62º47.52%79.22%-
XYZ39.1426.7153.55-
YUV144.62155.3168.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 106 (41.80% from 255) = 21.16%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=40.32%
G=21.16%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210619300.480.040.21305.6247.5260.39
HexCA6AC1030415132303c
Octal3121523010604254626074
Binary11001010110101011000001011000010010101100110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6AC1; }

 p { color: rgb(202,106,193); }

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

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

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

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

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

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

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