Html Css Color HEX #C518FB Electric Purple

📋 copy color: '#C518FB'

red 197 ◦ green 24 ◦ blue 251

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

Shades of Electric Purple #C518FB

Tints of Electric Purple #C518FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.18%

R = 41.74%
G = 5.08%
B = 53.18%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C518FB (or 0xC518FB) is known color: Electric Purple. HEX triplet: C5, 18 and FB. RGB value is (197,24,251). Sum of RGB (Red+Green+Blue) = 197+24+251=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 24 (9.77% from 255 or 5.08% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #C518FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C518FB is #3AE704. Grayscale: #646464. Windows color (decimal): -3860229 or 16455877. OLE color: 16455877.

HSL color Cylindrical-coordinate representation of color #C518FB: hue angle of 285.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C518FB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 24 251 -
CMYK 0.22 0.90 0 0.02
HSL 285.73º 0.97% 0.54% -
HSV(B) 285.73º 0.9% 0.98% -
XYZ 40.77 19.49 92.88 -
YUV 101.61 212.31 196.04 -
System Red Green Blue C M Y K H S L
Decimal 197 24 251 0.22 0.90 0 0.02 285.73 0.97 0.54
Hex C5 18 FB 16 5A 0 2 11E 61 36
Octal 305 30 373 26 132 0 2 436 141 66
Binary 11000101 11000 11111011 10110 1011010 0 10 100011110 1100001 110110

Color Harmonies of #C518FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518FB

Black with #C518FB

Text Example


Text Example

White with #C518FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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