#CA73B6

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

Shades of Fuchsia #CA73B6

Tints of Fuchsia #CA73B6

Color information

#CA73B6 (or 0xCA73B6) is unknown color: approx Fuchsia. HEX triplet: CA, 73 and B6. RGB value is (202,115,182). Sum of RGB (Red+Green+Blue) = 202+115+182=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73B6 is #358C49. Grayscale: #949494. Windows color (decimal): -3509322 or 11957194. OLE color: 11957194.

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

Color convert

RGB202115182-
CMYK00.430.100.21
HSL313.79º45.08%62.16%-
HSV(B)313.79º43.07%79.22%-
XYZ38.9328.247.65-
YUV148.65146.82166.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 115 (45.31% from 255) = 23.05%
BLUE value IS 182 (71.48% from 255) = 36.47%
R=40.48%
G=23.05%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211518200.430.100.21313.7945.0862.16
HexCA73B602BA1513a2d3e
Octal31216326605312254725576
Binary110010101110011101101100101011101010101100111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA73B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA73B6; }

 p { color: rgb(202,115,182); }

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

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

 a { background-color: rgb(202,115,182); }

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

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

 span { border-color: rgb(202,115,182); }

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