Html Css Color HEX #C529EC Electric Purple

📋 copy color: '#C529EC'

red 197 ◦ green 41 ◦ blue 236

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

Shades of Electric Purple #C529EC

Tints of Electric Purple #C529EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 41.56%
G = 8.65%
B = 49.79%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C529EC (or 0xC529EC) is known color: Electric Purple. HEX triplet: C5, 29 and EC. RGB value is (197,41,236). Sum of RGB (Red+Green+Blue) = 197+41+236=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #C529EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529EC is #3AD613. Grayscale: #6D6D6D. Windows color (decimal): -3855892 or 15477189. OLE color: 15477189.

HSL color Cylindrical-coordinate representation of color #C529EC: hue angle of 288º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C529EC is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 41 236 -
CMYK 0.17 0.83 0 0.07
HSL 288º 0.84% 0.54% -
HSV(B) 288º 0.83% 0.93% -
XYZ 38.96 19.51 81.07 -
YUV 109.87 199.18 190.14 -
System Red Green Blue C M Y K H S L
Decimal 197 41 236 0.17 0.83 0 0.07 288 0.84 0.54
Hex C5 29 EC 11 53 0 7 120 54 36
Octal 305 51 354 21 123 0 7 440 124 66
Binary 11000101 101001 11101100 10001 1010011 0 111 100100000 1010100 110110

Color Harmonies of #C529EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529EC

Black with #C529EC

Text Example


Text Example

White with #C529EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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