Html Css Color HEX #C515EF Electric Purple

📋 copy color: '#C515EF'

red 197 ◦ green 21 ◦ blue 239

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

Shades of Electric Purple #C515EF

Tints of Electric Purple #C515EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 43.11%
G = 4.6%
B = 52.3%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C515EF (or 0xC515EF) is known color: Electric Purple. HEX triplet: C5, 15 and EF. RGB value is (197,21,239). Sum of RGB (Red+Green+Blue) = 197+21+239=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #C515EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C515EF is #3AEA10. Grayscale: #616161. Windows color (decimal): -3861009 or 15668677. OLE color: 15668677.

HSL color Cylindrical-coordinate representation of color #C515EF: hue angle of 288.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C515EF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 21 239 -
CMYK 0.18 0.91 0 0.06
HSL 288.44º 0.87% 0.51% -
HSV(B) 288.44º 0.91% 0.94% -
XYZ 38.87 18.64 83.21 -
YUV 98.48 207.31 198.27 -
System Red Green Blue C M Y K H S L
Decimal 197 21 239 0.18 0.91 0 0.06 288.44 0.87 0.51
Hex C5 15 EF 12 5B 0 6 120 57 33
Octal 305 25 357 22 133 0 6 440 127 63
Binary 11000101 10101 11101111 10010 1011011 0 110 100100000 1010111 110011

Color Harmonies of #C515EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C515EF

Black with #C515EF

Text Example


Text Example

White with #C515EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C515EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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