#CA22F9

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

Shades of Electric Purple #CA22F9

Tints of Electric Purple #CA22F9

Color information

#CA22F9 (or 0xCA22F9) is unknown color: approx Electric Purple. HEX triplet: CA, 22 and F9. RGB value is (202,34,249). Sum of RGB (Red+Green+Blue) = 202+34+249=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 34 (13.67% from 255 or 7.01% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA22F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA22F9 is #35DD06. Grayscale: #6C6C6C. Windows color (decimal): -3529991 or 16327370. OLE color: 16327370.

HSL color Cylindrical-coordinate representation of color #CA22F9: hue angle of 286.88º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA22F9 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20234249-
CMYK0.190.8600.02
HSL286.88º94.71%55.49%-
HSV(B)286.88º86.35%97.65%-
XYZ42.0320.5491.37-
YUV108.74207.16194.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.65%
GREEN value IS 34 (13.67% from 255) = 7.01%
BLUE value IS 249 (97.66% from 255) = 51.34%
R=41.65%
G=7.01%
B=51.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202342490.190.8600.02286.8894.7155.49
HexCA22F913560211f5f37
Octal31242371231260243713767
Binary11001010100010111110011001110101100101000111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA22F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA22F9; }

 p { color: rgb(202,34,249); }

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

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

 a { background-color: rgb(202,34,249); }

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

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

 span { border-color: rgb(202,34,249); }

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