Html Css Color HEX #C116EE Electric Purple

📋 copy color: '#C116EE'

red 193 ◦ green 22 ◦ blue 238

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

Shades of Electric Purple #C116EE

Tints of Electric Purple #C116EE

RGB

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

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

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

R = 42.6%
G = 4.86%
B = 52.54%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C116EE (or 0xC116EE) is known color: Electric Purple. HEX triplet: C1, 16 and EE. RGB value is (193,22,238). Sum of RGB (Red+Green+Blue) = 193+22+238=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #C116EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C116EE is #3EE911. Grayscale: #616161. Windows color (decimal): -4122898 or 15603393. OLE color: 15603393.

HSL color Cylindrical-coordinate representation of color #C116EE: hue angle of 287.5º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C116EE is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 22 238 -
CMYK 0.19 0.91 0 0.07
HSL 287.5º 0.86% 0.51% -
HSV(B) 287.5º 0.91% 0.93% -
XYZ 37.71 18.08 82.39 -
YUV 97.75 207.15 195.94 -
System Red Green Blue C M Y K H S L
Decimal 193 22 238 0.19 0.91 0 0.07 287.5 0.86 0.51
Hex C1 16 EE 13 5B 0 7 120 56 33
Octal 301 26 356 23 133 0 7 440 126 63
Binary 11000001 10110 11101110 10011 1011011 0 111 100100000 1010110 110011

Color Harmonies of #C116EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C116EE

Black with #C116EE

Text Example


Text Example

White with #C116EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C116EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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