#C608F0

Color #C608F0 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C608F0

Tints of Electric Purple #C608F0

Color information

#C608F0 (or 0xC608F0) is unknown color: approx Electric Purple. HEX triplet: C6, 08 and F0. RGB value is (198,8,240). Sum of RGB (Red+Green+Blue) = 198+8+240=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #C608F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C608F0 is #39F70F. Grayscale: #5A5A5A. Windows color (decimal): -3798800 or 15730886. OLE color: 15730886.

HSL color Cylindrical-coordinate representation of color #C608F0: hue angle of 289.14º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C608F0 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1988240-
CMYK0.180.9700.06
HSL289.14º93.55%48.63%-
HSV(B)289.14º96.67%94.12%-
XYZ39.118.4783.94-
YUV91.26211.95204.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 8 (3.52% from 255) = 1.79%
BLUE value IS 240 (94.14% from 255) = 53.81%
R=44.39%
G=1.79%
B=53.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal19882400.180.9700.06289.1493.5548.63
HexC68F01261061215e31
Octal30610360221410644113661
Binary1100011010001111000010010110000101101001000011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C608F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C608F0; }

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

 H1.HeaderClassName
 {
   color: #C608F0;
 }
 .AnyTagClassName
 {
   color: #C608F0;
 }
</style>
background-color css

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

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

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

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

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

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