Html Css Color HEX #C219EA Electric Purple

📋 copy color: '#C219EA'

red 194 ◦ green 25 ◦ blue 234

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

Shades of Electric Purple #C219EA

Tints of Electric Purple #C219EA

RGB

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

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

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

R = 42.83%
G = 5.52%
B = 51.66%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C219EA (or 0xC219EA) is known color: Electric Purple. HEX triplet: C2, 19 and EA. RGB value is (194,25,234). Sum of RGB (Red+Green+Blue) = 194+25+234=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #C219EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C219EA is #3DE615. Grayscale: #626262. Windows color (decimal): -4056598 or 15342018. OLE color: 15342018.

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

Color convert

RGB 194 25 234 -
CMYK 0.17 0.89 0 0.08
HSL 288.52º 0.83% 0.51% -
HSV(B) 288.52º 0.89% 0.92% -
XYZ 37.45 18.11 79.36 -
YUV 99.36 203.99 195.51 -
System Red Green Blue C M Y K H S L
Decimal 194 25 234 0.17 0.89 0 0.08 288.52 0.83 0.51
Hex C2 19 EA 11 59 0 8 121 53 33
Octal 302 31 352 21 131 0 10 441 123 63
Binary 11000010 11001 11101010 10001 1011001 0 1000 100100001 1010011 110011

Color Harmonies of #C219EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219EA

Black with #C219EA

Text Example


Text Example

White with #C219EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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