Html Css Color HEX #C50AFE Electric Purple

📋 copy color: '#C50AFE'

red 197 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #C50AFE

Tints of Electric Purple #C50AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.17%

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

R = 42.73%
G = 2.17%
B = 55.1%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C50AFE (or 0xC50AFE) is known color: Electric Purple. HEX triplet: C5, 0A and FE. RGB value is (197,10,254). Sum of RGB (Red+Green+Blue) = 197+10+254=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #C50AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50AFE is #3AF501. Grayscale: #5C5C5C. Windows color (decimal): -3863810 or 16648901. OLE color: 16648901.

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

Color convert

RGB 197 10 254 -
CMYK 0.22 0.96 0 0.00
HSL 285.98º 0.99% 0.52% -
HSV(B) 285.98º 0.96% 1% -
XYZ 41.02 19.24 95.32 -
YUV 93.73 218.45 201.66 -
System Red Green Blue C M Y K H S L
Decimal 197 10 254 0.22 0.96 0 0.00 285.98 0.99 0.52
Hex C5 A FE 16 60 0 0 11E 63 34
Octal 305 12 376 26 140 0 0 436 143 64
Binary 11000101 1010 11111110 10110 1100000 0 0 100011110 1100011 110100

Color Harmonies of #C50AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50AFE

Black with #C50AFE

Text Example


Text Example

White with #C50AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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