#CA5DC6

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

Shades of Fuchsia #CA5DC6

Tints of Fuchsia #CA5DC6

Color information

#CA5DC6 (or 0xCA5DC6) is unknown color: approx Fuchsia. HEX triplet: CA, 5D and C6. RGB value is (202,93,198). Sum of RGB (Red+Green+Blue) = 202+93+198=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DC6 is #35A239. Grayscale: #898989. Windows color (decimal): -3514938 or 13000138. OLE color: 13000138.

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

Color convert

RGB20293198-
CMYK00.540.020.21
HSL302.2º50.7%57.84%-
HSV(B)302.2º53.96%79.22%-
XYZ38.4624.4656.12-
YUV137.56162.11173.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=40.97%
G=18.86%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029319800.540.020.21302.250.757.84
HexCA5DC603621512e333a
Octal3121353060662254566372
Binary1100101010111011100011001101101010101100101110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5DC6; }

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

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

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

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

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

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

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

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