Html Css Color HEX #C522FE Electric Purple

📋 copy color: '#C522FE'

red 197 ◦ green 34 ◦ blue 254

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

Shades of Electric Purple #C522FE

Tints of Electric Purple #C522FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 40.62%
G = 7.01%
B = 52.37%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C522FE (or 0xC522FE) is known color: Electric Purple. HEX triplet: C5, 22 and FE. RGB value is (197,34,254). Sum of RGB (Red+Green+Blue) = 197+34+254=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 34 (13.67% from 255 or 7.01% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #C522FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C522FE is #3ADD01. Grayscale: #6B6B6B. Windows color (decimal): -3857666 or 16655045. OLE color: 16655045.

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

Color convert

RGB 197 34 254 -
CMYK 0.22 0.87 0 0.00
HSL 284.45º 0.99% 0.56% -
HSV(B) 284.45º 0.87% 1% -
XYZ 41.49 20.17 95.47 -
YUV 107.82 210.5 191.61 -
System Red Green Blue C M Y K H S L
Decimal 197 34 254 0.22 0.87 0 0.00 284.45 0.99 0.56
Hex C5 22 FE 16 57 0 0 11C 63 38
Octal 305 42 376 26 127 0 0 434 143 70
Binary 11000101 100010 11111110 10110 1010111 0 0 100011100 1100011 111000

Color Harmonies of #C522FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C522FE

Black with #C522FE

Text Example


Text Example

White with #C522FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C522FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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