Html Css Color HEX #C62CFF Electric Purple

📋 copy color: '#C62CFF'

red 198 ◦ green 44 ◦ blue 255

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

Shades of Electric Purple #C62CFF

Tints of Electric Purple #C62CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.85%

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

R = 39.84%
G = 8.85%
B = 51.31%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C62CFF (or 0xC62CFF) is known color: Electric Purple. HEX triplet: C6, 2C and FF. RGB value is (198,44,255). Sum of RGB (Red+Green+Blue) = 198+44+255=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 44 (17.58% from 255 or 8.85% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #C62CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62CFF is #39D300. Grayscale: #717171. Windows color (decimal): -3789569 or 16723142. OLE color: 16723142.

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

Color convert

RGB 198 44 255 -
CMYK 0.22 0.83 0 0
HSL 283.79º 1% 0.59% -
HSV(B) 283.79º 0.83% 1% -
XYZ 42.24 21.03 96.44 -
YUV 114.1 207.52 187.84 -
System Red Green Blue C M Y K H S L
Decimal 198 44 255 0.22 0.83 0 0 283.79 1 0.59
Hex C6 2C FF 16 53 0 0 11C 64 3B
Octal 306 54 377 26 123 0 0 434 144 73
Binary 11000110 101100 11111111 10110 1010011 0 0 100011100 1100100 111011

Color Harmonies of #C62CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62CFF

Black with #C62CFF

Text Example


Text Example

White with #C62CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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