Html Css Color HEX #CA29FA Electric Purple

📋 copy color: '#CA29FA'

red 202 ◦ green 41 ◦ blue 250

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

Shades of Electric Purple #CA29FA

Tints of Electric Purple #CA29FA

RGB

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

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

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

R = 40.97%
G = 8.32%
B = 50.71%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA29FA (or 0xCA29FA) is known color: Electric Purple. HEX triplet: CA, 29 and FA. RGB value is (202,41,250). Sum of RGB (Red+Green+Blue) = 202+41+250=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA29FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA29FA is #35D605. Grayscale: #707070. Windows color (decimal): -3528198 or 16394698. OLE color: 16394698.

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

Color convert

RGB 202 41 250 -
CMYK 0.19 0.84 0 0.02
HSL 286.22º 0.95% 0.57% -
HSV(B) 286.22º 0.84% 0.98% -
XYZ 42.41 21.04 92.27 -
YUV 112.97 205.34 191.51 -
System Red Green Blue C M Y K H S L
Decimal 202 41 250 0.19 0.84 0 0.02 286.22 0.95 0.57
Hex CA 29 FA 13 54 0 2 11E 5F 39
Octal 312 51 372 23 124 0 2 436 137 71
Binary 11001010 101001 11111010 10011 1010100 0 10 100011110 1011111 111001

Color Harmonies of #CA29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29FA

Black with #CA29FA

Text Example


Text Example

White with #CA29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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