Html Css Color HEX #C526EA Electric Purple

📋 copy color: '#C526EA'

red 197 ◦ green 38 ◦ blue 234

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

Shades of Electric Purple #C526EA

Tints of Electric Purple #C526EA

RGB

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

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

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

R = 42%
G = 8.1%
B = 49.89%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C526EA (or 0xC526EA) is known color: Electric Purple. HEX triplet: C5, 26 and EA. RGB value is (197,38,234). Sum of RGB (Red+Green+Blue) = 197+38+234=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #C526EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C526EA is #3AD915. Grayscale: #6B6B6B. Windows color (decimal): -3856662 or 15345349. OLE color: 15345349.

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

Color convert

RGB 197 38 234 -
CMYK 0.16 0.84 0 0.08
HSL 288.67º 0.82% 0.53% -
HSV(B) 288.67º 0.84% 0.92% -
XYZ 38.57 19.2 79.51 -
YUV 107.89 199.18 191.56 -
System Red Green Blue C M Y K H S L
Decimal 197 38 234 0.16 0.84 0 0.08 288.67 0.82 0.53
Hex C5 26 EA 10 54 0 8 121 52 35
Octal 305 46 352 20 124 0 10 441 122 65
Binary 11000101 100110 11101010 10000 1010100 0 1000 100100001 1010010 110101

Color Harmonies of #C526EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C526EA

Black with #C526EA

Text Example


Text Example

White with #C526EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C526EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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