Html Css Color HEX #C220EA Electric Purple

📋 copy color: '#C220EA'

red 194 ◦ green 32 ◦ blue 234

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

Shades of Electric Purple #C220EA

Tints of Electric Purple #C220EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 42.17%
G = 6.96%
B = 50.87%

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

#C220EA (or 0xC220EA) is known color: Electric Purple. HEX triplet: C2, 20 and EA. RGB value is (194,32,234). Sum of RGB (Red+Green+Blue) = 194+32+234=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #C220EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C220EA is #3DDF15. Grayscale: #666666. Windows color (decimal): -4054806 or 15343810. OLE color: 15343810.

HSL color Cylindrical-coordinate representation of color #C220EA: hue angle of 288.12º degrees, saturation: 0.83, 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 #C220EA is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 32 234 -
CMYK 0.17 0.86 0 0.08
HSL 288.12º 0.83% 0.52% -
HSV(B) 288.12º 0.86% 0.92% -
XYZ 37.62 18.44 79.42 -
YUV 103.47 201.67 192.57 -
System Red Green Blue C M Y K H S L
Decimal 194 32 234 0.17 0.86 0 0.08 288.12 0.83 0.52
Hex C2 20 EA 11 56 0 8 120 53 34
Octal 302 40 352 21 126 0 10 440 123 64
Binary 11000010 100000 11101010 10001 1010110 0 1000 100100000 1010011 110100

Color Harmonies of #C220EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220EA

Black with #C220EA

Text Example


Text Example

White with #C220EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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