Html Css Color HEX #C529FC Electric Purple

📋 copy color: '#C529FC'

red 197 ◦ green 41 ◦ blue 252

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

Shades of Electric Purple #C529FC

Tints of Electric Purple #C529FC

RGB

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

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

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

R = 40.2%
G = 8.37%
B = 51.43%

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

#C529FC (or 0xC529FC) is known color: Electric Purple. HEX triplet: C5, 29 and FC. RGB value is (197,41,252). Sum of RGB (Red+Green+Blue) = 197+41+252=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #C529FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529FC is #3AD603. Grayscale: #6F6F6F. Windows color (decimal): -3855876 or 16525765. OLE color: 16525765.

HSL color Cylindrical-coordinate representation of color #C529FC: hue angle of 284.36º 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 #C529FC is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 41 252 -
CMYK 0.22 0.84 0 0.01
HSL 284.36º 0.97% 0.57% -
HSV(B) 284.36º 0.84% 0.99% -
XYZ 41.39 20.48 93.87 -
YUV 111.7 207.18 188.84 -
System Red Green Blue C M Y K H S L
Decimal 197 41 252 0.22 0.84 0 0.01 284.36 0.97 0.57
Hex C5 29 FC 16 54 0 1 11C 61 39
Octal 305 51 374 26 124 0 1 434 141 71
Binary 11000101 101001 11111100 10110 1010100 0 1 100011100 1100001 111001

Color Harmonies of #C529FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529FC

Black with #C529FC

Text Example


Text Example

White with #C529FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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