Html Css Color HEX #C522EC Electric Purple

📋 copy color: '#C522EC'

red 197 ◦ green 34 ◦ blue 236

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

Shades of Electric Purple #C522EC

Tints of Electric Purple #C522EC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.28%

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 42.18%
G = 7.28%
B = 50.54%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C522EC (or 0xC522EC) is known color: Electric Purple. HEX triplet: C5, 22 and EC. RGB value is (197,34,236). Sum of RGB (Red+Green+Blue) = 197+34+236=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #C522EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C522EC is #3ADD13. Grayscale: #696969. Windows color (decimal): -3857684 or 15475397. OLE color: 15475397.

HSL color Cylindrical-coordinate representation of color #C522EC: hue angle of 288.42º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C522EC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 34 236 -
CMYK 0.17 0.86 0 0.07
HSL 288.42º 0.84% 0.53% -
HSV(B) 288.42º 0.86% 0.93% -
XYZ 38.74 19.07 81 -
YUV 105.77 201.5 193.07 -
System Red Green Blue C M Y K H S L
Decimal 197 34 236 0.17 0.86 0 0.07 288.42 0.84 0.53
Hex C5 22 EC 11 56 0 7 120 54 35
Octal 305 42 354 21 126 0 7 440 124 65
Binary 11000101 100010 11101100 10001 1010110 0 111 100100000 1010100 110101

Color Harmonies of #C522EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C522EC

Black with #C522EC

Text Example


Text Example

White with #C522EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C522EC; }

 p { color: rgb(197,34,236); }

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

background-color css

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

 a { background-color: rgb(197,34,236); }

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

border-color css

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

 span { border-color: rgb(197,34,236); }

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