Html Css Color HEX #C608EC Electric Purple

📋 copy color: '#C608EC'

red 198 ◦ green 8 ◦ blue 236

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

Shades of Electric Purple #C608EC

Tints of Electric Purple #C608EC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.81%

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

R = 44.8%
G = 1.81%
B = 53.39%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C608EC (or 0xC608EC) is known color: Electric Purple. HEX triplet: C6, 08 and EC. RGB value is (198,8,236). Sum of RGB (Red+Green+Blue) = 198+8+236=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #C608EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C608EC is #39F713. Grayscale: #5A5A5A. Windows color (decimal): -3798804 or 15468742. OLE color: 15468742.

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

Color convert

RGB 198 8 236 -
CMYK 0.16 0.97 0 0.07
HSL 290º 0.93% 0.48% -
HSV(B) 290º 0.97% 0.93% -
XYZ 38.52 18.24 80.85 -
YUV 90.8 209.95 204.46 -
System Red Green Blue C M Y K H S L
Decimal 198 8 236 0.16 0.97 0 0.07 290 0.93 0.48
Hex C6 8 EC 10 61 0 7 122 5D 30
Octal 306 10 354 20 141 0 7 442 135 60
Binary 11000110 1000 11101100 10000 1100001 0 111 100100010 1011101 110000

Color Harmonies of #C608EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C608EC

Black with #C608EC

Text Example


Text Example

White with #C608EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C608EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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