#CA63BB

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

Shades of Fuchsia #CA63BB

Tints of Fuchsia #CA63BB

Color information

#CA63BB (or 0xCA63BB) is unknown color: approx Fuchsia. HEX triplet: CA, 63 and BB. RGB value is (202,99,187). Sum of RGB (Red+Green+Blue) = 202+99+187=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63BB is #359C44. Grayscale: #8B8B8B. Windows color (decimal): -3513413 or 12280778. OLE color: 12280778.

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

Color convert

RGB20299187-
CMYK00.510.070.21
HSL308.74º49.28%59.02%-
HSV(B)308.74º50.99%79.22%-
XYZ37.7925.0749.86-
YUV139.83154.62172.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.39%
GREEN value IS 99 (39.06% from 255) = 20.29%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=41.39%
G=20.29%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029918700.510.070.21308.7449.2859.02
HexCA63BB033715135313b
Octal3121432730637254656173
Binary11001010110001110111011011001111110101100110101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA63BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA63BB; }

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

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

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

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

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

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

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

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