Html Css Color HEX #CA2EFA Electric Purple

📋 copy color: '#CA2EFA'

red 202 ◦ green 46 ◦ blue 250

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

Shades of Electric Purple #CA2EFA

Tints of Electric Purple #CA2EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.24%

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

R = 40.56%
G = 9.24%
B = 50.2%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA2EFA (or 0xCA2EFA) is known color: Electric Purple. HEX triplet: CA, 2E and FA. RGB value is (202,46,250). Sum of RGB (Red+Green+Blue) = 202+46+250=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA2EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2EFA is #35D105. Grayscale: #737373. Windows color (decimal): -3526918 or 16395978. OLE color: 16395978.

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

Color convert

RGB 202 46 250 -
CMYK 0.19 0.82 0 0.02
HSL 285.88º 0.95% 0.58% -
HSV(B) 285.88º 0.82% 0.98% -
XYZ 42.59 21.41 92.33 -
YUV 115.9 203.68 189.41 -
System Red Green Blue C M Y K H S L
Decimal 202 46 250 0.19 0.82 0 0.02 285.88 0.95 0.58
Hex CA 2E FA 13 52 0 2 11E 5F 3A
Octal 312 56 372 23 122 0 2 436 137 72
Binary 11001010 101110 11111010 10011 1010010 0 10 100011110 1011111 111010

Color Harmonies of #CA2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2EFA

Black with #CA2EFA

Text Example


Text Example

White with #CA2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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