Html Css Color HEX #C523ED Electric Purple

📋 copy color: '#C523ED'

red 197 ◦ green 35 ◦ blue 237

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

Shades of Electric Purple #C523ED

Tints of Electric Purple #C523ED

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.46%

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 42%
G = 7.46%
B = 50.53%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C523ED (or 0xC523ED) is known color: Electric Purple. HEX triplet: C5, 23 and ED. RGB value is (197,35,237). Sum of RGB (Red+Green+Blue) = 197+35+237=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #C523ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C523ED is #3ADC12. Grayscale: #696969. Windows color (decimal): -3857427 or 15541189. OLE color: 15541189.

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

Color convert

RGB 197 35 237 -
CMYK 0.17 0.85 0 0.07
HSL 288.12º 0.85% 0.53% -
HSV(B) 288.12º 0.85% 0.93% -
XYZ 38.91 19.19 81.77 -
YUV 106.47 201.67 192.57 -
System Red Green Blue C M Y K H S L
Decimal 197 35 237 0.17 0.85 0 0.07 288.12 0.85 0.53
Hex C5 23 ED 11 55 0 7 120 55 35
Octal 305 43 355 21 125 0 7 440 125 65
Binary 11000101 100011 11101101 10001 1010101 0 111 100100000 1010101 110101

Color Harmonies of #C523ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523ED

Black with #C523ED

Text Example


Text Example

White with #C523ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523ED; }

 p { color: rgb(197,35,237); }

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

background-color css

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

 a { background-color: rgb(197,35,237); }

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

border-color css

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

 span { border-color: rgb(197,35,237); }

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