Html Css Color HEX #C62EFF Electric Purple

📋 copy color: '#C62EFF'

red 198 ◦ green 46 ◦ blue 255

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

Shades of Electric Purple #C62EFF

Tints of Electric Purple #C62EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.1%

R = 39.68%
G = 9.22%
B = 51.1%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C62EFF (or 0xC62EFF) is known color: Electric Purple. HEX triplet: C6, 2E and FF. RGB value is (198,46,255). Sum of RGB (Red+Green+Blue) = 198+46+255=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #C62EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62EFF is #39D100. Grayscale: #727272. Windows color (decimal): -3789057 or 16723654. OLE color: 16723654.

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

Color convert

RGB 198 46 255 -
CMYK 0.22 0.82 0 0
HSL 283.64º 1% 0.59% -
HSV(B) 283.64º 0.82% 1% -
XYZ 42.32 21.18 96.47 -
YUV 115.27 206.86 187.01 -
System Red Green Blue C M Y K H S L
Decimal 198 46 255 0.22 0.82 0 0 283.64 1 0.59
Hex C6 2E FF 16 52 0 0 11C 64 3B
Octal 306 56 377 26 122 0 0 434 144 73
Binary 11000110 101110 11111111 10110 1010010 0 0 100011100 1100100 111011

Color Harmonies of #C62EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62EFF

Black with #C62EFF

Text Example


Text Example

White with #C62EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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