#C626E6

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

Shades of Electric Purple #C626E6

Tints of Electric Purple #C626E6

Color information

#C626E6 (or 0xC626E6) is unknown color: approx Electric Purple. HEX triplet: C6, 26 and E6. RGB value is (198,38,230). Sum of RGB (Red+Green+Blue) = 198+38+230=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #C626E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C626E6 is #39D919. Grayscale: #6B6B6B. Windows color (decimal): -3791130 or 15083206. OLE color: 15083206.

HSL color Cylindrical-coordinate representation of color #C626E6: hue angle of 290º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C626E6 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19838230-
CMYK0.140.8300.10
HSL290º79.34%52.55%-
HSV(B)290º83.48%90.2%-
XYZ38.2619.1176.53-
YUV107.73197.01192.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.49%
GREEN value IS 38 (15.23% from 255) = 8.15%
BLUE value IS 230 (90.23% from 255) = 49.36%
R=42.49%
G=8.15%
B=49.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal198382300.140.8300.1029079.3452.55
HexC626E6E530A1224f35
Octal306463461612301244211765
Binary110001101001101110011011101010011010101001000101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C626E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C626E6; }

 p { color: rgb(198,38,230); }

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

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

 a { background-color: rgb(198,38,230); }

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

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

 span { border-color: rgb(198,38,230); }

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