#CA5CC8

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

Shades of Fuchsia #CA5CC8

Tints of Fuchsia #CA5CC8

Color information

#CA5CC8 (or 0xCA5CC8) is unknown color: approx Fuchsia. HEX triplet: CA, 5C and C8. RGB value is (202,92,200). Sum of RGB (Red+Green+Blue) = 202+92+200=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CC8 is #35A337. Grayscale: #888888. Windows color (decimal): -3515192 or 13130954. OLE color: 13130954.

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

Color convert

RGB20292200-
CMYK00.540.010.21
HSL301.09º50.93%57.65%-
HSV(B)301.09º54.46%79.22%-
XYZ38.6124.3857.31-
YUV137.2163.44174.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 92 (36.33% from 255) = 18.62%
BLUE value IS 200 (78.52% from 255) = 40.49%
R=40.89%
G=18.62%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029220000.540.010.21301.0950.9357.65
HexCA5CC803611512d333a
Octal3121343100661254556372
Binary110010101011100110010000110110110101100101101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CC8; }

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

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

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

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

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

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

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

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