#CA6AB4

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

Shades of Fuchsia #CA6AB4

Tints of Fuchsia #CA6AB4

Color information

#CA6AB4 (or 0xCA6AB4) is unknown color: approx Fuchsia. HEX triplet: CA, 6A and B4. RGB value is (202,106,180). Sum of RGB (Red+Green+Blue) = 202+106+180=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6AB4 is #35954B. Grayscale: #8E8E8E. Windows color (decimal): -3511628 or 11823818. OLE color: 11823818.

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

Color convert

RGB202106180-
CMYK00.480.110.21
HSL313.75º47.52%60.39%-
HSV(B)313.75º47.52%79.22%-
XYZ37.7526.1646.24-
YUV143.14148.8169.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 180 (70.70% from 255) = 36.89%
R=41.39%
G=21.72%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210618000.480.110.21313.7547.5260.39
HexCA6AB4030B1513a303c
Octal31215226406013254726074
Binary110010101101010101101000110000101110101100111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6AB4; }

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

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

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

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

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

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

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

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