Html Css Color HEX #C219EC Electric Purple

📋 copy color: '#C219EC'

red 194 ◦ green 25 ◦ blue 236

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

Shades of Electric Purple #C219EC

Tints of Electric Purple #C219EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.49%

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

R = 42.64%
G = 5.49%
B = 51.87%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C219EC (or 0xC219EC) is known color: Electric Purple. HEX triplet: C2, 19 and EC. RGB value is (194,25,236). Sum of RGB (Red+Green+Blue) = 194+25+236=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 25 (10.16% from 255 or 5.49% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #C219EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C219EC is #3DE613. Grayscale: #626262. Windows color (decimal): -4056596 or 15473090. OLE color: 15473090.

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

Color convert

RGB 194 25 236 -
CMYK 0.18 0.89 0 0.07
HSL 288.06º 0.85% 0.51% -
HSV(B) 288.06º 0.89% 0.93% -
XYZ 37.74 18.22 80.88 -
YUV 99.59 204.99 195.34 -
System Red Green Blue C M Y K H S L
Decimal 194 25 236 0.18 0.89 0 0.07 288.06 0.85 0.51
Hex C2 19 EC 12 59 0 7 120 55 33
Octal 302 31 354 22 131 0 7 440 125 63
Binary 11000010 11001 11101100 10010 1011001 0 111 100100000 1010101 110011

Color Harmonies of #C219EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219EC

Black with #C219EC

Text Example


Text Example

White with #C219EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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