#CA21FE

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

Shades of Electric Purple #CA21FE

Tints of Electric Purple #CA21FE

Color information

#CA21FE (or 0xCA21FE) is unknown color: approx Electric Purple. HEX triplet: CA, 21 and FE. RGB value is (202,33,254). Sum of RGB (Red+Green+Blue) = 202+33+254=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 33 (13.28% from 255 or 6.75% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA21FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA21FE is #35DE01. Grayscale: #6C6C6C. Windows color (decimal): -3530242 or 16654794. OLE color: 16654794.

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

Color convert

RGB20233254-
CMYK0.200.8700.00
HSL285.88º99.1%56.27%-
HSV(B)285.88º87.01%99.61%-
XYZ42.7920.895.53-
YUV108.72209.99194.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 33 (13.28% from 255) = 6.75%
BLUE value IS 254 (99.61% from 255) = 51.94%
R=41.31%
G=6.75%
B=51.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal202332540.200.8700.00285.8899.156.27
HexCA21FE14570011e6338
Octal31241376241270043614370
Binary1100101010000111111110101001010111001000111101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA21FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA21FE; }

 p { color: rgb(202,33,254); }

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

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

 a { background-color: rgb(202,33,254); }

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

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

 span { border-color: rgb(202,33,254); }

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