Html Css Color HEX #C620EA Electric Purple

📋 copy color: '#C620EA'

red 198 ◦ green 32 ◦ blue 234

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

Shades of Electric Purple #C620EA

Tints of Electric Purple #C620EA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.9%

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

R = 42.67%
G = 6.9%
B = 50.43%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C620EA (or 0xC620EA) is known color: Electric Purple. HEX triplet: C6, 20 and EA. RGB value is (198,32,234). Sum of RGB (Red+Green+Blue) = 198+32+234=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #C620EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620EA is #39DF15. Grayscale: #686868. Windows color (decimal): -3792662 or 15343814. OLE color: 15343814.

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

Color convert

RGB 198 32 234 -
CMYK 0.15 0.86 0 0.08
HSL 289.31º 0.83% 0.52% -
HSV(B) 289.31º 0.86% 0.92% -
XYZ 38.66 18.98 79.47 -
YUV 104.66 201 194.57 -
System Red Green Blue C M Y K H S L
Decimal 198 32 234 0.15 0.86 0 0.08 289.31 0.83 0.52
Hex C6 20 EA F 56 0 8 121 53 34
Octal 306 40 352 17 126 0 10 441 123 64
Binary 11000110 100000 11101010 1111 1010110 0 1000 100100001 1010011 110100

Color Harmonies of #C620EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620EA

Black with #C620EA

Text Example


Text Example

White with #C620EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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