Html Css Color HEX #C415FE Electric Purple

📋 copy color: '#C415FE'

red 196 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #C415FE

Tints of Electric Purple #C415FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.46%

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

R = 41.61%
G = 4.46%
B = 53.93%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C415FE (or 0xC415FE) is known color: Electric Purple. HEX triplet: C4, 15 and FE. RGB value is (196,21,254). Sum of RGB (Red+Green+Blue) = 196+21+254=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #C415FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C415FE is #3BEA01. Grayscale: #636363. Windows color (decimal): -3926530 or 16651716. OLE color: 16651716.

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

Color convert

RGB 196 21 254 -
CMYK 0.23 0.92 0 0.00
HSL 285.06º 0.99% 0.54% -
HSV(B) 285.06º 0.92% 1% -
XYZ 40.92 19.43 95.36 -
YUV 99.89 214.98 196.55 -
System Red Green Blue C M Y K H S L
Decimal 196 21 254 0.23 0.92 0 0.00 285.06 0.99 0.54
Hex C4 15 FE 17 5C 0 0 11D 63 36
Octal 304 25 376 27 134 0 0 435 143 66
Binary 11000100 10101 11111110 10111 1011100 0 0 100011101 1100011 110110

Color Harmonies of #C415FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415FE

Black with #C415FE

Text Example


Text Example

White with #C415FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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