#CA5BC7

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

Shades of Fuchsia #CA5BC7

Tints of Fuchsia #CA5BC7

Color information

#CA5BC7 (or 0xCA5BC7) is unknown color: approx Fuchsia. HEX triplet: CA, 5B and C7. RGB value is (202,91,199). Sum of RGB (Red+Green+Blue) = 202+91+199=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5BC7 is #35A438. Grayscale: #888888. Windows color (decimal): -3515449 or 13065162. OLE color: 13065162.

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

Color convert

RGB20291199-
CMYK00.550.010.21
HSL301.62º51.15%57.45%-
HSV(B)301.62º54.95%79.22%-
XYZ38.4124.1656.67-
YUV136.5163.27174.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.06%
GREEN value IS 91 (35.94% from 255) = 18.50%
BLUE value IS 199 (78.12% from 255) = 40.45%
R=41.06%
G=18.50%
B=40.45%

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
Decimal2029119900.550.010.21301.6251.1557.45
HexCA5BC703711512e3339
Octal3121333070671254566371
Binary110010101011011110001110110111110101100101110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5BC7; }

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

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

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

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

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

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

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

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