Html Css Color HEX #C528FC Electric Purple

📋 copy color: '#C528FC'

red 197 ◦ green 40 ◦ blue 252

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

Shades of Electric Purple #C528FC

Tints of Electric Purple #C528FC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.18%

 BLUE value IS 252 (98.83% from 255) = 51.53%

R = 40.29%
G = 8.18%
B = 51.53%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C528FC (or 0xC528FC) is known color: Electric Purple. HEX triplet: C5, 28 and FC. RGB value is (197,40,252). Sum of RGB (Red+Green+Blue) = 197+40+252=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #C528FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C528FC is #3AD703. Grayscale: #6E6E6E. Windows color (decimal): -3856132 or 16525509. OLE color: 16525509.

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

Color convert

RGB 197 40 252 -
CMYK 0.22 0.84 0 0.01
HSL 284.43º 0.97% 0.57% -
HSV(B) 284.43º 0.84% 0.99% -
XYZ 41.36 20.42 93.86 -
YUV 111.11 207.51 189.26 -
System Red Green Blue C M Y K H S L
Decimal 197 40 252 0.22 0.84 0 0.01 284.43 0.97 0.57
Hex C5 28 FC 16 54 0 1 11C 61 39
Octal 305 50 374 26 124 0 1 434 141 71
Binary 11000101 101000 11111100 10110 1010100 0 1 100011100 1100001 111001

Color Harmonies of #C528FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528FC

Black with #C528FC

Text Example


Text Example

White with #C528FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528FC; }

 p { color: rgb(197,40,252); }

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

background-color css

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

 a { background-color: rgb(197,40,252); }

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

border-color css

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

 span { border-color: rgb(197,40,252); }

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