Html Css Color HEX #C608FF Electric Purple

📋 copy color: '#C608FF'

red 198 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #C608FF

Tints of Electric Purple #C608FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.31%

R = 42.95%
G = 1.74%
B = 55.31%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C608FF (or 0xC608FF) is known color: Electric Purple. HEX triplet: C6, 08 and FF. RGB value is (198,8,255). Sum of RGB (Red+Green+Blue) = 198+8+255=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 8 (3.52% from 255 or 1.74% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #C608FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C608FF is #39F700. Grayscale: #5C5C5C. Windows color (decimal): -3798785 or 16713926. OLE color: 16713926.

HSL color Cylindrical-coordinate representation of color #C608FF: hue angle of 286.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C608FF is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 8 255 -
CMYK 0.22 0.97 0 0
HSL 286.15º 1% 0.52% -
HSV(B) 286.15º 0.97% 1% -
XYZ 41.43 19.4 96.17 -
YUV 92.97 219.45 202.92 -
System Red Green Blue C M Y K H S L
Decimal 198 8 255 0.22 0.97 0 0 286.15 1 0.52
Hex C6 8 FF 16 61 0 0 11E 64 34
Octal 306 10 377 26 141 0 0 436 144 64
Binary 11000110 1000 11111111 10110 1100001 0 0 100011110 1100100 110100

Color Harmonies of #C608FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C608FF

Black with #C608FF

Text Example


Text Example

White with #C608FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C608FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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