#CA56B5

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

Shades of Fuchsia #CA56B5

Tints of Fuchsia #CA56B5

Color information

#CA56B5 (or 0xCA56B5) is unknown color: approx Fuchsia. HEX triplet: CA, 56 and B5. RGB value is (202,86,181). Sum of RGB (Red+Green+Blue) = 202+86+181=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56B5 is #35A94A. Grayscale: #838383. Windows color (decimal): -3516747 or 11884234. OLE color: 11884234.

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

Color convert

RGB20286181-
CMYK00.570.100.21
HSL310.86º52.25%56.47%-
HSV(B)310.86º57.43%79.22%-
XYZ36.0322.5546.17-
YUV131.51155.93178.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 86 (33.98% from 255) = 18.34%
BLUE value IS 181 (71.09% from 255) = 38.59%
R=43.07%
G=18.34%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028618100.570.100.21310.8652.2556.47
HexCA56B5039A151373438
Octal31212626507112254676470
Binary110010101010110101101010111001101010101100110111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA56B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA56B5; }

 p { color: rgb(202,86,181); }

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

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

 a { background-color: rgb(202,86,181); }

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

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

 span { border-color: rgb(202,86,181); }

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