Html Css Color HEX #C620EF Electric Purple

📋 copy color: '#C620EF'

red 198 ◦ green 32 ◦ blue 239

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

Shades of Electric Purple #C620EF

Tints of Electric Purple #C620EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 42.22%
G = 6.82%
B = 50.96%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C620EF (or 0xC620EF) is known color: Electric Purple. HEX triplet: C6, 20 and EF. RGB value is (198,32,239). Sum of RGB (Red+Green+Blue) = 198+32+239=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #C620EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C620EF is #39DF10. Grayscale: #686868. Windows color (decimal): -3792657 or 15671494. OLE color: 15671494.

HSL color Cylindrical-coordinate representation of color #C620EF: hue angle of 288.12º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C620EF is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 32 239 -
CMYK 0.17 0.87 0 0.06
HSL 288.12º 0.87% 0.53% -
HSV(B) 288.12º 0.87% 0.94% -
XYZ 39.39 19.27 83.31 -
YUV 105.23 203.5 194.17 -
System Red Green Blue C M Y K H S L
Decimal 198 32 239 0.17 0.87 0 0.06 288.12 0.87 0.53
Hex C6 20 EF 11 57 0 6 120 57 35
Octal 306 40 357 21 127 0 6 440 127 65
Binary 11000110 100000 11101111 10001 1010111 0 110 100100000 1010111 110101

Color Harmonies of #C620EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C620EF

Black with #C620EF

Text Example


Text Example

White with #C620EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C620EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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