Html Css Color HEX #C420ED Electric Purple

📋 copy color: '#C420ED'

red 196 ◦ green 32 ◦ blue 237

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

Shades of Electric Purple #C420ED

Tints of Electric Purple #C420ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 42.15%
G = 6.88%
B = 50.97%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C420ED (or 0xC420ED) is known color: Electric Purple. HEX triplet: C4, 20 and ED. RGB value is (196,32,237). Sum of RGB (Red+Green+Blue) = 196+32+237=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #C420ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C420ED is #3BDF12. Grayscale: #676767. Windows color (decimal): -3923731 or 15540420. OLE color: 15540420.

HSL color Cylindrical-coordinate representation of color #C420ED: hue angle of 288º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C420ED is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 32 237 -
CMYK 0.17 0.86 0 0.07
HSL 288º 0.85% 0.53% -
HSV(B) 288º 0.86% 0.93% -
XYZ 38.57 18.88 81.73 -
YUV 104.41 202.83 193.33 -
System Red Green Blue C M Y K H S L
Decimal 196 32 237 0.17 0.86 0 0.07 288 0.85 0.53
Hex C4 20 ED 11 56 0 7 120 55 35
Octal 304 40 355 21 126 0 7 440 125 65
Binary 11000100 100000 11101101 10001 1010110 0 111 100100000 1010101 110101

Color Harmonies of #C420ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420ED

Black with #C420ED

Text Example


Text Example

White with #C420ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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