#C606E7

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

Shades of Electric Purple #C606E7

Tints of Electric Purple #C606E7

Color information

#C606E7 (or 0xC606E7) is unknown color: approx Electric Purple. HEX triplet: C6, 06 and E7. RGB value is (198,6,231). Sum of RGB (Red+Green+Blue) = 198+6+231=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 231 (90.62% from 255 or 53.10% from 435); Max value from RGB is 231 - color contains mainly: blue. Hex color #C606E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C606E7 is #39F918. Grayscale: #585858. Windows color (decimal): -3799321 or 15140550. OLE color: 15140550.

HSL color Cylindrical-coordinate representation of color #C606E7: hue angle of 291.2º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C606E7 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1986231-
CMYK0.140.9700.09
HSL291.2º94.94%46.47%-
HSV(B)291.2º97.4%90.59%-
XYZ37.7817.9177.07-
YUV89.06208.11205.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 6 (2.73% from 255) = 1.38%
BLUE value IS 231 (90.62% from 255) = 53.10%
R=45.52%
G=1.38%
B=53.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19862310.140.9700.09291.294.9446.47
HexC66E7E61091235f2e
Octal30663471614101144313756
Binary110001101101110011111101100001010011001000111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C606E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C606E7; }

 p { color: rgb(198,6,231); }

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

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

 a { background-color: rgb(198,6,231); }

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

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

 span { border-color: rgb(198,6,231); }

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