Html Css Color HEX #C420FA Electric Purple

📋 copy color: '#C420FA'

red 196 ◦ green 32 ◦ blue 250

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

Shades of Electric Purple #C420FA

Tints of Electric Purple #C420FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 41%
G = 6.69%
B = 52.3%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C420FA (or 0xC420FA) is known color: Electric Purple. HEX triplet: C4, 20 and FA. RGB value is (196,32,250). Sum of RGB (Red+Green+Blue) = 196+32+250=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #C420FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C420FA is #3BDF05. Grayscale: #696969. Windows color (decimal): -3923718 or 16392388. OLE color: 16392388.

HSL color Cylindrical-coordinate representation of color #C420FA: hue angle of 285.14º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C420FA is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 32 250 -
CMYK 0.22 0.87 0 0.02
HSL 285.14º 0.96% 0.55% -
HSV(B) 285.14º 0.87% 0.98% -
XYZ 40.54 19.67 92.1 -
YUV 105.89 209.33 192.27 -
System Red Green Blue C M Y K H S L
Decimal 196 32 250 0.22 0.87 0 0.02 285.14 0.96 0.55
Hex C4 20 FA 16 57 0 2 11D 60 37
Octal 304 40 372 26 127 0 2 435 140 67
Binary 11000100 100000 11111010 10110 1010111 0 10 100011101 1100000 110111

Color Harmonies of #C420FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420FA

Black with #C420FA

Text Example


Text Example

White with #C420FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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