#CA63BA

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

Shades of Fuchsia #CA63BA

Tints of Fuchsia #CA63BA

Color information

#CA63BA (or 0xCA63BA) is unknown color: approx Fuchsia. HEX triplet: CA, 63 and BA. RGB value is (202,99,186). Sum of RGB (Red+Green+Blue) = 202+99+186=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63BA is #359C45. Grayscale: #8B8B8B. Windows color (decimal): -3513414 or 12215242. OLE color: 12215242.

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

Color convert

RGB20299186-
CMYK00.510.080.21
HSL309.32º49.28%59.02%-
HSV(B)309.32º50.99%79.22%-
XYZ37.6825.0349.3-
YUV139.72154.12172.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 99 (39.06% from 255) = 20.33%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=41.48%
G=20.33%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029918600.510.080.21309.3249.2859.02
HexCA63BA033815135313b
Octal31214327206310254656173
Binary110010101100011101110100110011100010101100110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA63BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA63BA; }

 p { color: rgb(202,99,186); }

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

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

 a { background-color: rgb(202,99,186); }

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

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

 span { border-color: rgb(202,99,186); }

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