Html Css Color HEX #C50FFE Electric Purple

📋 copy color: '#C50FFE'

red 197 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #C50FFE

Tints of Electric Purple #C50FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.22%

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

R = 42.27%
G = 3.22%
B = 54.51%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C50FFE (or 0xC50FFE) is known color: Electric Purple. HEX triplet: C5, 0F and FE. RGB value is (197,15,254). Sum of RGB (Red+Green+Blue) = 197+15+254=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 15 (6.25% from 255 or 3.22% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #C50FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50FFE is #3AF001. Grayscale: #5F5F5F. Windows color (decimal): -3862530 or 16650181. OLE color: 16650181.

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

Color convert

RGB 197 15 254 -
CMYK 0.22 0.94 0 0.00
HSL 285.69º 0.99% 0.53% -
HSV(B) 285.69º 0.94% 1% -
XYZ 41.09 19.37 95.34 -
YUV 96.66 216.8 199.57 -
System Red Green Blue C M Y K H S L
Decimal 197 15 254 0.22 0.94 0 0.00 285.69 0.99 0.53
Hex C5 F FE 16 5E 0 0 11E 63 35
Octal 305 17 376 26 136 0 0 436 143 65
Binary 11000101 1111 11111110 10110 1011110 0 0 100011110 1100011 110101

Color Harmonies of #C50FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FFE

Black with #C50FFE

Text Example


Text Example

White with #C50FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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