Html Css Color HEX #C529FF Electric Purple

📋 copy color: '#C529FF'

red 197 ◦ green 41 ◦ blue 255

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

Shades of Electric Purple #C529FF

Tints of Electric Purple #C529FF

RGB

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

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

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

R = 39.96%
G = 8.32%
B = 51.72%

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

#C529FF (or 0xC529FF) is known color: Electric Purple. HEX triplet: C5, 29 and FF. RGB value is (197,41,255). Sum of RGB (Red+Green+Blue) = 197+41+255=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #C529FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529FF is #3AD600. Grayscale: #6F6F6F. Windows color (decimal): -3855873 or 16722373. OLE color: 16722373.

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

Color convert

RGB 197 41 255 -
CMYK 0.23 0.84 0 0
HSL 283.74º 1% 0.58% -
HSV(B) 283.74º 0.84% 1% -
XYZ 41.87 20.68 96.39 -
YUV 112.04 208.68 188.6 -
System Red Green Blue C M Y K H S L
Decimal 197 41 255 0.23 0.84 0 0 283.74 1 0.58
Hex C5 29 FF 17 54 0 0 11C 64 3A
Octal 305 51 377 27 124 0 0 434 144 72
Binary 11000101 101001 11111111 10111 1010100 0 0 100011100 1100100 111010

Color Harmonies of #C529FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529FF

Black with #C529FF

Text Example


Text Example

White with #C529FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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