Html Css Color HEX #C511EE Electric Purple

📋 copy color: '#C511EE'

red 197 ◦ green 17 ◦ blue 238

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

Shades of Electric Purple #C511EE

Tints of Electric Purple #C511EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.65%

R = 43.58%
G = 3.76%
B = 52.65%

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

#C511EE (or 0xC511EE) is known color: Electric Purple. HEX triplet: C5, 11 and EE. RGB value is (197,17,238). Sum of RGB (Red+Green+Blue) = 197+17+238=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 17 (7.03% from 255 or 3.76% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #C511EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C511EE is #3AEE11. Grayscale: #5F5F5F. Windows color (decimal): -3862034 or 15602117. OLE color: 15602117.

HSL color Cylindrical-coordinate representation of color #C511EE: hue angle of 288.87º 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 #C511EE is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 17 238 -
CMYK 0.17 0.93 0 0.07
HSL 288.87º 0.87% 0.5% -
HSV(B) 288.87º 0.93% 0.93% -
XYZ 38.66 18.44 82.41 -
YUV 96.01 208.13 200.03 -
System Red Green Blue C M Y K H S L
Decimal 197 17 238 0.17 0.93 0 0.07 288.87 0.87 0.5
Hex C5 11 EE 11 5D 0 7 121 57 32
Octal 305 21 356 21 135 0 7 441 127 62
Binary 11000101 10001 11101110 10001 1011101 0 111 100100001 1010111 110010

Color Harmonies of #C511EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511EE

Black with #C511EE

Text Example


Text Example

White with #C511EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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