Html Css Color HEX #C526EC Electric Purple

📋 copy color: '#C526EC'

red 197 ◦ green 38 ◦ blue 236

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

Shades of Electric Purple #C526EC

Tints of Electric Purple #C526EC

RGB

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

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

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

R = 41.83%
G = 8.07%
B = 50.11%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C526EC (or 0xC526EC) is known color: Electric Purple. HEX triplet: C5, 26 and EC. RGB value is (197,38,236). Sum of RGB (Red+Green+Blue) = 197+38+236=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 38 (15.23% from 255 or 8.07% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #C526EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C526EC is #3AD913. Grayscale: #6B6B6B. Windows color (decimal): -3856660 or 15476421. OLE color: 15476421.

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

Color convert

RGB 197 38 236 -
CMYK 0.17 0.84 0 0.07
HSL 288.18º 0.84% 0.54% -
HSV(B) 288.18º 0.84% 0.93% -
XYZ 38.86 19.31 81.04 -
YUV 108.11 200.18 191.4 -
System Red Green Blue C M Y K H S L
Decimal 197 38 236 0.17 0.84 0 0.07 288.18 0.84 0.54
Hex C5 26 EC 11 54 0 7 120 54 36
Octal 305 46 354 21 124 0 7 440 124 66
Binary 11000101 100110 11101100 10001 1010100 0 111 100100000 1010100 110110

Color Harmonies of #C526EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C526EC

Black with #C526EC

Text Example


Text Example

White with #C526EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C526EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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