Html Css Color HEX #C407FE Electric Purple

📋 copy color: '#C407FE'

red 196 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #C407FE

Tints of Electric Purple #C407FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.53%

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

R = 42.89%
G = 1.53%
B = 55.58%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C407FE (or 0xC407FE) is known color: Electric Purple. HEX triplet: C4, 07 and FE. RGB value is (196,7,254). Sum of RGB (Red+Green+Blue) = 196+7+254=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 7 (3.12% from 255 or 1.53% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #C407FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C407FE is #3BF801. Grayscale: #5A5A5A. Windows color (decimal): -3930114 or 16648132. OLE color: 16648132.

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

Color convert

RGB 196 7 254 -
CMYK 0.23 0.97 0 0.00
HSL 285.91º 0.99% 0.51% -
HSV(B) 285.91º 0.97% 1% -
XYZ 40.73 19.04 95.29 -
YUV 91.67 219.62 202.42 -
System Red Green Blue C M Y K H S L
Decimal 196 7 254 0.23 0.97 0 0.00 285.91 0.99 0.51
Hex C4 7 FE 17 61 0 0 11E 63 33
Octal 304 7 376 27 141 0 0 436 143 63
Binary 11000100 111 11111110 10111 1100001 0 0 100011110 1100011 110011

Color Harmonies of #C407FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C407FE

Black with #C407FE

Text Example


Text Example

White with #C407FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C407FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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