Html Css Color HEX #C117FC Electric Purple

📋 copy color: '#C117FC'

red 193 ◦ green 23 ◦ blue 252

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

Shades of Electric Purple #C117FC

Tints of Electric Purple #C117FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.91%

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 41.24%
G = 4.91%
B = 53.85%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C117FC (or 0xC117FC) is known color: Electric Purple. HEX triplet: C1, 17 and FC. RGB value is (193,23,252). Sum of RGB (Red+Green+Blue) = 193+23+252=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #C117FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C117FC is #3EE803. Grayscale: #636363. Windows color (decimal): -4122628 or 16521153. OLE color: 16521153.

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

Color convert

RGB 193 23 252 -
CMYK 0.23 0.91 0 0.01
HSL 284.54º 0.97% 0.54% -
HSV(B) 284.54º 0.91% 0.99% -
XYZ 39.87 18.98 93.66 -
YUV 99.94 213.82 194.38 -
System Red Green Blue C M Y K H S L
Decimal 193 23 252 0.23 0.91 0 0.01 284.54 0.97 0.54
Hex C1 17 FC 17 5B 0 1 11D 61 36
Octal 301 27 374 27 133 0 1 435 141 66
Binary 11000001 10111 11111100 10111 1011011 0 1 100011101 1100001 110110

Color Harmonies of #C117FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C117FC

Black with #C117FC

Text Example


Text Example

White with #C117FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C117FC; }

 p { color: rgb(193,23,252); }

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

background-color css

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

 a { background-color: rgb(193,23,252); }

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

border-color css

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

 span { border-color: rgb(193,23,252); }

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