#CA22FF

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

Shades of Electric Purple #CA22FF

Tints of Electric Purple #CA22FF

Color information

#CA22FF (or 0xCA22FF) is unknown color: approx Electric Purple. HEX triplet: CA, 22 and FF. RGB value is (202,34,255). Sum of RGB (Red+Green+Blue) = 202+34+255=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 34 (13.67% from 255 or 6.92% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA22FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA22FF is #35DD00. Grayscale: #6C6C6C. Windows color (decimal): -3529985 or 16720586. OLE color: 16720586.

HSL color Cylindrical-coordinate representation of color #CA22FF: hue angle of 285.61º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA22FF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20234255-
CMYK0.210.8700
HSL285.61º100%56.67%-
HSV(B)285.61º86.67%100%-
XYZ42.9820.9296.38-
YUV109.43210.16194.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 34 (13.67% from 255) = 6.92%
BLUE value IS 255 (100% from 255) = 51.93%
R=41.14%
G=6.92%
B=51.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202342550.210.8700285.6110056.67
HexCA22FF15570011e6439
Octal31242377251270043614471
Binary1100101010001011111111101011010111001000111101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA22FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA22FF; }

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

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

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

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

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

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

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

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