Html Css Color HEX #C612FE Electric Purple

📋 copy color: '#C612FE'

red 198 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #C612FE

Tints of Electric Purple #C612FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 42.13%
G = 3.83%
B = 54.04%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C612FE (or 0xC612FE) is known color: Electric Purple. HEX triplet: C6, 12 and FE. RGB value is (198,18,254). Sum of RGB (Red+Green+Blue) = 198+18+254=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 18 (7.42% from 255 or 3.83% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #C612FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C612FE is #39ED01. Grayscale: #616161. Windows color (decimal): -3796226 or 16650950. OLE color: 16650950.

HSL color Cylindrical-coordinate representation of color #C612FE: hue angle of 285.76º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C612FE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 18 254 -
CMYK 0.22 0.93 0 0.00
HSL 285.76º 0.99% 0.53% -
HSV(B) 285.76º 0.93% 1% -
XYZ 41.39 19.59 95.37 -
YUV 98.72 215.63 198.81 -
System Red Green Blue C M Y K H S L
Decimal 198 18 254 0.22 0.93 0 0.00 285.76 0.99 0.53
Hex C6 12 FE 16 5D 0 0 11E 63 35
Octal 306 22 376 26 135 0 0 436 143 65
Binary 11000110 10010 11111110 10110 1011101 0 0 100011110 1100011 110101

Color Harmonies of #C612FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C612FE

Black with #C612FE

Text Example


Text Example

White with #C612FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C612FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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