Html Css Color HEX #C512FE Electric Purple

📋 copy color: '#C512FE'

red 197 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #C512FE

Tints of Electric Purple #C512FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.84%

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

R = 42%
G = 3.84%
B = 54.16%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C512FE (or 0xC512FE) is known color: Electric Purple. HEX triplet: C5, 12 and FE. RGB value is (197,18,254). Sum of RGB (Red+Green+Blue) = 197+18+254=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #C512FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C512FE is #3AED01. Grayscale: #616161. Windows color (decimal): -3861762 or 16650949. OLE color: 16650949.

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

Color convert

RGB 197 18 254 -
CMYK 0.22 0.93 0 0.00
HSL 285.51º 0.99% 0.53% -
HSV(B) 285.51º 0.93% 1% -
XYZ 41.13 19.46 95.35 -
YUV 98.43 215.8 198.31 -
System Red Green Blue C M Y K H S L
Decimal 197 18 254 0.22 0.93 0 0.00 285.51 0.99 0.53
Hex C5 12 FE 16 5D 0 0 11E 63 35
Octal 305 22 376 26 135 0 0 436 143 65
Binary 11000101 10010 11111110 10110 1011101 0 0 100011110 1100011 110101

Color Harmonies of #C512FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512FE

Black with #C512FE

Text Example


Text Example

White with #C512FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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