Html Css Color HEX #C516EC Electric Purple

📋 copy color: '#C516EC'

red 197 ◦ green 22 ◦ blue 236

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

Shades of Electric Purple #C516EC

Tints of Electric Purple #C516EC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.84%

 BLUE value IS 236 (92.58% from 255) = 51.87%

R = 43.3%
G = 4.84%
B = 51.87%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C516EC (or 0xC516EC) is known color: Electric Purple. HEX triplet: C5, 16 and EC. RGB value is (197,22,236). Sum of RGB (Red+Green+Blue) = 197+22+236=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #C516EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C516EC is #3AE913. Grayscale: #626262. Windows color (decimal): -3860756 or 15472325. OLE color: 15472325.

HSL color Cylindrical-coordinate representation of color #C516EC: hue angle of 289.07º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C516EC is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 22 236 -
CMYK 0.17 0.91 0 0.07
HSL 289.07º 0.85% 0.51% -
HSV(B) 289.07º 0.91% 0.93% -
XYZ 38.45 18.5 80.9 -
YUV 98.72 205.48 198.1 -
System Red Green Blue C M Y K H S L
Decimal 197 22 236 0.17 0.91 0 0.07 289.07 0.85 0.51
Hex C5 16 EC 11 5B 0 7 121 55 33
Octal 305 26 354 21 133 0 7 441 125 63
Binary 11000101 10110 11101100 10001 1011011 0 111 100100001 1010101 110011

Color Harmonies of #C516EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516EC

Black with #C516EC

Text Example


Text Example

White with #C516EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516EC; }

 p { color: rgb(197,22,236); }

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

background-color css

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

 a { background-color: rgb(197,22,236); }

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

border-color css

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

 span { border-color: rgb(197,22,236); }

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