Html Css Color HEX #C416FC Electric Purple

📋 copy color: '#C416FC'

red 196 ◦ green 22 ◦ blue 252

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

Shades of Electric Purple #C416FC

Tints of Electric Purple #C416FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 41.7%
G = 4.68%
B = 53.62%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C416FC (or 0xC416FC) is known color: Electric Purple. HEX triplet: C4, 16 and FC. RGB value is (196,22,252). Sum of RGB (Red+Green+Blue) = 196+22+252=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #C416FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C416FC is #3BE903. Grayscale: #636363. Windows color (decimal): -3926276 or 16520900. OLE color: 16520900.

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

Color convert

RGB 196 22 252 -
CMYK 0.22 0.91 0 0.01
HSL 285.39º 0.97% 0.54% -
HSV(B) 285.39º 0.91% 0.99% -
XYZ 40.62 19.34 93.69 -
YUV 100.25 213.65 196.3 -
System Red Green Blue C M Y K H S L
Decimal 196 22 252 0.22 0.91 0 0.01 285.39 0.97 0.54
Hex C4 16 FC 16 5B 0 1 11D 61 36
Octal 304 26 374 26 133 0 1 435 141 66
Binary 11000100 10110 11111100 10110 1011011 0 1 100011101 1100001 110110

Color Harmonies of #C416FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C416FC

Black with #C416FC

Text Example


Text Example

White with #C416FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C416FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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