#CA54D0

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

Shades of Fuchsia #CA54D0

Tints of Fuchsia #CA54D0

Color information

#CA54D0 (or 0xCA54D0) is unknown color: approx Fuchsia. HEX triplet: CA, 54 and D0. RGB value is (202,84,208). Sum of RGB (Red+Green+Blue) = 202+84+208=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA54D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54D0 is #35AB2F. Grayscale: #858585. Windows color (decimal): -3517232 or 13653194. OLE color: 13653194.

HSL color Cylindrical-coordinate representation of color #CA54D0: hue angle of 297.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA54D0 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20284208-
CMYK0.030.6000.18
HSL297.1º56.88%57.25%-
HSV(B)297.1º59.62%81.57%-
XYZ38.9123.4562.15-
YUV133.42170.09176.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 84 (33.20% from 255) = 17.00%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=40.89%
G=17.00%
B=42.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202842080.030.6000.18297.156.8857.25
HexCA54D033C0121293939
Octal3121243203740224517171
Binary1100101010101001101000011111100010010100101001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA54D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA54D0; }

 p { color: rgb(202,84,208); }

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

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

 a { background-color: rgb(202,84,208); }

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

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

 span { border-color: rgb(202,84,208); }

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