Html Css Color HEX #C516FB Electric Purple

📋 copy color: '#C516FB'

red 197 ◦ green 22 ◦ blue 251

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

Shades of Electric Purple #C516FB

Tints of Electric Purple #C516FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.4%

R = 41.91%
G = 4.68%
B = 53.4%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C516FB (or 0xC516FB) is known color: Electric Purple. HEX triplet: C5, 16 and FB. RGB value is (197,22,251). Sum of RGB (Red+Green+Blue) = 197+22+251=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #C516FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C516FB is #3AE904. Grayscale: #636363. Windows color (decimal): -3860741 or 16455365. OLE color: 16455365.

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

Color convert

RGB 197 22 251 -
CMYK 0.22 0.91 0 0.02
HSL 285.85º 0.97% 0.54% -
HSV(B) 285.85º 0.91% 0.98% -
XYZ 40.73 19.41 92.87 -
YUV 100.43 212.98 196.88 -
System Red Green Blue C M Y K H S L
Decimal 197 22 251 0.22 0.91 0 0.02 285.85 0.97 0.54
Hex C5 16 FB 16 5B 0 2 11E 61 36
Octal 305 26 373 26 133 0 2 436 141 66
Binary 11000101 10110 11111011 10110 1011011 0 10 100011110 1100001 110110

Color Harmonies of #C516FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516FB

Black with #C516FB

Text Example


Text Example

White with #C516FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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