Html Css Color HEX #C51FFA Electric Purple

📋 copy color: '#C51FFA'

red 197 ◦ green 31 ◦ blue 250

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

Shades of Electric Purple #C51FFA

Tints of Electric Purple #C51FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.49%

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

R = 41.21%
G = 6.49%
B = 52.3%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C51FFA (or 0xC51FFA) is known color: Electric Purple. HEX triplet: C5, 1F and FA. RGB value is (197,31,250). Sum of RGB (Red+Green+Blue) = 197+31+250=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #C51FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FFA is #3AE005. Grayscale: #686868. Windows color (decimal): -3858438 or 16392133. OLE color: 16392133.

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

Color convert

RGB 197 31 250 -
CMYK 0.21 0.88 0 0.02
HSL 285.48º 0.96% 0.55% -
HSV(B) 285.48º 0.88% 0.98% -
XYZ 40.77 19.75 92.11 -
YUV 105.6 209.5 193.19 -
System Red Green Blue C M Y K H S L
Decimal 197 31 250 0.21 0.88 0 0.02 285.48 0.96 0.55
Hex C5 1F FA 15 58 0 2 11D 60 37
Octal 305 37 372 25 130 0 2 435 140 67
Binary 11000101 11111 11111010 10101 1011000 0 10 100011101 1100000 110111

Color Harmonies of #C51FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FFA

Black with #C51FFA

Text Example


Text Example

White with #C51FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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