#CA0AE9

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

Shades of Electric Purple #CA0AE9

Tints of Electric Purple #CA0AE9

Color information

#CA0AE9 (or 0xCA0AE9) is unknown color: approx Electric Purple. HEX triplet: CA, 0A and E9. RGB value is (202,10,233). Sum of RGB (Red+Green+Blue) = 202+10+233=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA0AE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0AE9 is #35F516. Grayscale: #5C5C5C. Windows color (decimal): -3536151 or 15272650. OLE color: 15272650.

HSL color Cylindrical-coordinate representation of color #CA0AE9: hue angle of 291.66º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0AE9 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20210233-
CMYK0.130.9600.09
HSL291.66º91.77%47.65%-
HSV(B)291.66º95.71%91.37%-
XYZ39.1718.6678.63-
YUV92.83207.11205.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 10 (4.30% from 255) = 2.25%
BLUE value IS 233 (91.41% from 255) = 52.36%
R=45.39%
G=2.25%
B=52.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202102330.130.9600.09291.6691.7747.65
HexCAAE9D60091245c30
Octal312123511514001144413460
Binary1100101010101110100111011100000010011001001001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0AE9; }

 p { color: rgb(202,10,233); }

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

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

 a { background-color: rgb(202,10,233); }

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

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

 span { border-color: rgb(202,10,233); }

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