#CA5DB1

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

Shades of Fuchsia #CA5DB1

Tints of Fuchsia #CA5DB1

Color information

#CA5DB1 (or 0xCA5DB1) is unknown color: approx Fuchsia. HEX triplet: CA, 5D and B1. RGB value is (202,93,177). Sum of RGB (Red+Green+Blue) = 202+93+177=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5DB1 is #35A24E. Grayscale: #868686. Windows color (decimal): -3514959 or 11623882. OLE color: 11623882.

HSL color Cylindrical-coordinate representation of color #CA5DB1: hue angle of 313.76º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5DB1 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB20293177-
CMYK00.540.120.21
HSL313.76º50.7%57.84%-
HSV(B)313.76º53.96%79.22%-
XYZ36.2123.5644.23-
YUV135.17151.61175.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 93 (36.72% from 255) = 19.70%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=42.80%
G=19.70%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029317700.540.120.21313.7650.757.84
HexCA5DB1036C1513a333a
Octal31213526106614254726372
Binary110010101011101101100010110110110010101100111010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5DB1; }

 p { color: rgb(202,93,177); }

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

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

 a { background-color: rgb(202,93,177); }

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

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

 span { border-color: rgb(202,93,177); }

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