Html Css Color HEX #C420FF Electric Purple

📋 copy color: '#C420FF'

red 196 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #C420FF

Tints of Electric Purple #C420FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 40.58%
G = 6.63%
B = 52.8%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C420FF (or 0xC420FF) is known color: Electric Purple. HEX triplet: C4, 20 and FF. RGB value is (196,32,255). Sum of RGB (Red+Green+Blue) = 196+32+255=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #C420FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C420FF is #3BDF00. Grayscale: #696969. Windows color (decimal): -3923713 or 16720068. OLE color: 16720068.

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

Color convert

RGB 196 32 255 -
CMYK 0.23 0.87 0 0
HSL 284.13º 1% 0.56% -
HSV(B) 284.13º 0.87% 1% -
XYZ 41.33 19.99 96.29 -
YUV 106.46 211.83 191.87 -
System Red Green Blue C M Y K H S L
Decimal 196 32 255 0.23 0.87 0 0 284.13 1 0.56
Hex C4 20 FF 17 57 0 0 11C 64 38
Octal 304 40 377 27 127 0 0 434 144 70
Binary 11000100 100000 11111111 10111 1010111 0 0 100011100 1100100 111000

Color Harmonies of #C420FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420FF

Black with #C420FF

Text Example


Text Example

White with #C420FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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