#CA19EC

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

Shades of Electric Purple #CA19EC

Tints of Electric Purple #CA19EC

Color information

#CA19EC (or 0xCA19EC) is unknown color: approx Electric Purple. HEX triplet: CA, 19 and EC. RGB value is (202,25,236). Sum of RGB (Red+Green+Blue) = 202+25+236=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA19EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19EC is #35E613. Grayscale: #656565. Windows color (decimal): -3532308 or 15473098. OLE color: 15473098.

HSL color Cylindrical-coordinate representation of color #CA19EC: hue angle of 290.33º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA19EC is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20225236-
CMYK0.140.8900.07
HSL290.33º84.74%51.18%-
HSV(B)290.33º89.41%92.55%-
XYZ39.8519.3180.98-
YUV101.98203.64199.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 25 (10.16% from 255) = 5.40%
BLUE value IS 236 (92.58% from 255) = 50.97%
R=43.63%
G=5.40%
B=50.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal202252360.140.8900.07290.3384.7451.18
HexCA19ECE59071225533
Octal31231354161310744212563
Binary1100101011001111011001110101100101111001000101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA19EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA19EC; }

 p { color: rgb(202,25,236); }

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

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

 a { background-color: rgb(202,25,236); }

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

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

 span { border-color: rgb(202,25,236); }

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