Html Css Color HEX #C62DFF Electric Purple

📋 copy color: '#C62DFF'

red 198 ◦ green 45 ◦ blue 255

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

Shades of Electric Purple #C62DFF

Tints of Electric Purple #C62DFF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.04%

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

R = 39.76%
G = 9.04%
B = 51.2%

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

#C62DFF (or 0xC62DFF) is known color: Electric Purple. HEX triplet: C6, 2D and FF. RGB value is (198,45,255). Sum of RGB (Red+Green+Blue) = 198+45+255=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 45 (17.97% from 255 or 9.04% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #C62DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62DFF is #39D200. Grayscale: #717171. Windows color (decimal): -3789313 or 16723398. OLE color: 16723398.

HSL color Cylindrical-coordinate representation of color #C62DFF: hue angle of 283.71º 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 #C62DFF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 45 255 -
CMYK 0.22 0.82 0 0
HSL 283.71º 1% 0.59% -
HSV(B) 283.71º 0.82% 1% -
XYZ 42.28 21.1 96.45 -
YUV 114.69 207.19 187.42 -
System Red Green Blue C M Y K H S L
Decimal 198 45 255 0.22 0.82 0 0 283.71 1 0.59
Hex C6 2D FF 16 52 0 0 11C 64 3B
Octal 306 55 377 26 122 0 0 434 144 73
Binary 11000110 101101 11111111 10110 1010010 0 0 100011100 1100100 111011

Color Harmonies of #C62DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62DFF

Black with #C62DFF

Text Example


Text Example

White with #C62DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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