#CA5BC8

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

Shades of Fuchsia #CA5BC8

Tints of Fuchsia #CA5BC8

Color information

#CA5BC8 (or 0xCA5BC8) is unknown color: approx Fuchsia. HEX triplet: CA, 5B and C8. RGB value is (202,91,200). Sum of RGB (Red+Green+Blue) = 202+91+200=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BC8 is #35A437. Grayscale: #888888. Windows color (decimal): -3515448 or 13130698. OLE color: 13130698.

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

Color convert

RGB20291200-
CMYK00.550.010.21
HSL301.08º51.15%57.45%-
HSV(B)301.08º54.95%79.22%-
XYZ38.5224.2157.29-
YUV136.62163.77174.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 91 (35.94% from 255) = 18.46%
BLUE value IS 200 (78.52% from 255) = 40.57%
R=40.97%
G=18.46%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029120000.550.010.21301.0851.1557.45
HexCA5BC803711512d3339
Octal3121333100671254556371
Binary110010101011011110010000110111110101100101101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5BC8; }

 p { color: rgb(202,91,200); }

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

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

 a { background-color: rgb(202,91,200); }

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

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

 span { border-color: rgb(202,91,200); }

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