Html Css Color HEX #C612EF Electric Purple

📋 copy color: '#C612EF'

red 198 ◦ green 18 ◦ blue 239

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

Shades of Electric Purple #C612EF

Tints of Electric Purple #C612EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 43.52%
G = 3.96%
B = 52.53%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C612EF (or 0xC612EF) is known color: Electric Purple. HEX triplet: C6, 12 and EF. RGB value is (198,18,239). Sum of RGB (Red+Green+Blue) = 198+18+239=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #C612EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C612EF is #39ED10. Grayscale: #606060. Windows color (decimal): -3796241 or 15667910. OLE color: 15667910.

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

Color convert

RGB 198 18 239 -
CMYK 0.17 0.92 0 0.06
HSL 288.87º 0.87% 0.5% -
HSV(B) 288.87º 0.92% 0.94% -
XYZ 39.09 18.67 83.21 -
YUV 97.01 208.13 200.03 -
System Red Green Blue C M Y K H S L
Decimal 198 18 239 0.17 0.92 0 0.06 288.87 0.87 0.5
Hex C6 12 EF 11 5C 0 6 121 57 32
Octal 306 22 357 21 134 0 6 441 127 62
Binary 11000110 10010 11101111 10001 1011100 0 110 100100001 1010111 110010

Color Harmonies of #C612EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612EF

Black with #C612EF

Text Example


Text Example

White with #C612EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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