Html Css Color HEX #C116FB Electric Purple

📋 copy color: '#C116FB'

red 193 ◦ green 22 ◦ blue 251

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

Shades of Electric Purple #C116FB

Tints of Electric Purple #C116FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 41.42%
G = 4.72%
B = 53.86%

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

#C116FB (or 0xC116FB) is known color: Electric Purple. HEX triplet: C1, 16 and FB. RGB value is (193,22,251). Sum of RGB (Red+Green+Blue) = 193+22+251=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #C116FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C116FB is #3EE904. Grayscale: #626262. Windows color (decimal): -4122885 or 16455361. OLE color: 16455361.

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

Color convert

RGB 193 22 251 -
CMYK 0.23 0.91 0 0.02
HSL 284.8º 0.97% 0.54% -
HSV(B) 284.8º 0.91% 0.98% -
XYZ 39.69 18.88 92.82 -
YUV 99.24 213.65 194.88 -
System Red Green Blue C M Y K H S L
Decimal 193 22 251 0.23 0.91 0 0.02 284.8 0.97 0.54
Hex C1 16 FB 17 5B 0 2 11D 61 36
Octal 301 26 373 27 133 0 2 435 141 66
Binary 11000001 10110 11111011 10111 1011011 0 10 100011101 1100001 110110

Color Harmonies of #C116FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C116FB

Black with #C116FB

Text Example


Text Example

White with #C116FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C116FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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