#CA5CD0

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

Shades of Fuchsia #CA5CD0

Tints of Fuchsia #CA5CD0

Color information

#CA5CD0 (or 0xCA5CD0) is unknown color: approx Fuchsia. HEX triplet: CA, 5C and D0. RGB value is (202,92,208). Sum of RGB (Red+Green+Blue) = 202+92+208=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA5CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CD0 is #35A32F. Grayscale: #898989. Windows color (decimal): -3515184 or 13655242. OLE color: 13655242.

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

Color convert

RGB20292208-
CMYK0.030.5600.18
HSL296.9º55.24%58.82%-
HSV(B)296.9º55.77%81.57%-
XYZ39.5724.7662.37-
YUV138.11167.44173.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 92 (36.33% from 255) = 18.33%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=40.24%
G=18.33%
B=41.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202922080.030.5600.18296.955.2458.82
HexCA5CD0338012129373b
Octal3121343203700224516773
Binary1100101010111001101000011111000010010100101001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CD0; }

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

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

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

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

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

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

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

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