Html Css Color HEX #C621EF Electric Purple

📋 copy color: '#C621EF'

red 198 ◦ green 33 ◦ blue 239

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

Shades of Electric Purple #C621EF

Tints of Electric Purple #C621EF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.02%

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

R = 42.13%
G = 7.02%
B = 50.85%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C621EF (or 0xC621EF) is known color: Electric Purple. HEX triplet: C6, 21 and EF. RGB value is (198,33,239). Sum of RGB (Red+Green+Blue) = 198+33+239=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #C621EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C621EF is #39DE10. Grayscale: #696969. Windows color (decimal): -3792401 or 15671750. OLE color: 15671750.

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

Color convert

RGB 198 33 239 -
CMYK 0.17 0.86 0 0.06
HSL 288.06º 0.87% 0.53% -
HSV(B) 288.06º 0.86% 0.94% -
XYZ 39.41 19.33 83.31 -
YUV 105.82 203.16 193.75 -
System Red Green Blue C M Y K H S L
Decimal 198 33 239 0.17 0.86 0 0.06 288.06 0.87 0.53
Hex C6 21 EF 11 56 0 6 120 57 35
Octal 306 41 357 21 126 0 6 440 127 65
Binary 11000110 100001 11101111 10001 1010110 0 110 100100000 1010111 110101

Color Harmonies of #C621EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C621EF

Black with #C621EF

Text Example


Text Example

White with #C621EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C621EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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