Html Css Color HEX #C515FF Electric Purple

📋 copy color: '#C515FF'

red 197 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #C515FF

Tints of Electric Purple #C515FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.91%

R = 41.65%
G = 4.44%
B = 53.91%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C515FF (or 0xC515FF) is known color: Electric Purple. HEX triplet: C5, 15 and FF. RGB value is (197,21,255). Sum of RGB (Red+Green+Blue) = 197+21+255=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #C515FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C515FF is #3AEA00. Grayscale: #636363. Windows color (decimal): -3860993 or 16717253. OLE color: 16717253.

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

Color convert

RGB 197 21 255 -
CMYK 0.23 0.92 0 0
HSL 285.13º 1% 0.54% -
HSV(B) 285.13º 0.92% 1% -
XYZ 41.34 19.63 96.22 -
YUV 100.3 215.31 196.97 -
System Red Green Blue C M Y K H S L
Decimal 197 21 255 0.23 0.92 0 0 285.13 1 0.54
Hex C5 15 FF 17 5C 0 0 11D 64 36
Octal 305 25 377 27 134 0 0 435 144 66
Binary 11000101 10101 11111111 10111 1011100 0 0 100011101 1100100 110110

Color Harmonies of #C515FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515FF

Black with #C515FF

Text Example


Text Example

White with #C515FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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