Html Css Color HEX #C116EA Electric Purple

📋 copy color: '#C116EA'

red 193 ◦ green 22 ◦ blue 234

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

Shades of Electric Purple #C116EA

Tints of Electric Purple #C116EA

RGB

 RED value IS 193 (75.78% from 255) = 42.98%

 GREEN value IS 22 (8.98% from 255) = 4.9%

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 42.98%
G = 4.9%
B = 52.12%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C116EA (or 0xC116EA) is known color: Electric Purple. HEX triplet: C1, 16 and EA. RGB value is (193,22,234). Sum of RGB (Red+Green+Blue) = 193+22+234=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #C116EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C116EA is #3EE915. Grayscale: #606060. Windows color (decimal): -4122902 or 15341249. OLE color: 15341249.

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

Color convert

RGB 193 22 234 -
CMYK 0.18 0.91 0 0.08
HSL 288.4º 0.83% 0.5% -
HSV(B) 288.4º 0.91% 0.92% -
XYZ 37.13 17.85 79.33 -
YUV 97.3 205.15 196.26 -
System Red Green Blue C M Y K H S L
Decimal 193 22 234 0.18 0.91 0 0.08 288.4 0.83 0.5
Hex C1 16 EA 12 5B 0 8 120 53 32
Octal 301 26 352 22 133 0 10 440 123 62
Binary 11000001 10110 11101010 10010 1011011 0 1000 100100000 1010011 110010

Color Harmonies of #C116EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C116EA

Black with #C116EA

Text Example


Text Example

White with #C116EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C116EA; }

 p { color: rgb(193,22,234); }

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

background-color css

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

 a { background-color: rgb(193,22,234); }

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

border-color css

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

 span { border-color: rgb(193,22,234); }

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