Html Css Color HEX #C516FE Electric Purple

📋 copy color: '#C516FE'

red 197 ◦ green 22 ◦ blue 254

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

Shades of Electric Purple #C516FE

Tints of Electric Purple #C516FE

RGB

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

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

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

R = 41.65%
G = 4.65%
B = 53.7%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C516FE (or 0xC516FE) is known color: Electric Purple. HEX triplet: C5, 16 and FE. RGB value is (197,22,254). Sum of RGB (Red+Green+Blue) = 197+22+254=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #C516FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C516FE is #3AE901. Grayscale: #646464. Windows color (decimal): -3860738 or 16651973. OLE color: 16651973.

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

Color convert

RGB 197 22 254 -
CMYK 0.22 0.91 0 0.00
HSL 285.26º 0.99% 0.54% -
HSV(B) 285.26º 0.91% 1% -
XYZ 41.2 19.6 95.38 -
YUV 100.77 214.48 196.64 -
System Red Green Blue C M Y K H S L
Decimal 197 22 254 0.22 0.91 0 0.00 285.26 0.99 0.54
Hex C5 16 FE 16 5B 0 0 11D 63 36
Octal 305 26 376 26 133 0 0 435 143 66
Binary 11000101 10110 11111110 10110 1011011 0 0 100011101 1100011 110110

Color Harmonies of #C516FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516FE

Black with #C516FE

Text Example


Text Example

White with #C516FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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