Html Css Color HEX #C50AFA Electric Purple

📋 copy color: '#C50AFA'

red 197 ◦ green 10 ◦ blue 250

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

Shades of Electric Purple #C50AFA

Tints of Electric Purple #C50AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.7%

R = 43.11%
G = 2.19%
B = 54.7%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C50AFA (or 0xC50AFA) is known color: Electric Purple. HEX triplet: C5, 0A and FA. RGB value is (197,10,250). Sum of RGB (Red+Green+Blue) = 197+10+250=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #C50AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50AFA is #3AF505. Grayscale: #5C5C5C. Windows color (decimal): -3863814 or 16386757. OLE color: 16386757.

HSL color Cylindrical-coordinate representation of color #C50AFA: hue angle of 286.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50AFA is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 10 250 -
CMYK 0.21 0.96 0 0.02
HSL 286.75º 0.96% 0.51% -
HSV(B) 286.75º 0.96% 0.98% -
XYZ 40.39 18.99 91.98 -
YUV 93.27 216.45 201.99 -
System Red Green Blue C M Y K H S L
Decimal 197 10 250 0.21 0.96 0 0.02 286.75 0.96 0.51
Hex C5 A FA 15 60 0 2 11F 60 33
Octal 305 12 372 25 140 0 2 437 140 63
Binary 11000101 1010 11111010 10101 1100000 0 10 100011111 1100000 110011

Color Harmonies of #C50AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50AFA

Black with #C50AFA

Text Example


Text Example

White with #C50AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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