Html Css Color HEX #C51CF6 Electric Purple

📋 copy color: '#C51CF6'

red 197 ◦ green 28 ◦ blue 246

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

Shades of Electric Purple #C51CF6

Tints of Electric Purple #C51CF6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.94%

 BLUE value IS 246 (96.48% from 255) = 52.23%

R = 41.83%
G = 5.94%
B = 52.23%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C51CF6 (or 0xC51CF6) is known color: Electric Purple. HEX triplet: C5, 1C and F6. RGB value is (197,28,246). Sum of RGB (Red+Green+Blue) = 197+28+246=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #C51CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51CF6 is #3AE309. Grayscale: #666666. Windows color (decimal): -3859210 or 16129221. OLE color: 16129221.

HSL color Cylindrical-coordinate representation of color #C51CF6: hue angle of 286.51º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51CF6 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 28 246 -
CMYK 0.20 0.89 0 0.04
HSL 286.51º 0.92% 0.54% -
HSV(B) 286.51º 0.89% 0.96% -
XYZ 40.08 19.35 88.81 -
YUV 103.38 208.49 194.77 -
System Red Green Blue C M Y K H S L
Decimal 197 28 246 0.20 0.89 0 0.04 286.51 0.92 0.54
Hex C5 1C F6 14 59 0 4 11F 5C 36
Octal 305 34 366 24 131 0 4 437 134 66
Binary 11000101 11100 11110110 10100 1011001 0 100 100011111 1011100 110110

Color Harmonies of #C51CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CF6

Black with #C51CF6

Text Example


Text Example

White with #C51CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CF6; }

 p { color: rgb(197,28,246); }

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

background-color css

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

 a { background-color: rgb(197,28,246); }

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

border-color css

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

 span { border-color: rgb(197,28,246); }

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