#CA5CBF

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

Shades of Fuchsia #CA5CBF

Tints of Fuchsia #CA5CBF

Color information

#CA5CBF (or 0xCA5CBF) is unknown color: approx Fuchsia. HEX triplet: CA, 5C and BF. RGB value is (202,92,191). Sum of RGB (Red+Green+Blue) = 202+92+191=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CBF is #35A340. Grayscale: #878787. Windows color (decimal): -3515201 or 12541130. OLE color: 12541130.

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

Color convert

RGB20292191-
CMYK00.540.050.21
HSL306º50.93%57.65%-
HSV(B)306º54.46%79.22%-
XYZ37.5923.9751.94-
YUV136.18158.94174.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 92 (36.33% from 255) = 18.97%
BLUE value IS 191 (75% from 255) = 39.38%
R=41.65%
G=18.97%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029219100.540.050.2130650.9357.65
HexCA5CBF036515132333a
Octal3121342770665254626372
Binary11001010101110010111111011011010110101100110010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CBF; }

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

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

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

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

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

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

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

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