Html Css Color HEX #C521EA Electric Purple

📋 copy color: '#C521EA'

red 197 ◦ green 33 ◦ blue 234

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

Shades of Electric Purple #C521EA

Tints of Electric Purple #C521EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 42.46%
G = 7.11%
B = 50.43%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C521EA (or 0xC521EA) is known color: Electric Purple. HEX triplet: C5, 21 and EA. RGB value is (197,33,234). Sum of RGB (Red+Green+Blue) = 197+33+234=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #C521EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C521EA is #3ADE15. Grayscale: #686868. Windows color (decimal): -3857942 or 15344069. OLE color: 15344069.

HSL color Cylindrical-coordinate representation of color #C521EA: hue angle of 288.96º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C521EA is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 33 234 -
CMYK 0.16 0.86 0 0.08
HSL 288.96º 0.83% 0.52% -
HSV(B) 288.96º 0.86% 0.92% -
XYZ 38.42 18.9 79.46 -
YUV 104.95 200.83 193.66 -
System Red Green Blue C M Y K H S L
Decimal 197 33 234 0.16 0.86 0 0.08 288.96 0.83 0.52
Hex C5 21 EA 10 56 0 8 121 53 34
Octal 305 41 352 20 126 0 10 441 123 64
Binary 11000101 100001 11101010 10000 1010110 0 1000 100100001 1010011 110100

Color Harmonies of #C521EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C521EA

Black with #C521EA

Text Example


Text Example

White with #C521EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C521EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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