Html Css Color HEX #C518F1 Electric Purple

📋 copy color: '#C518F1'

red 197 ◦ green 24 ◦ blue 241

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

Shades of Electric Purple #C518F1

Tints of Electric Purple #C518F1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.19%

 BLUE value IS 241 (94.53% from 255) = 52.16%

R = 42.64%
G = 5.19%
B = 52.16%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C518F1 (or 0xC518F1) is known color: Electric Purple. HEX triplet: C5, 18 and F1. RGB value is (197,24,241). Sum of RGB (Red+Green+Blue) = 197+24+241=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #C518F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C518F1 is #3AE70E. Grayscale: #636363. Windows color (decimal): -3860239 or 15800517. OLE color: 15800517.

HSL color Cylindrical-coordinate representation of color #C518F1: hue angle of 287.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C518F1 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 24 241 -
CMYK 0.18 0.90 0 0.05
HSL 287.83º 0.89% 0.52% -
HSV(B) 287.83º 0.9% 0.95% -
XYZ 39.23 18.87 84.79 -
YUV 100.47 207.31 196.86 -
System Red Green Blue C M Y K H S L
Decimal 197 24 241 0.18 0.90 0 0.05 287.83 0.89 0.52
Hex C5 18 F1 12 5A 0 5 120 59 34
Octal 305 30 361 22 132 0 5 440 131 64
Binary 11000101 11000 11110001 10010 1011010 0 101 100100000 1011001 110100

Color Harmonies of #C518F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518F1

Black with #C518F1

Text Example


Text Example

White with #C518F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518F1; }

 p { color: rgb(197,24,241); }

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

background-color css

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

 a { background-color: rgb(197,24,241); }

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

border-color css

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

 span { border-color: rgb(197,24,241); }

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