Html Css Color HEX #C528FA Electric Purple

📋 copy color: '#C528FA'

red 197 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #C528FA

Tints of Electric Purple #C528FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 40.45%
G = 8.21%
B = 51.33%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C528FA (or 0xC528FA) is known color: Electric Purple. HEX triplet: C5, 28 and FA. RGB value is (197,40,250). Sum of RGB (Red+Green+Blue) = 197+40+250=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #C528FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C528FA is #3AD705. Grayscale: #6E6E6E. Windows color (decimal): -3856134 or 16394437. OLE color: 16394437.

HSL color Cylindrical-coordinate representation of color #C528FA: hue angle of 284.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C528FA is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 40 250 -
CMYK 0.21 0.84 0 0.02
HSL 284.86º 0.95% 0.57% -
HSV(B) 284.86º 0.84% 0.98% -
XYZ 41.04 20.29 92.2 -
YUV 110.88 206.51 189.42 -
System Red Green Blue C M Y K H S L
Decimal 197 40 250 0.21 0.84 0 0.02 284.86 0.95 0.57
Hex C5 28 FA 15 54 0 2 11D 5F 39
Octal 305 50 372 25 124 0 2 435 137 71
Binary 11000101 101000 11111010 10101 1010100 0 10 100011101 1011111 111001

Color Harmonies of #C528FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528FA

Black with #C528FA

Text Example


Text Example

White with #C528FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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