#C608ED

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

Shades of Electric Purple #C608ED

Tints of Electric Purple #C608ED

Color information

#C608ED (or 0xC608ED) is unknown color: approx Electric Purple. HEX triplet: C6, 08 and ED. RGB value is (198,8,237). Sum of RGB (Red+Green+Blue) = 198+8+237=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #C608ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C608ED is #39F712. Grayscale: #5A5A5A. Windows color (decimal): -3798803 or 15534278. OLE color: 15534278.

HSL color Cylindrical-coordinate representation of color #C608ED: hue angle of 289.78º 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 #C608ED is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1988237-
CMYK0.160.9700.07
HSL289.78º93.47%48.04%-
HSV(B)289.78º96.62%92.94%-
XYZ38.6618.2981.61-
YUV90.92210.45204.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 8 (3.52% from 255) = 1.81%
BLUE value IS 237 (92.97% from 255) = 53.50%
R=44.70%
G=1.81%
B=53.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal19882370.160.9700.07289.7893.4748.04
HexC68ED1061071225d30
Octal30610355201410744213560
Binary1100011010001110110110000110000101111001000101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C608ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C608ED; }

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

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

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

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

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

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

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

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