Html Css Color HEX #C618EC Electric Purple

📋 copy color: '#C618EC'

red 198 ◦ green 24 ◦ blue 236

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

Shades of Electric Purple #C618EC

Tints of Electric Purple #C618EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 43.23%
G = 5.24%
B = 51.53%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C618EC (or 0xC618EC) is known color: Electric Purple. HEX triplet: C6, 18 and EC. RGB value is (198,24,236). Sum of RGB (Red+Green+Blue) = 198+24+236=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 24 (9.77% from 255 or 5.24% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #C618EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C618EC is #39E713. Grayscale: #636363. Windows color (decimal): -3794708 or 15472838. OLE color: 15472838.

HSL color Cylindrical-coordinate representation of color #C618EC: hue angle of 289.25º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C618EC is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 24 236 -
CMYK 0.16 0.90 0 0.07
HSL 289.25º 0.85% 0.51% -
HSV(B) 289.25º 0.9% 0.93% -
XYZ 38.76 18.72 80.93 -
YUV 100.19 204.65 197.76 -
System Red Green Blue C M Y K H S L
Decimal 198 24 236 0.16 0.90 0 0.07 289.25 0.85 0.51
Hex C6 18 EC 10 5A 0 7 121 55 33
Octal 306 30 354 20 132 0 7 441 125 63
Binary 11000110 11000 11101100 10000 1011010 0 111 100100001 1010101 110011

Color Harmonies of #C618EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618EC

Black with #C618EC

Text Example


Text Example

White with #C618EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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