Html Css Color HEX #CA14FA Electric Purple

📋 copy color: '#CA14FA'

red 202 ◦ green 20 ◦ blue 250

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

Shades of Electric Purple #CA14FA

Tints of Electric Purple #CA14FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.24%

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

R = 42.8%
G = 4.24%
B = 52.97%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA14FA (or 0xCA14FA) is known color: Electric Purple. HEX triplet: CA, 14 and FA. RGB value is (202,20,250). Sum of RGB (Red+Green+Blue) = 202+20+250=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA14FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA14FA is #35EB05. Grayscale: #636363. Windows color (decimal): -3533574 or 16389322. OLE color: 16389322.

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

Color convert

RGB 202 20 250 -
CMYK 0.19 0.92 0 0.02
HSL 287.48º 0.96% 0.53% -
HSV(B) 287.48º 0.92% 0.98% -
XYZ 41.86 19.96 92.09 -
YUV 100.64 212.3 200.3 -
System Red Green Blue C M Y K H S L
Decimal 202 20 250 0.19 0.92 0 0.02 287.48 0.96 0.53
Hex CA 14 FA 13 5C 0 2 11F 60 35
Octal 312 24 372 23 134 0 2 437 140 65
Binary 11001010 10100 11111010 10011 1011100 0 10 100011111 1100000 110101

Color Harmonies of #CA14FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA14FA

Black with #CA14FA

Text Example


Text Example

White with #CA14FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA14FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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