Html Css Color HEX #C529EB Electric Purple

📋 copy color: '#C529EB'

red 197 ◦ green 41 ◦ blue 235

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

Shades of Electric Purple #C529EB

Tints of Electric Purple #C529EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 41.65%
G = 8.67%
B = 49.68%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C529EB (or 0xC529EB) is known color: Electric Purple. HEX triplet: C5, 29 and EB. RGB value is (197,41,235). Sum of RGB (Red+Green+Blue) = 197+41+235=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #C529EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529EB is #3AD614. Grayscale: #6D6D6D. Windows color (decimal): -3855893 or 15411653. OLE color: 15411653.

HSL color Cylindrical-coordinate representation of color #C529EB: hue angle of 288.25º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C529EB is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 41 235 -
CMYK 0.16 0.83 0 0.08
HSL 288.25º 0.83% 0.54% -
HSV(B) 288.25º 0.83% 0.92% -
XYZ 38.81 19.45 80.31 -
YUV 109.76 198.68 190.23 -
System Red Green Blue C M Y K H S L
Decimal 197 41 235 0.16 0.83 0 0.08 288.25 0.83 0.54
Hex C5 29 EB 10 53 0 8 120 53 36
Octal 305 51 353 20 123 0 10 440 123 66
Binary 11000101 101001 11101011 10000 1010011 0 1000 100100000 1010011 110110

Color Harmonies of #C529EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529EB

Black with #C529EB

Text Example


Text Example

White with #C529EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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