#CA5AB6

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

Shades of Fuchsia #CA5AB6

Tints of Fuchsia #CA5AB6

Color information

#CA5AB6 (or 0xCA5AB6) is unknown color: approx Fuchsia. HEX triplet: CA, 5A and B6. RGB value is (202,90,182). Sum of RGB (Red+Green+Blue) = 202+90+182=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5AB6 is #35A549. Grayscale: #858585. Windows color (decimal): -3515722 or 11950794. OLE color: 11950794.

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

Color convert

RGB20290182-
CMYK00.550.100.21
HSL310.71º51.38%57.25%-
HSV(B)310.71º55.45%79.22%-
XYZ36.4623.2546.82-
YUV133.98155.11176.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 90 (35.55% from 255) = 18.99%
BLUE value IS 182 (71.48% from 255) = 38.40%
R=42.62%
G=18.99%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029018200.550.100.21310.7151.3857.25
HexCA5AB6037A151373339
Octal31213226606712254676371
Binary110010101011010101101100110111101010101100110111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5AB6; }

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

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

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

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

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

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

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

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