Html Css Color HEX #C420EB Electric Purple

📋 copy color: '#C420EB'

red 196 ◦ green 32 ◦ blue 235

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

Shades of Electric Purple #C420EB

Tints of Electric Purple #C420EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 42.33%
G = 6.91%
B = 50.76%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C420EB (or 0xC420EB) is known color: Electric Purple. HEX triplet: C4, 20 and EB. RGB value is (196,32,235). Sum of RGB (Red+Green+Blue) = 196+32+235=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #C420EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C420EB is #3BDF14. Grayscale: #676767. Windows color (decimal): -3923733 or 15409348. OLE color: 15409348.

HSL color Cylindrical-coordinate representation of color #C420EB: hue angle of 288.47º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C420EB is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 32 235 -
CMYK 0.17 0.86 0 0.08
HSL 288.47º 0.84% 0.52% -
HSV(B) 288.47º 0.86% 0.92% -
XYZ 38.28 18.77 80.2 -
YUV 104.18 201.83 193.49 -
System Red Green Blue C M Y K H S L
Decimal 196 32 235 0.17 0.86 0 0.08 288.47 0.84 0.52
Hex C4 20 EB 11 56 0 8 120 54 34
Octal 304 40 353 21 126 0 10 440 124 64
Binary 11000100 100000 11101011 10001 1010110 0 1000 100100000 1010100 110100

Color Harmonies of #C420EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C420EB

Black with #C420EB

Text Example


Text Example

White with #C420EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C420EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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