Html Css Color HEX #C618EF Electric Purple

📋 copy color: '#C618EF'

red 198 ◦ green 24 ◦ blue 239

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

Shades of Electric Purple #C618EF

Tints of Electric Purple #C618EF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.21%

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

R = 42.95%
G = 5.21%
B = 51.84%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C618EF (or 0xC618EF) is known color: Electric Purple. HEX triplet: C6, 18 and EF. RGB value is (198,24,239). Sum of RGB (Red+Green+Blue) = 198+24+239=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #C618EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C618EF is #39E710. Grayscale: #636363. Windows color (decimal): -3794705 or 15669446. OLE color: 15669446.

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

Color convert

RGB 198 24 239 -
CMYK 0.17 0.90 0 0.06
HSL 288.56º 0.87% 0.52% -
HSV(B) 288.56º 0.9% 0.94% -
XYZ 39.2 18.89 83.24 -
YUV 100.54 206.15 197.52 -
System Red Green Blue C M Y K H S L
Decimal 198 24 239 0.17 0.90 0 0.06 288.56 0.87 0.52
Hex C6 18 EF 11 5A 0 6 121 57 34
Octal 306 30 357 21 132 0 6 441 127 64
Binary 11000110 11000 11101111 10001 1011010 0 110 100100001 1010111 110100

Color Harmonies of #C618EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618EF

Black with #C618EF

Text Example


Text Example

White with #C618EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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