Html Css Color HEX #C420FE Electric Purple

📋 copy color: '#C420FE'

red 196 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #C420FE

Tints of Electric Purple #C420FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.64%

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

R = 40.66%
G = 6.64%
B = 52.7%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C420FE (or 0xC420FE) is known color: Electric Purple. HEX triplet: C4, 20 and FE. RGB value is (196,32,254). Sum of RGB (Red+Green+Blue) = 196+32+254=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 32 (12.89% from 255 or 6.64% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #C420FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C420FE is #3BDF01. Grayscale: #696969. Windows color (decimal): -3923714 or 16654532. OLE color: 16654532.

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

Color convert

RGB 196 32 254 -
CMYK 0.23 0.87 0 0.00
HSL 284.32º 0.99% 0.56% -
HSV(B) 284.32º 0.87% 1% -
XYZ 41.17 19.92 95.44 -
YUV 106.34 211.33 191.95 -
System Red Green Blue C M Y K H S L
Decimal 196 32 254 0.23 0.87 0 0.00 284.32 0.99 0.56
Hex C4 20 FE 17 57 0 0 11C 63 38
Octal 304 40 376 27 127 0 0 434 143 70
Binary 11000100 100000 11111110 10111 1010111 0 0 100011100 1100011 111000

Color Harmonies of #C420FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420FE

Black with #C420FE

Text Example


Text Example

White with #C420FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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