Html Css Color HEX #C418EF Electric Purple

📋 copy color: '#C418EF'

red 196 ◦ green 24 ◦ blue 239

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

Shades of Electric Purple #C418EF

Tints of Electric Purple #C418EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.07%

R = 42.7%
G = 5.23%
B = 52.07%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C418EF (or 0xC418EF) is known color: Electric Purple. HEX triplet: C4, 18 and EF. RGB value is (196,24,239). Sum of RGB (Red+Green+Blue) = 196+24+239=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #C418EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C418EF is #3BE710. Grayscale: #636363. Windows color (decimal): -3925777 or 15669444. OLE color: 15669444.

HSL color Cylindrical-coordinate representation of color #C418EF: hue angle of 288º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C418EF is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 24 239 -
CMYK 0.18 0.90 0 0.06
HSL 288º 0.87% 0.52% -
HSV(B) 288º 0.9% 0.94% -
XYZ 38.67 18.62 83.22 -
YUV 99.94 206.48 196.52 -
System Red Green Blue C M Y K H S L
Decimal 196 24 239 0.18 0.90 0 0.06 288 0.87 0.52
Hex C4 18 EF 12 5A 0 6 120 57 34
Octal 304 30 357 22 132 0 6 440 127 64
Binary 11000100 11000 11101111 10010 1011010 0 110 100100000 1010111 110100

Color Harmonies of #C418EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418EF

Black with #C418EF

Text Example


Text Example

White with #C418EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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