Html Css Color HEX #CA29F6 Electric Purple

📋 copy color: '#CA29F6'

red 202 ◦ green 41 ◦ blue 246

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

Shades of Electric Purple #CA29F6

Tints of Electric Purple #CA29F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.31%

R = 41.31%
G = 8.38%
B = 50.31%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA29F6 (or 0xCA29F6) is known color: Electric Purple. HEX triplet: CA, 29 and F6. RGB value is (202,41,246). Sum of RGB (Red+Green+Blue) = 202+41+246=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA29F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA29F6 is #35D609. Grayscale: #6F6F6F. Windows color (decimal): -3528202 or 16132554. OLE color: 16132554.

HSL color Cylindrical-coordinate representation of color #CA29F6: hue angle of 287.12º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA29F6 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 41 246 -
CMYK 0.18 0.83 0 0.04
HSL 287.12º 0.92% 0.56% -
HSV(B) 287.12º 0.83% 0.96% -
XYZ 41.78 20.8 89 -
YUV 112.51 203.34 191.83 -
System Red Green Blue C M Y K H S L
Decimal 202 41 246 0.18 0.83 0 0.04 287.12 0.92 0.56
Hex CA 29 F6 12 53 0 4 11F 5C 38
Octal 312 51 366 22 123 0 4 437 134 70
Binary 11001010 101001 11110110 10010 1010011 0 100 100011111 1011100 111000

Color Harmonies of #CA29F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29F6

Black with #CA29F6

Text Example


Text Example

White with #CA29F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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