Html Css Color HEX #C529FD Electric Purple

📋 copy color: '#C529FD'

red 197 ◦ green 41 ◦ blue 253

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

Shades of Electric Purple #C529FD

Tints of Electric Purple #C529FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.35%

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

R = 40.12%
G = 8.35%
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

#C529FD (or 0xC529FD) is known color: Electric Purple. HEX triplet: C5, 29 and FD. RGB value is (197,41,253). Sum of RGB (Red+Green+Blue) = 197+41+253=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #C529FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529FD is #3AD602. Grayscale: #6F6F6F. Windows color (decimal): -3855875 or 16591301. OLE color: 16591301.

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

Color convert

RGB 197 41 253 -
CMYK 0.22 0.84 0 0.01
HSL 284.15º 0.98% 0.58% -
HSV(B) 284.15º 0.84% 0.99% -
XYZ 41.55 20.55 94.7 -
YUV 111.81 207.68 188.76 -
System Red Green Blue C M Y K H S L
Decimal 197 41 253 0.22 0.84 0 0.01 284.15 0.98 0.58
Hex C5 29 FD 16 54 0 1 11C 62 3A
Octal 305 51 375 26 124 0 1 434 142 72
Binary 11000101 101001 11111101 10110 1010100 0 1 100011100 1100010 111010

Color Harmonies of #C529FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529FD

Black with #C529FD

Text Example


Text Example

White with #C529FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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