Html Css Color HEX #C528FF Electric Purple

📋 copy color: '#C528FF'

red 197 ◦ green 40 ◦ blue 255

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

Shades of Electric Purple #C528FF

Tints of Electric Purple #C528FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.83%

R = 40.04%
G = 8.13%
B = 51.83%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C528FF (or 0xC528FF) is known color: Electric Purple. HEX triplet: C5, 28 and FF. RGB value is (197,40,255). Sum of RGB (Red+Green+Blue) = 197+40+255=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 40 (16.02% from 255 or 8.13% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #C528FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C528FF is #3AD700. Grayscale: #6E6E6E. Windows color (decimal): -3856129 or 16722117. OLE color: 16722117.

HSL color Cylindrical-coordinate representation of color #C528FF: hue angle of 283.81º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C528FF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 40 255 -
CMYK 0.23 0.84 0 0
HSL 283.81º 1% 0.58% -
HSV(B) 283.81º 0.84% 1% -
XYZ 41.83 20.61 96.38 -
YUV 111.45 209.01 189.02 -
System Red Green Blue C M Y K H S L
Decimal 197 40 255 0.23 0.84 0 0 283.81 1 0.58
Hex C5 28 FF 17 54 0 0 11C 64 3A
Octal 305 50 377 27 124 0 0 434 144 72
Binary 11000101 101000 11111111 10111 1010100 0 0 100011100 1100100 111010

Color Harmonies of #C528FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528FF

Black with #C528FF

Text Example


Text Example

White with #C528FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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