Html Css Color HEX #C516EA Electric Purple

📋 copy color: '#C516EA'

red 197 ◦ green 22 ◦ blue 234

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

Shades of Electric Purple #C516EA

Tints of Electric Purple #C516EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.66%

R = 43.49%
G = 4.86%
B = 51.66%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C516EA (or 0xC516EA) is known color: Electric Purple. HEX triplet: C5, 16 and EA. RGB value is (197,22,234). Sum of RGB (Red+Green+Blue) = 197+22+234=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #C516EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C516EA is #3AE915. Grayscale: #616161. Windows color (decimal): -3860758 or 15341253. OLE color: 15341253.

HSL color Cylindrical-coordinate representation of color #C516EA: hue angle of 289.53º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C516EA is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 22 234 -
CMYK 0.16 0.91 0 0.08
HSL 289.53º 0.83% 0.5% -
HSV(B) 289.53º 0.91% 0.92% -
XYZ 38.16 18.38 79.38 -
YUV 98.49 204.48 198.26 -
System Red Green Blue C M Y K H S L
Decimal 197 22 234 0.16 0.91 0 0.08 289.53 0.83 0.5
Hex C5 16 EA 10 5B 0 8 122 53 32
Octal 305 26 352 20 133 0 10 442 123 62
Binary 11000101 10110 11101010 10000 1011011 0 1000 100100010 1010011 110010

Color Harmonies of #C516EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516EA

Black with #C516EA

Text Example


Text Example

White with #C516EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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