Html Css Color HEX #C526FD Electric Purple

📋 copy color: '#C526FD'

red 197 ◦ green 38 ◦ blue 253

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

Shades of Electric Purple #C526FD

Tints of Electric Purple #C526FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.84%

R = 40.37%
G = 7.79%
B = 51.84%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C526FD (or 0xC526FD) is known color: Electric Purple. HEX triplet: C5, 26 and FD. RGB value is (197,38,253). Sum of RGB (Red+Green+Blue) = 197+38+253=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #C526FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C526FD is #3AD902. Grayscale: #6D6D6D. Windows color (decimal): -3856643 or 16590533. OLE color: 16590533.

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

Color convert

RGB 197 38 253 -
CMYK 0.22 0.85 0 0.01
HSL 284.37º 0.98% 0.57% -
HSV(B) 284.37º 0.85% 0.99% -
XYZ 41.45 20.35 94.67 -
YUV 110.05 208.68 190.02 -
System Red Green Blue C M Y K H S L
Decimal 197 38 253 0.22 0.85 0 0.01 284.37 0.98 0.57
Hex C5 26 FD 16 55 0 1 11C 62 39
Octal 305 46 375 26 125 0 1 434 142 71
Binary 11000101 100110 11111101 10110 1010101 0 1 100011100 1100010 111001

Color Harmonies of #C526FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C526FD

Black with #C526FD

Text Example


Text Example

White with #C526FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C526FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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