Html Css Color HEX #C116FE Electric Purple

📋 copy color: '#C116FE'

red 193 ◦ green 22 ◦ blue 254

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

Shades of Electric Purple #C116FE

Tints of Electric Purple #C116FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.16%

R = 41.15%
G = 4.69%
B = 54.16%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C116FE (or 0xC116FE) is known color: Electric Purple. HEX triplet: C1, 16 and FE. RGB value is (193,22,254). Sum of RGB (Red+Green+Blue) = 193+22+254=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #C116FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C116FE is #3EE901. Grayscale: #626262. Windows color (decimal): -4122882 or 16651969. OLE color: 16651969.

HSL color Cylindrical-coordinate representation of color #C116FE: hue angle of 284.22º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C116FE is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 22 254 -
CMYK 0.24 0.91 0 0.00
HSL 284.22º 0.99% 0.54% -
HSV(B) 284.22º 0.91% 1% -
XYZ 40.17 19.07 95.33 -
YUV 99.58 215.15 194.64 -
System Red Green Blue C M Y K H S L
Decimal 193 22 254 0.24 0.91 0 0.00 284.22 0.99 0.54
Hex C1 16 FE 18 5B 0 0 11C 63 36
Octal 301 26 376 30 133 0 0 434 143 66
Binary 11000001 10110 11111110 11000 1011011 0 0 100011100 1100011 110110

Color Harmonies of #C116FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C116FE

Black with #C116FE

Text Example


Text Example

White with #C116FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C116FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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