Html Css Color HEX #C418FE Electric Purple

📋 copy color: '#C418FE'

red 196 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #C418FE

Tints of Electric Purple #C418FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.59%

R = 41.35%
G = 5.06%
B = 53.59%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C418FE (or 0xC418FE) is known color: Electric Purple. HEX triplet: C4, 18 and FE. RGB value is (196,24,254). Sum of RGB (Red+Green+Blue) = 196+24+254=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #C418FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C418FE is #3BE701. Grayscale: #646464. Windows color (decimal): -3925762 or 16652484. OLE color: 16652484.

HSL color Cylindrical-coordinate representation of color #C418FE: hue angle of 284.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C418FE is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 24 254 -
CMYK 0.23 0.91 0 0.00
HSL 284.87º 0.99% 0.55% -
HSV(B) 284.87º 0.91% 1% -
XYZ 40.98 19.54 95.38 -
YUV 101.65 213.98 195.3 -
System Red Green Blue C M Y K H S L
Decimal 196 24 254 0.23 0.91 0 0.00 284.87 0.99 0.55
Hex C4 18 FE 17 5B 0 0 11D 63 37
Octal 304 30 376 27 133 0 0 435 143 67
Binary 11000100 11000 11111110 10111 1011011 0 0 100011101 1100011 110111

Color Harmonies of #C418FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C418FE

Black with #C418FE

Text Example


Text Example

White with #C418FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C418FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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