Html Css Color HEX #C515FE Electric Purple

📋 copy color: '#C515FE'

red 197 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #C515FE

Tints of Electric Purple #C515FE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.45%

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

R = 41.74%
G = 4.45%
B = 53.81%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C515FE (or 0xC515FE) is known color: Electric Purple. HEX triplet: C5, 15 and FE. RGB value is (197,21,254). Sum of RGB (Red+Green+Blue) = 197+21+254=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #C515FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C515FE is #3AEA01. Grayscale: #636363. Windows color (decimal): -3860994 or 16651717. OLE color: 16651717.

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

Color convert

RGB 197 21 254 -
CMYK 0.22 0.92 0 0.00
HSL 285.32º 0.99% 0.54% -
HSV(B) 285.32º 0.92% 1% -
XYZ 41.18 19.56 95.37 -
YUV 100.19 214.81 197.05 -
System Red Green Blue C M Y K H S L
Decimal 197 21 254 0.22 0.92 0 0.00 285.32 0.99 0.54
Hex C5 15 FE 16 5C 0 0 11D 63 36
Octal 305 25 376 26 134 0 0 435 143 66
Binary 11000101 10101 11111110 10110 1011100 0 0 100011101 1100011 110110

Color Harmonies of #C515FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515FE

Black with #C515FE

Text Example


Text Example

White with #C515FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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