Html Css Color HEX #C629FE Electric Purple

📋 copy color: '#C629FE'

red 198 ◦ green 41 ◦ blue 254

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

Shades of Electric Purple #C629FE

Tints of Electric Purple #C629FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 40.16%
G = 8.32%
B = 51.52%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C629FE (or 0xC629FE) is known color: Electric Purple. HEX triplet: C6, 29 and FE. RGB value is (198,41,254). Sum of RGB (Red+Green+Blue) = 198+41+254=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #C629FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C629FE is #39D601. Grayscale: #6F6F6F. Windows color (decimal): -3790338 or 16656838. OLE color: 16656838.

HSL color Cylindrical-coordinate representation of color #C629FE: hue angle of 284.23º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C629FE is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 41 254 -
CMYK 0.22 0.84 0 0.00
HSL 284.23º 0.99% 0.58% -
HSV(B) 284.23º 0.84% 1% -
XYZ 41.97 20.75 95.56 -
YUV 112.23 208.01 189.18 -
System Red Green Blue C M Y K H S L
Decimal 198 41 254 0.22 0.84 0 0.00 284.23 0.99 0.58
Hex C6 29 FE 16 54 0 0 11C 63 3A
Octal 306 51 376 26 124 0 0 434 143 72
Binary 11000110 101001 11111110 10110 1010100 0 0 100011100 1100011 111010

Color Harmonies of #C629FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C629FE

Black with #C629FE

Text Example


Text Example

White with #C629FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C629FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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