Html Css Color HEX #C62BEA Electric Purple

📋 copy color: '#C62BEA'

red 198 ◦ green 43 ◦ blue 234

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

Shades of Electric Purple #C62BEA

Tints of Electric Purple #C62BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 41.68%
G = 9.05%
B = 49.26%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C62BEA (or 0xC62BEA) is known color: Electric Purple. HEX triplet: C6, 2B and EA. RGB value is (198,43,234). Sum of RGB (Red+Green+Blue) = 198+43+234=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #C62BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62BEA is #39D415. Grayscale: #6E6E6E. Windows color (decimal): -3789846 or 15346630. OLE color: 15346630.

HSL color Cylindrical-coordinate representation of color #C62BEA: hue angle of 288.69º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62BEA is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 43 234 -
CMYK 0.15 0.82 0 0.08
HSL 288.69º 0.82% 0.54% -
HSV(B) 288.69º 0.82% 0.92% -
XYZ 39 19.67 79.58 -
YUV 111.12 197.35 189.97 -
System Red Green Blue C M Y K H S L
Decimal 198 43 234 0.15 0.82 0 0.08 288.69 0.82 0.54
Hex C6 2B EA F 52 0 8 121 52 36
Octal 306 53 352 17 122 0 10 441 122 66
Binary 11000110 101011 11101010 1111 1010010 0 1000 100100001 1010010 110110

Color Harmonies of #C62BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62BEA

Black with #C62BEA

Text Example


Text Example

White with #C62BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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