Html Css Color HEX #C62EFE Electric Purple

📋 copy color: '#C62EFE'

red 198 ◦ green 46 ◦ blue 254

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

Shades of Electric Purple #C62EFE

Tints of Electric Purple #C62EFE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.24%

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

R = 39.76%
G = 9.24%
B = 51%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C62EFE (or 0xC62EFE) is known color: Electric Purple. HEX triplet: C6, 2E and FE. RGB value is (198,46,254). Sum of RGB (Red+Green+Blue) = 198+46+254=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #C62EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62EFE is #39D101. Grayscale: #727272. Windows color (decimal): -3789058 or 16658118. OLE color: 16658118.

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

Color convert

RGB 198 46 254 -
CMYK 0.22 0.82 0 0.00
HSL 283.85º 0.99% 0.59% -
HSV(B) 283.85º 0.82% 1% -
XYZ 42.16 21.12 95.62 -
YUV 115.16 206.36 187.09 -
System Red Green Blue C M Y K H S L
Decimal 198 46 254 0.22 0.82 0 0.00 283.85 0.99 0.59
Hex C6 2E FE 16 52 0 0 11C 63 3B
Octal 306 56 376 26 122 0 0 434 143 73
Binary 11000110 101110 11111110 10110 1010010 0 0 100011100 1100011 111011

Color Harmonies of #C62EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62EFE

Black with #C62EFE

Text Example


Text Example

White with #C62EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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