#CA5EBA

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

Shades of Fuchsia #CA5EBA

Tints of Fuchsia #CA5EBA

Color information

#CA5EBA (or 0xCA5EBA) is unknown color: approx Fuchsia. HEX triplet: CA, 5E and BA. RGB value is (202,94,186). Sum of RGB (Red+Green+Blue) = 202+94+186=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EBA is #35A145. Grayscale: #888888. Windows color (decimal): -3514694 or 12213962. OLE color: 12213962.

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

Color convert

RGB20294186-
CMYK00.530.080.21
HSL308.89º50.47%58.04%-
HSV(B)308.89º53.47%79.22%-
XYZ37.2224.1149.15-
YUV136.78155.78174.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 94 (37.11% from 255) = 19.50%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=41.91%
G=19.50%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029418600.530.080.21308.8950.4758.04
HexCA5EBA035815135323a
Octal31213627206510254656272
Binary110010101011110101110100110101100010101100110101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5EBA; }

 p { color: rgb(202,94,186); }

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

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

 a { background-color: rgb(202,94,186); }

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

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

 span { border-color: rgb(202,94,186); }

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