Html Css Color HEX #CA21FE Electric Purple

📋 copy color: '#CA21FE'

red 202 ◦ green 33 ◦ blue 254

#CA21FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CA21FE

Tints of Electric Purple #CA21FE

RGB

 RED value IS 202 (79.3% 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 value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA21FE (or 0xCA21FE) is known color: 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

RGB 202 33 254 -
CMYK 0.20 0.87 0 0.00
HSL 285.88º 0.99% 0.56% -
HSV(B) 285.88º 0.87% 1% -
XYZ 42.79 20.8 95.53 -
YUV 108.73 209.99 194.53 -
System Red Green Blue C M Y K H S L
Decimal 202 33 254 0.20 0.87 0 0.00 285.88 0.99 0.56
Hex CA 21 FE 14 57 0 0 11E 63 38
Octal 312 41 376 24 127 0 0 436 143 70
Binary 11001010 100001 11111110 10100 1010111 0 0 100011110 1100011 111000

Color Harmonies of #CA21FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA21FE

Black with #CA21FE

Text Example


Text Example

White with #CA21FE

Text Example


Text Example

HTML Codes & Css Web 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>