Html Css Color HEX #C516FD Electric Purple

📋 copy color: '#C516FD'

red 197 ◦ green 22 ◦ blue 253

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

Shades of Electric Purple #C516FD

Tints of Electric Purple #C516FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 41.74%
G = 4.66%
B = 53.6%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C516FD (or 0xC516FD) is known color: Electric Purple. HEX triplet: C5, 16 and FD. RGB value is (197,22,253). Sum of RGB (Red+Green+Blue) = 197+22+253=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 22 (8.98% from 255 or 4.66% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #C516FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C516FD is #3AE902. Grayscale: #636363. Windows color (decimal): -3860739 or 16586437. OLE color: 16586437.

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

Color convert

RGB 197 22 253 -
CMYK 0.22 0.91 0 0.01
HSL 285.45º 0.98% 0.54% -
HSV(B) 285.45º 0.91% 0.99% -
XYZ 41.04 19.54 94.54 -
YUV 100.66 213.98 196.72 -
System Red Green Blue C M Y K H S L
Decimal 197 22 253 0.22 0.91 0 0.01 285.45 0.98 0.54
Hex C5 16 FD 16 5B 0 1 11D 62 36
Octal 305 26 375 26 133 0 1 435 142 66
Binary 11000101 10110 11111101 10110 1011011 0 1 100011101 1100010 110110

Color Harmonies of #C516FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C516FD

Black with #C516FD

Text Example


Text Example

White with #C516FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C516FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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