Html Css Color HEX #C521FA Electric Purple

📋 copy color: '#C521FA'

red 197 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #C521FA

Tints of Electric Purple #C521FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.08%

R = 41.04%
G = 6.88%
B = 52.08%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C521FA (or 0xC521FA) is known color: Electric Purple. HEX triplet: C5, 21 and FA. RGB value is (197,33,250). Sum of RGB (Red+Green+Blue) = 197+33+250=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #C521FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C521FA is #3ADE05. Grayscale: #6A6A6A. Windows color (decimal): -3857926 or 16392645. OLE color: 16392645.

HSL color Cylindrical-coordinate representation of color #C521FA: hue angle of 285.35º 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 #C521FA is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 33 250 -
CMYK 0.21 0.87 0 0.02
HSL 285.35º 0.96% 0.55% -
HSV(B) 285.35º 0.87% 0.98% -
XYZ 40.83 19.86 92.12 -
YUV 106.77 208.83 192.36 -
System Red Green Blue C M Y K H S L
Decimal 197 33 250 0.21 0.87 0 0.02 285.35 0.96 0.55
Hex C5 21 FA 15 57 0 2 11D 60 37
Octal 305 41 372 25 127 0 2 435 140 67
Binary 11000101 100001 11111010 10101 1010111 0 10 100011101 1100000 110111

Color Harmonies of #C521FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521FA

Black with #C521FA

Text Example


Text Example

White with #C521FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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