Html Css Color HEX #C507FE Electric Purple

📋 copy color: '#C507FE'

red 197 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #C507FE

Tints of Electric Purple #C507FE

RGB

 RED value IS 197 (77.34% from 255) = 43.01%

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

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

R = 43.01%
G = 1.53%
B = 55.46%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C507FE (or 0xC507FE) is known color: Electric Purple. HEX triplet: C5, 07 and FE. RGB value is (197,7,254). Sum of RGB (Red+Green+Blue) = 197+7+254=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 7 (3.12% from 255 or 1.53% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #C507FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C507FE is #3AF801. Grayscale: #5B5B5B. Windows color (decimal): -3864578 or 16648133. OLE color: 16648133.

HSL color Cylindrical-coordinate representation of color #C507FE: hue angle of 286.15º 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 #C507FE is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 7 254 -
CMYK 0.22 0.97 0 0.00
HSL 286.15º 0.99% 0.51% -
HSV(B) 286.15º 0.97% 1% -
XYZ 40.99 19.18 95.31 -
YUV 91.97 219.45 202.92 -
System Red Green Blue C M Y K H S L
Decimal 197 7 254 0.22 0.97 0 0.00 286.15 0.99 0.51
Hex C5 7 FE 16 61 0 0 11E 63 33
Octal 305 7 376 26 141 0 0 436 143 63
Binary 11000101 111 11111110 10110 1100001 0 0 100011110 1100011 110011

Color Harmonies of #C507FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C507FE

Black with #C507FE

Text Example


Text Example

White with #C507FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C507FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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