Html Css Color HEX #C50EFE Electric Purple

📋 copy color: '#C50EFE'

red 197 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #C50EFE

Tints of Electric Purple #C50EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.01%

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

R = 42.37%
G = 3.01%
B = 54.62%

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

#C50EFE (or 0xC50EFE) is known color: Electric Purple. HEX triplet: C5, 0E and FE. RGB value is (197,14,254). Sum of RGB (Red+Green+Blue) = 197+14+254=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #C50EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50EFE is #3AF101. Grayscale: #5F5F5F. Windows color (decimal): -3862786 or 16649925. OLE color: 16649925.

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

Color convert

RGB 197 14 254 -
CMYK 0.22 0.94 0 0.00
HSL 285.75º 0.99% 0.53% -
HSV(B) 285.75º 0.94% 1% -
XYZ 41.07 19.34 95.33 -
YUV 96.08 217.13 199.99 -
System Red Green Blue C M Y K H S L
Decimal 197 14 254 0.22 0.94 0 0.00 285.75 0.99 0.53
Hex C5 E FE 16 5E 0 0 11E 63 35
Octal 305 16 376 26 136 0 0 436 143 65
Binary 11000101 1110 11111110 10110 1011110 0 0 100011110 1100011 110101

Color Harmonies of #C50EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50EFE

Black with #C50EFE

Text Example


Text Example

White with #C50EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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