Html Css Color HEX #C520FB Electric Purple

📋 copy color: '#C520FB'

red 197 ◦ green 32 ◦ blue 251

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

Shades of Electric Purple #C520FB

Tints of Electric Purple #C520FB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.67%

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

R = 41.04%
G = 6.67%
B = 52.29%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C520FB (or 0xC520FB) is known color: Electric Purple. HEX triplet: C5, 20 and FB. RGB value is (197,32,251). Sum of RGB (Red+Green+Blue) = 197+32+251=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #C520FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C520FB is #3ADF04. Grayscale: #696969. Windows color (decimal): -3858181 or 16457925. OLE color: 16457925.

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

Color convert

RGB 197 32 251 -
CMYK 0.22 0.87 0 0.02
HSL 285.21º 0.96% 0.55% -
HSV(B) 285.21º 0.87% 0.98% -
XYZ 40.96 19.87 92.94 -
YUV 106.3 209.66 192.69 -
System Red Green Blue C M Y K H S L
Decimal 197 32 251 0.22 0.87 0 0.02 285.21 0.96 0.55
Hex C5 20 FB 16 57 0 2 11D 60 37
Octal 305 40 373 26 127 0 2 435 140 67
Binary 11000101 100000 11111011 10110 1010111 0 10 100011101 1100000 110111

Color Harmonies of #C520FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520FB

Black with #C520FB

Text Example


Text Example

White with #C520FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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