Html Css Color HEX #C220EC Electric Purple

📋 copy color: '#C220EC'

red 194 ◦ green 32 ◦ blue 236

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

Shades of Electric Purple #C220EC

Tints of Electric Purple #C220EC

RGB

 RED value IS 194 (76.17% from 255) = 41.99%

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

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 41.99%
G = 6.93%
B = 51.08%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C220EC (or 0xC220EC) is known color: Electric Purple. HEX triplet: C2, 20 and EC. RGB value is (194,32,236). Sum of RGB (Red+Green+Blue) = 194+32+236=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #C220EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C220EC is #3DDF13. Grayscale: #676767. Windows color (decimal): -4054804 or 15474882. OLE color: 15474882.

HSL color Cylindrical-coordinate representation of color #C220EC: hue angle of 287.65º degrees, saturation: 0.84, 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 #C220EC is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 32 236 -
CMYK 0.18 0.86 0 0.07
HSL 287.65º 0.84% 0.53% -
HSV(B) 287.65º 0.86% 0.93% -
XYZ 37.9 18.56 80.94 -
YUV 103.69 202.67 192.41 -
System Red Green Blue C M Y K H S L
Decimal 194 32 236 0.18 0.86 0 0.07 287.65 0.84 0.53
Hex C2 20 EC 12 56 0 7 120 54 35
Octal 302 40 354 22 126 0 7 440 124 65
Binary 11000010 100000 11101100 10010 1010110 0 111 100100000 1010100 110101

Color Harmonies of #C220EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220EC

Black with #C220EC

Text Example


Text Example

White with #C220EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220EC; }

 p { color: rgb(194,32,236); }

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

background-color css

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

 a { background-color: rgb(194,32,236); }

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

border-color css

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

 span { border-color: rgb(194,32,236); }

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