Html Css Color HEX #C612EC Electric Purple

📋 copy color: '#C612EC'

red 198 ◦ green 18 ◦ blue 236

#C612EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C612EC

Tints of Electric Purple #C612EC

RGB

 RED value IS 198 (77.73% from 255) = 43.81%

 GREEN value IS 18 (7.42% from 255) = 3.98%

 BLUE value IS 236 (92.58% from 255) = 52.21%

R = 43.81%
G = 3.98%
B = 52.21%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C612EC (or 0xC612EC) is known color: Electric Purple. HEX triplet: C6, 12 and EC. RGB value is (198,18,236). Sum of RGB (Red+Green+Blue) = 198+18+236=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #C612EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C612EC is #39ED13. Grayscale: #5F5F5F. Windows color (decimal): -3796244 or 15471302. OLE color: 15471302.

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

Color convert

RGB 198 18 236 -
CMYK 0.16 0.92 0 0.07
HSL 289.54º 0.86% 0.5% -
HSV(B) 289.54º 0.92% 0.93% -
XYZ 38.65 18.49 80.89 -
YUV 96.67 206.63 200.27 -
System Red Green Blue C M Y K H S L
Decimal 198 18 236 0.16 0.92 0 0.07 289.54 0.86 0.5
Hex C6 12 EC 10 5C 0 7 122 56 32
Octal 306 22 354 20 134 0 7 442 126 62
Binary 11000110 10010 11101100 10000 1011100 0 111 100100010 1010110 110010

Color Harmonies of #C612EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612EC

Black with #C612EC

Text Example


Text Example

White with #C612EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612EC; }

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

 H1.HeaderClassName
 {
   color: #C612EC;
 }
 .AnyTagClassName
 {
   color: #C612EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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