#CA56CF

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

Shades of Fuchsia #CA56CF

Tints of Fuchsia #CA56CF

Color information

#CA56CF (or 0xCA56CF) is unknown color: approx Fuchsia. HEX triplet: CA, 56 and CF. RGB value is (202,86,207). Sum of RGB (Red+Green+Blue) = 202+86+207=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA56CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56CF is #35A930. Grayscale: #868686. Windows color (decimal): -3516721 or 13588170. OLE color: 13588170.

HSL color Cylindrical-coordinate representation of color #CA56CF: hue angle of 297.52º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA56CF is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20286207-
CMYK0.020.5800.19
HSL297.52º55.76%57.45%-
HSV(B)297.52º58.45%81.18%-
XYZ38.9523.7261.56-
YUV134.48168.93176.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 86 (33.98% from 255) = 17.37%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=40.81%
G=17.37%
B=41.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202862070.020.5800.19297.5255.7657.45
HexCA56CF23A01312a3839
Octal3121263172720234527071
Binary1100101010101101100111110111010010011100101010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA56CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA56CF; }

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

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

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

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

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

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

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

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