Html Css Color HEX #CA13FA Electric Purple

📋 copy color: '#CA13FA'

red 202 ◦ green 19 ◦ blue 250

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

Shades of Electric Purple #CA13FA

Tints of Electric Purple #CA13FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.03%

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

R = 42.89%
G = 4.03%
B = 53.08%

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

#CA13FA (or 0xCA13FA) is known color: Electric Purple. HEX triplet: CA, 13 and FA. RGB value is (202,19,250). Sum of RGB (Red+Green+Blue) = 202+19+250=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 19 (7.81% from 255 or 4.03% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA13FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA13FA is #35EC05. Grayscale: #636363. Windows color (decimal): -3533830 or 16389066. OLE color: 16389066.

HSL color Cylindrical-coordinate representation of color #CA13FA: hue angle of 287.53º 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 #CA13FA is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 19 250 -
CMYK 0.19 0.92 0 0.02
HSL 287.53º 0.96% 0.53% -
HSV(B) 287.53º 0.92% 0.98% -
XYZ 41.85 19.92 92.08 -
YUV 100.05 212.63 200.72 -
System Red Green Blue C M Y K H S L
Decimal 202 19 250 0.19 0.92 0 0.02 287.53 0.96 0.53
Hex CA 13 FA 13 5C 0 2 120 60 35
Octal 312 23 372 23 134 0 2 440 140 65
Binary 11001010 10011 11111010 10011 1011100 0 10 100100000 1100000 110101

Color Harmonies of #CA13FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA13FA

Black with #CA13FA

Text Example


Text Example

White with #CA13FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA13FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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