Html Css Color HEX #CA01FE Electric Purple

📋 copy color: '#CA01FE'

red 202 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #CA01FE

Tints of Electric Purple #CA01FE

RGB

 RED value IS 202 (79.3% from 255) = 44.2%

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 44.2%
G = 0.22%
B = 55.58%

CMYK

 C value IS 0.20

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA01FE (or 0xCA01FE) is known color: Electric Purple. HEX triplet: CA, 01 and FE. RGB value is (202,1,254). Sum of RGB (Red+Green+Blue) = 202+1+254=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA01FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA01FE is #35FE01. Grayscale: #595959. Windows color (decimal): -3538434 or 16646602. OLE color: 16646602.

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

Color convert

RGB 202 1 254 -
CMYK 0.20 1.00 0 0.00
HSL 287.67º 0.99% 0.5% -
HSV(B) 287.67º 1% 1% -
XYZ 42.26 19.73 95.35 -
YUV 89.94 220.59 207.93 -
System Red Green Blue C M Y K H S L
Decimal 202 1 254 0.20 1.00 0 0.00 287.67 0.99 0.5
Hex CA 1 FE 14 64 0 0 120 63 32
Octal 312 1 376 24 144 0 0 440 143 62
Binary 11001010 1 11111110 10100 1100100 0 0 100100000 1100011 110010

Color Harmonies of #CA01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA01FE

Black with #CA01FE

Text Example


Text Example

White with #CA01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA01FE; }

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

 H1.HeaderClassName
 {
   color: #CA01FE;
 }
 .AnyTagClassName
 {
   color: #CA01FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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