Html Css Color HEX #C62BFF Electric Purple

📋 copy color: '#C62BFF'

red 198 ◦ green 43 ◦ blue 255

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

Shades of Electric Purple #C62BFF

Tints of Electric Purple #C62BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.67%

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

R = 39.92%
G = 8.67%
B = 51.41%

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

#C62BFF (or 0xC62BFF) is known color: Electric Purple. HEX triplet: C6, 2B and FF. RGB value is (198,43,255). Sum of RGB (Red+Green+Blue) = 198+43+255=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 43 (17.19% from 255 or 8.67% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #C62BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62BFF is #39D400. Grayscale: #707070. Windows color (decimal): -3789825 or 16722886. OLE color: 16722886.

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

Color convert

RGB 198 43 255 -
CMYK 0.22 0.83 0 0
HSL 283.87º 1% 0.58% -
HSV(B) 283.87º 0.83% 1% -
XYZ 42.2 20.95 96.43 -
YUV 113.51 207.85 188.26 -
System Red Green Blue C M Y K H S L
Decimal 198 43 255 0.22 0.83 0 0 283.87 1 0.58
Hex C6 2B FF 16 53 0 0 11C 64 3A
Octal 306 53 377 26 123 0 0 434 144 72
Binary 11000110 101011 11111111 10110 1010011 0 0 100011100 1100100 111010

Color Harmonies of #C62BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BFF

Black with #C62BFF

Text Example


Text Example

White with #C62BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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