Html Css Color HEX #CA2BEA Electric Purple

📋 copy color: '#CA2BEA'

red 202 ◦ green 43 ◦ blue 234

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

Shades of Electric Purple #CA2BEA

Tints of Electric Purple #CA2BEA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.98%

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 42.17%
G = 8.98%
B = 48.85%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA2BEA (or 0xCA2BEA) is known color: Electric Purple. HEX triplet: CA, 2B and EA. RGB value is (202,43,234). Sum of RGB (Red+Green+Blue) = 202+43+234=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 43 (17.19% from 255 or 8.98% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA2BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2BEA is #35D415. Grayscale: #6F6F6F. Windows color (decimal): -3527702 or 15346634. OLE color: 15346634.

HSL color Cylindrical-coordinate representation of color #CA2BEA: hue angle of 289.95º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2BEA is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 43 234 -
CMYK 0.14 0.82 0 0.08
HSL 289.95º 0.82% 0.54% -
HSV(B) 289.95º 0.82% 0.92% -
XYZ 40.07 20.22 79.63 -
YUV 112.32 196.68 191.97 -
System Red Green Blue C M Y K H S L
Decimal 202 43 234 0.14 0.82 0 0.08 289.95 0.82 0.54
Hex CA 2B EA E 52 0 8 122 52 36
Octal 312 53 352 16 122 0 10 442 122 66
Binary 11001010 101011 11101010 1110 1010010 0 1000 100100010 1010010 110110

Color Harmonies of #CA2BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2BEA

Black with #CA2BEA

Text Example


Text Example

White with #CA2BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2BEA; }

 p { color: rgb(202,43,234); }

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

background-color css

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

 a { background-color: rgb(202,43,234); }

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

border-color css

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

 span { border-color: rgb(202,43,234); }

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