Html Css Color HEX #C511EC Electric Purple

📋 copy color: '#C511EC'

red 197 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #C511EC

Tints of Electric Purple #C511EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.78%

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

R = 43.78%
G = 3.78%
B = 52.44%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C511EC (or 0xC511EC) is known color: Electric Purple. HEX triplet: C5, 11 and EC. RGB value is (197,17,236). Sum of RGB (Red+Green+Blue) = 197+17+236=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #C511EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C511EC is #3AEE13. Grayscale: #5F5F5F. Windows color (decimal): -3862036 or 15471045. OLE color: 15471045.

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

Color convert

RGB 197 17 236 -
CMYK 0.17 0.93 0 0.07
HSL 289.32º 0.87% 0.5% -
HSV(B) 289.32º 0.93% 0.93% -
XYZ 38.37 18.33 80.87 -
YUV 95.79 207.13 200.19 -
System Red Green Blue C M Y K H S L
Decimal 197 17 236 0.17 0.93 0 0.07 289.32 0.87 0.5
Hex C5 11 EC 11 5D 0 7 121 57 32
Octal 305 21 354 21 135 0 7 441 127 62
Binary 11000101 10001 11101100 10001 1011101 0 111 100100001 1010111 110010

Color Harmonies of #C511EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511EC

Black with #C511EC

Text Example


Text Example

White with #C511EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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