Html Css Color HEX #C116FA Electric Purple

📋 copy color: '#C116FA'

red 193 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #C116FA

Tints of Electric Purple #C116FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 41.51%
G = 4.73%
B = 53.76%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C116FA (or 0xC116FA) is known color: Electric Purple. HEX triplet: C1, 16 and FA. RGB value is (193,22,250). Sum of RGB (Red+Green+Blue) = 193+22+250=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #C116FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C116FA is #3EE905. Grayscale: #626262. Windows color (decimal): -4122886 or 16389825. OLE color: 16389825.

HSL color Cylindrical-coordinate representation of color #C116FA: hue angle of 285º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C116FA is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 22 250 -
CMYK 0.23 0.91 0 0.02
HSL 285º 0.96% 0.53% -
HSV(B) 285º 0.91% 0.98% -
XYZ 39.53 18.81 91.99 -
YUV 99.12 213.15 194.96 -
System Red Green Blue C M Y K H S L
Decimal 193 22 250 0.23 0.91 0 0.02 285 0.96 0.53
Hex C1 16 FA 17 5B 0 2 11D 60 35
Octal 301 26 372 27 133 0 2 435 140 65
Binary 11000001 10110 11111010 10111 1011011 0 10 100011101 1100000 110101

Color Harmonies of #C116FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C116FA

Black with #C116FA

Text Example


Text Example

White with #C116FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C116FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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