Html Css Color HEX #C518FE Electric Purple

📋 copy color: '#C518FE'

red 197 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #C518FE

Tints of Electric Purple #C518FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 41.47%
G = 5.05%
B = 53.47%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C518FE (or 0xC518FE) is known color: Electric Purple. HEX triplet: C5, 18 and FE. RGB value is (197,24,254). Sum of RGB (Red+Green+Blue) = 197+24+254=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #C518FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C518FE is #3AE701. Grayscale: #656565. Windows color (decimal): -3860226 or 16652485. OLE color: 16652485.

HSL color Cylindrical-coordinate representation of color #C518FE: hue angle of 285.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C518FE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 24 254 -
CMYK 0.22 0.91 0 0.00
HSL 285.13º 0.99% 0.55% -
HSV(B) 285.13º 0.91% 1% -
XYZ 41.24 19.68 95.39 -
YUV 101.95 213.81 195.8 -
System Red Green Blue C M Y K H S L
Decimal 197 24 254 0.22 0.91 0 0.00 285.13 0.99 0.55
Hex C5 18 FE 16 5B 0 0 11D 63 37
Octal 305 30 376 26 133 0 0 435 143 67
Binary 11000101 11000 11111110 10110 1011011 0 0 100011101 1100011 110111

Color Harmonies of #C518FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C518FE

Black with #C518FE

Text Example


Text Example

White with #C518FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C518FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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