Html Css Color HEX #C51CF8 Electric Purple

📋 copy color: '#C51CF8'

red 197 ◦ green 28 ◦ blue 248

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

Shades of Electric Purple #C51CF8

Tints of Electric Purple #C51CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.43%

R = 41.65%
G = 5.92%
B = 52.43%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C51CF8 (or 0xC51CF8) is known color: Electric Purple. HEX triplet: C5, 1C and F8. RGB value is (197,28,248). Sum of RGB (Red+Green+Blue) = 197+28+248=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 28 (11.33% from 255 or 5.92% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #C51CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51CF8 is #3AE307. Grayscale: #666666. Windows color (decimal): -3859208 or 16260293. OLE color: 16260293.

HSL color Cylindrical-coordinate representation of color #C51CF8: hue angle of 286.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51CF8 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 28 248 -
CMYK 0.21 0.89 0 0.03
HSL 286.09º 0.94% 0.54% -
HSV(B) 286.09º 0.89% 0.97% -
XYZ 40.38 19.48 90.44 -
YUV 103.61 209.49 194.61 -
System Red Green Blue C M Y K H S L
Decimal 197 28 248 0.21 0.89 0 0.03 286.09 0.94 0.54
Hex C5 1C F8 15 59 0 3 11E 5E 36
Octal 305 34 370 25 131 0 3 436 136 66
Binary 11000101 11100 11111000 10101 1011001 0 11 100011110 1011110 110110

Color Harmonies of #C51CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CF8

Black with #C51CF8

Text Example


Text Example

White with #C51CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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