Html Css Color HEX #C629EA Electric Purple

📋 copy color: '#C629EA'

red 198 ◦ green 41 ◦ blue 234

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

Shades of Electric Purple #C629EA

Tints of Electric Purple #C629EA

RGB

 RED value IS 198 (77.73% from 255) = 41.86%

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

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 41.86%
G = 8.67%
B = 49.47%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C629EA (or 0xC629EA) is known color: Electric Purple. HEX triplet: C6, 29 and EA. RGB value is (198,41,234). Sum of RGB (Red+Green+Blue) = 198+41+234=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #C629EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C629EA is #39D615. Grayscale: #6D6D6D. Windows color (decimal): -3790358 or 15346118. OLE color: 15346118.

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

Color convert

RGB 198 41 234 -
CMYK 0.15 0.82 0 0.08
HSL 288.81º 0.82% 0.54% -
HSV(B) 288.81º 0.82% 0.92% -
XYZ 38.93 19.53 79.56 -
YUV 109.95 198.01 190.81 -
System Red Green Blue C M Y K H S L
Decimal 198 41 234 0.15 0.82 0 0.08 288.81 0.82 0.54
Hex C6 29 EA F 52 0 8 121 52 36
Octal 306 51 352 17 122 0 10 441 122 66
Binary 11000110 101001 11101010 1111 1010010 0 1000 100100001 1010010 110110

Color Harmonies of #C629EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C629EA

Black with #C629EA

Text Example


Text Example

White with #C629EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C629EA; }

 p { color: rgb(198,41,234); }

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

background-color css

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

 a { background-color: rgb(198,41,234); }

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

border-color css

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

 span { border-color: rgb(198,41,234); }

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