#C612EE

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

Shades of Electric Purple #C612EE

Tints of Electric Purple #C612EE

Color information

#C612EE (or 0xC612EE) is unknown color: approx Electric Purple. HEX triplet: C6, 12 and EE. RGB value is (198,18,238). Sum of RGB (Red+Green+Blue) = 198+18+238=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #C612EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C612EE is #39ED11. Grayscale: #606060. Windows color (decimal): -3796242 or 15602374. OLE color: 15602374.

HSL color Cylindrical-coordinate representation of color #C612EE: hue angle of 289.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C612EE is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19818238-
CMYK0.170.9200.07
HSL289.09º86.61%50.2%-
HSV(B)289.09º92.44%93.33%-
XYZ38.9418.6182.43-
YUV96.9207.63200.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 18 (7.42% from 255) = 3.96%
BLUE value IS 238 (93.36% from 255) = 52.42%
R=43.61%
G=3.96%
B=52.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal198182380.170.9200.07289.0986.6150.2
HexC612EE115C071215732
Octal30622356211340744112762
Binary11000110100101110111010001101110001111001000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C612EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C612EE; }

 p { color: rgb(198,18,238); }

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

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

 a { background-color: rgb(198,18,238); }

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

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

 span { border-color: rgb(198,18,238); }

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