Html Css Color HEX #C521FC Electric Purple

📋 copy color: '#C521FC'

red 197 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #C521FC

Tints of Electric Purple #C521FC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.85%

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 40.87%
G = 6.85%
B = 52.28%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C521FC (or 0xC521FC) is known color: Electric Purple. HEX triplet: C5, 21 and FC. RGB value is (197,33,252). Sum of RGB (Red+Green+Blue) = 197+33+252=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #C521FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C521FC is #3ADE03. Grayscale: #6A6A6A. Windows color (decimal): -3857924 or 16523717. OLE color: 16523717.

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

Color convert

RGB 197 33 252 -
CMYK 0.22 0.87 0 0.01
HSL 284.93º 0.97% 0.56% -
HSV(B) 284.93º 0.87% 0.99% -
XYZ 41.14 19.99 93.78 -
YUV 107 209.83 192.19 -
System Red Green Blue C M Y K H S L
Decimal 197 33 252 0.22 0.87 0 0.01 284.93 0.97 0.56
Hex C5 21 FC 16 57 0 1 11D 61 38
Octal 305 41 374 26 127 0 1 435 141 70
Binary 11000101 100001 11111100 10110 1010111 0 1 100011101 1100001 111000

Color Harmonies of #C521FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521FC

Black with #C521FC

Text Example


Text Example

White with #C521FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521FC; }

 p { color: rgb(197,33,252); }

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

background-color css

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

 a { background-color: rgb(197,33,252); }

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

border-color css

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

 span { border-color: rgb(197,33,252); }

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