Html Css Color HEX #C62AEB Electric Purple

📋 copy color: '#C62AEB'

red 198 ◦ green 42 ◦ blue 235

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

Shades of Electric Purple #C62AEB

Tints of Electric Purple #C62AEB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.84%

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 41.68%
G = 8.84%
B = 49.47%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C62AEB (or 0xC62AEB) is known color: Electric Purple. HEX triplet: C6, 2A and EB. RGB value is (198,42,235). Sum of RGB (Red+Green+Blue) = 198+42+235=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #C62AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62AEB is #39D514. Grayscale: #6E6E6E. Windows color (decimal): -3790101 or 15411910. OLE color: 15411910.

HSL color Cylindrical-coordinate representation of color #C62AEB: hue angle of 288.5º degrees, saturation: 0.83, 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 #C62AEB is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 42 235 -
CMYK 0.16 0.82 0 0.08
HSL 288.5º 0.83% 0.54% -
HSV(B) 288.5º 0.82% 0.92% -
XYZ 39.11 19.66 80.33 -
YUV 110.65 198.18 190.31 -
System Red Green Blue C M Y K H S L
Decimal 198 42 235 0.16 0.82 0 0.08 288.5 0.83 0.54
Hex C6 2A EB 10 52 0 8 120 53 36
Octal 306 52 353 20 122 0 10 440 123 66
Binary 11000110 101010 11101011 10000 1010010 0 1000 100100000 1010011 110110

Color Harmonies of #C62AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62AEB

Black with #C62AEB

Text Example


Text Example

White with #C62AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62AEB; }

 p { color: rgb(198,42,235); }

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

background-color css

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

 a { background-color: rgb(198,42,235); }

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

border-color css

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

 span { border-color: rgb(198,42,235); }

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