Html Css Color HEX #CA29EE Electric Purple

📋 copy color: '#CA29EE'

red 202 ◦ green 41 ◦ blue 238

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

Shades of Electric Purple #CA29EE

Tints of Electric Purple #CA29EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 42%
G = 8.52%
B = 49.48%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA29EE (or 0xCA29EE) is known color: Electric Purple. HEX triplet: CA, 29 and EE. RGB value is (202,41,238). Sum of RGB (Red+Green+Blue) = 202+41+238=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA29EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA29EE is #35D611. Grayscale: #6E6E6E. Windows color (decimal): -3528210 or 15608266. OLE color: 15608266.

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

Color convert

RGB 202 41 238 -
CMYK 0.15 0.83 0 0.07
HSL 289.04º 0.85% 0.55% -
HSV(B) 289.04º 0.83% 0.93% -
XYZ 40.58 20.32 82.67 -
YUV 111.6 199.34 192.48 -
System Red Green Blue C M Y K H S L
Decimal 202 41 238 0.15 0.83 0 0.07 289.04 0.85 0.55
Hex CA 29 EE F 53 0 7 121 55 37
Octal 312 51 356 17 123 0 7 441 125 67
Binary 11001010 101001 11101110 1111 1010011 0 111 100100001 1010101 110111

Color Harmonies of #CA29EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29EE

Black with #CA29EE

Text Example


Text Example

White with #CA29EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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