Html Css Color HEX #C416FE Electric Purple

📋 copy color: '#C416FE'

red 196 ◦ green 22 ◦ blue 254

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

Shades of Electric Purple #C416FE

Tints of Electric Purple #C416FE

RGB

 RED value IS 196 (76.95% from 255) = 41.53%

 GREEN value IS 22 (8.98% from 255) = 4.66%

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

R = 41.53%
G = 4.66%
B = 53.81%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C416FE (or 0xC416FE) is known color: Electric Purple. HEX triplet: C4, 16 and FE. RGB value is (196,22,254). Sum of RGB (Red+Green+Blue) = 196+22+254=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 22 (8.98% from 255 or 4.66% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #C416FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C416FE is #3BE901. Grayscale: #636363. Windows color (decimal): -3926274 or 16651972. OLE color: 16651972.

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

Color convert

RGB 196 22 254 -
CMYK 0.23 0.91 0 0.00
HSL 285º 0.99% 0.54% -
HSV(B) 285º 0.91% 1% -
XYZ 40.94 19.47 95.37 -
YUV 100.47 214.65 196.14 -
System Red Green Blue C M Y K H S L
Decimal 196 22 254 0.23 0.91 0 0.00 285 0.99 0.54
Hex C4 16 FE 17 5B 0 0 11D 63 36
Octal 304 26 376 27 133 0 0 435 143 66
Binary 11000100 10110 11111110 10111 1011011 0 0 100011101 1100011 110110

Color Harmonies of #C416FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C416FE

Black with #C416FE

Text Example


Text Example

White with #C416FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C416FE; }

 p { color: rgb(196,22,254); }

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

background-color css

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

 a { background-color: rgb(196,22,254); }

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

border-color css

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

 span { border-color: rgb(196,22,254); }

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