Html Css Color HEX #CA29EC Electric Purple

📋 copy color: '#CA29EC'

red 202 ◦ green 41 ◦ blue 236

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

Shades of Electric Purple #CA29EC

Tints of Electric Purple #CA29EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.56%

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 42.17%
G = 8.56%
B = 49.27%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA29EC (or 0xCA29EC) is known color: Electric Purple. HEX triplet: CA, 29 and EC. RGB value is (202,41,236). Sum of RGB (Red+Green+Blue) = 202+41+236=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA29EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA29EC is #35D613. Grayscale: #6E6E6E. Windows color (decimal): -3528212 or 15477194. OLE color: 15477194.

HSL color Cylindrical-coordinate representation of color #CA29EC: hue angle of 289.54º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA29EC is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 41 236 -
CMYK 0.14 0.83 0 0.07
HSL 289.54º 0.84% 0.54% -
HSV(B) 289.54º 0.83% 0.93% -
XYZ 40.29 20.2 81.13 -
YUV 111.37 198.34 192.64 -
System Red Green Blue C M Y K H S L
Decimal 202 41 236 0.14 0.83 0 0.07 289.54 0.84 0.54
Hex CA 29 EC E 53 0 7 122 54 36
Octal 312 51 354 16 123 0 7 442 124 66
Binary 11001010 101001 11101100 1110 1010011 0 111 100100010 1010100 110110

Color Harmonies of #CA29EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29EC

Black with #CA29EC

Text Example


Text Example

White with #CA29EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29EC; }

 p { color: rgb(202,41,236); }

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

background-color css

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

 a { background-color: rgb(202,41,236); }

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

border-color css

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

 span { border-color: rgb(202,41,236); }

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