#CA03EC

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

Shades of Electric Purple #CA03EC

Tints of Electric Purple #CA03EC

Color information

#CA03EC (or 0xCA03EC) is unknown color: approx Electric Purple. HEX triplet: CA, 03 and EC. RGB value is (202,3,236). Sum of RGB (Red+Green+Blue) = 202+3+236=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA03EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA03EC is #35FC13. Grayscale: #585858. Windows color (decimal): -3537940 or 15467466. OLE color: 15467466.

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

Color convert

RGB2023236-
CMYK0.140.9900.07
HSL291.24º97.49%46.86%-
HSV(B)291.24º98.73%92.55%-
XYZ39.5318.6880.88-
YUV89.06210.93208.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.80%
GREEN value IS 3 (1.56% from 255) = 0.68%
BLUE value IS 236 (92.58% from 255) = 53.51%
R=45.80%
G=0.68%
B=53.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20232360.140.9900.07291.2497.4946.86
HexCA3ECE6307123612f
Octal3123354161430744314157
Binary1100101011111011001110110001101111001000111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA03EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA03EC; }

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

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

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

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

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

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

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

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