Html Css Color HEX #C418EA Electric Purple

📋 copy color: '#C418EA'

red 196 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #C418EA

Tints of Electric Purple #C418EA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.29%

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

R = 43.17%
G = 5.29%
B = 51.54%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C418EA (or 0xC418EA) is known color: Electric Purple. HEX triplet: C4, 18 and EA. RGB value is (196,24,234). Sum of RGB (Red+Green+Blue) = 196+24+234=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 24 (9.77% from 255 or 5.29% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #C418EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C418EA is #3BE715. Grayscale: #626262. Windows color (decimal): -3925782 or 15341764. OLE color: 15341764.

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

Color convert

RGB 196 24 234 -
CMYK 0.16 0.90 0 0.08
HSL 289.14º 0.83% 0.51% -
HSV(B) 289.14º 0.9% 0.92% -
XYZ 37.94 18.33 79.38 -
YUV 99.37 203.98 196.92 -
System Red Green Blue C M Y K H S L
Decimal 196 24 234 0.16 0.90 0 0.08 289.14 0.83 0.51
Hex C4 18 EA 10 5A 0 8 121 53 33
Octal 304 30 352 20 132 0 10 441 123 63
Binary 11000100 11000 11101010 10000 1011010 0 1000 100100001 1010011 110011

Color Harmonies of #C418EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418EA

Black with #C418EA

Text Example


Text Example

White with #C418EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418EA; }

 p { color: rgb(196,24,234); }

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

background-color css

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

 a { background-color: rgb(196,24,234); }

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

border-color css

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

 span { border-color: rgb(196,24,234); }

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