Html Css Color HEX #CA12FA Electric Purple

📋 copy color: '#CA12FA'

red 202 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #CA12FA

Tints of Electric Purple #CA12FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.83%

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 42.98%
G = 3.83%
B = 53.19%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA12FA (or 0xCA12FA) is known color: Electric Purple. HEX triplet: CA, 12 and FA. RGB value is (202,18,250). Sum of RGB (Red+Green+Blue) = 202+18+250=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA12FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA12FA is #35ED05. Grayscale: #626262. Windows color (decimal): -3534086 or 16388810. OLE color: 16388810.

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

Color convert

RGB 202 18 250 -
CMYK 0.19 0.93 0 0.02
HSL 287.59º 0.96% 0.53% -
HSV(B) 287.59º 0.93% 0.98% -
XYZ 41.83 19.89 92.08 -
YUV 99.46 212.96 201.14 -
System Red Green Blue C M Y K H S L
Decimal 202 18 250 0.19 0.93 0 0.02 287.59 0.96 0.53
Hex CA 12 FA 13 5D 0 2 120 60 35
Octal 312 22 372 23 135 0 2 440 140 65
Binary 11001010 10010 11111010 10011 1011101 0 10 100100000 1100000 110101

Color Harmonies of #CA12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA12FA

Black with #CA12FA

Text Example


Text Example

White with #CA12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA12FA; }

 p { color: rgb(202,18,250); }

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

background-color css

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

 a { background-color: rgb(202,18,250); }

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

border-color css

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

 span { border-color: rgb(202,18,250); }

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