#CA5CCD

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

Shades of Fuchsia #CA5CCD

Tints of Fuchsia #CA5CCD

Color information

#CA5CCD (or 0xCA5CCD) is unknown color: approx Fuchsia. HEX triplet: CA, 5C and CD. RGB value is (202,92,205). Sum of RGB (Red+Green+Blue) = 202+92+205=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CCD is #35A332. Grayscale: #898989. Windows color (decimal): -3515187 or 13458634. OLE color: 13458634.

HSL color Cylindrical-coordinate representation of color #CA5CCD: hue angle of 298.41º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5CCD is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20292205-
CMYK0.010.5500.20
HSL298.41º53.05%58.24%-
HSV(B)298.41º55.12%80.39%-
XYZ39.224.6260.44-
YUV137.77165.94173.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 92 (36.33% from 255) = 18.44%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=40.48%
G=18.44%
B=41.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202922050.010.5500.20298.4153.0558.24
HexCA5CCD13701412a353a
Octal3121343151670244526572
Binary110010101011100110011011110111010100100101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CCD; }

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

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

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

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

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

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

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

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