Html Css Color HEX #CA29EB Electric Purple

📋 copy color: '#CA29EB'

red 202 ◦ green 41 ◦ blue 235

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

Shades of Electric Purple #CA29EB

Tints of Electric Purple #CA29EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 42.26%
G = 8.58%
B = 49.16%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA29EB (or 0xCA29EB) is known color: Electric Purple. HEX triplet: CA, 29 and EB. RGB value is (202,41,235). Sum of RGB (Red+Green+Blue) = 202+41+235=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA29EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA29EB is #35D614. Grayscale: #6E6E6E. Windows color (decimal): -3528213 or 15411658. OLE color: 15411658.

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

Color convert

RGB 202 41 235 -
CMYK 0.14 0.83 0 0.08
HSL 289.79º 0.83% 0.54% -
HSV(B) 289.79º 0.83% 0.92% -
XYZ 40.15 20.14 80.37 -
YUV 111.26 197.84 192.73 -
System Red Green Blue C M Y K H S L
Decimal 202 41 235 0.14 0.83 0 0.08 289.79 0.83 0.54
Hex CA 29 EB E 53 0 8 122 53 36
Octal 312 51 353 16 123 0 10 442 123 66
Binary 11001010 101001 11101011 1110 1010011 0 1000 100100010 1010011 110110

Color Harmonies of #CA29EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29EB

Black with #CA29EB

Text Example


Text Example

White with #CA29EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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