Html Css Color HEX #C526FE Electric Purple

📋 copy color: '#C526FE'

red 197 ◦ green 38 ◦ blue 254

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

Shades of Electric Purple #C526FE

Tints of Electric Purple #C526FE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.77%

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

R = 40.29%
G = 7.77%
B = 51.94%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C526FE (or 0xC526FE) is known color: Electric Purple. HEX triplet: C5, 26 and FE. RGB value is (197,38,254). Sum of RGB (Red+Green+Blue) = 197+38+254=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 38 (15.23% from 255 or 7.77% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #C526FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C526FE is #3AD901. Grayscale: #6D6D6D. Windows color (decimal): -3856642 or 16656069. OLE color: 16656069.

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

Color convert

RGB 197 38 254 -
CMYK 0.22 0.85 0 0.00
HSL 284.17º 0.99% 0.57% -
HSV(B) 284.17º 0.85% 1% -
XYZ 41.61 20.41 95.51 -
YUV 110.17 209.18 189.94 -
System Red Green Blue C M Y K H S L
Decimal 197 38 254 0.22 0.85 0 0.00 284.17 0.99 0.57
Hex C5 26 FE 16 55 0 0 11C 63 39
Octal 305 46 376 26 125 0 0 434 143 71
Binary 11000101 100110 11111110 10110 1010101 0 0 100011100 1100011 111001

Color Harmonies of #C526FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C526FE

Black with #C526FE

Text Example


Text Example

White with #C526FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C526FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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