Html Css Color HEX #C116EB Electric Purple

📋 copy color: '#C116EB'

red 193 ◦ green 22 ◦ blue 235

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

Shades of Electric Purple #C116EB

Tints of Electric Purple #C116EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 42.89%
G = 4.89%
B = 52.22%

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

#C116EB (or 0xC116EB) is known color: Electric Purple. HEX triplet: C1, 16 and EB. RGB value is (193,22,235). Sum of RGB (Red+Green+Blue) = 193+22+235=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #C116EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C116EB is #3EE914. Grayscale: #606060. Windows color (decimal): -4122901 or 15406785. OLE color: 15406785.

HSL color Cylindrical-coordinate representation of color #C116EB: hue angle of 288.17º degrees, saturation: 0.84, 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 #C116EB is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 22 235 -
CMYK 0.18 0.91 0 0.08
HSL 288.17º 0.84% 0.5% -
HSV(B) 288.17º 0.91% 0.92% -
XYZ 37.27 17.91 80.09 -
YUV 97.41 205.65 196.18 -
System Red Green Blue C M Y K H S L
Decimal 193 22 235 0.18 0.91 0 0.08 288.17 0.84 0.5
Hex C1 16 EB 12 5B 0 8 120 54 32
Octal 301 26 353 22 133 0 10 440 124 62
Binary 11000001 10110 11101011 10010 1011011 0 1000 100100000 1010100 110010

Color Harmonies of #C116EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C116EB

Black with #C116EB

Text Example


Text Example

White with #C116EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C116EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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