Html Css Color HEX #C118FE Electric Purple

📋 copy color: '#C118FE'

red 193 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #C118FE

Tints of Electric Purple #C118FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.1%

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

R = 40.98%
G = 5.1%
B = 53.93%

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

#C118FE (or 0xC118FE) is known color: Electric Purple. HEX triplet: C1, 18 and FE. RGB value is (193,24,254). Sum of RGB (Red+Green+Blue) = 193+24+254=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 24 (9.77% from 255 or 5.10% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #C118FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C118FE is #3EE701. Grayscale: #646464. Windows color (decimal): -4122370 or 16652481. OLE color: 16652481.

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

Color convert

RGB 193 24 254 -
CMYK 0.24 0.91 0 0.00
HSL 284.09º 0.99% 0.55% -
HSV(B) 284.09º 0.91% 1% -
XYZ 40.21 19.15 95.34 -
YUV 100.75 214.49 193.8 -
System Red Green Blue C M Y K H S L
Decimal 193 24 254 0.24 0.91 0 0.00 284.09 0.99 0.55
Hex C1 18 FE 18 5B 0 0 11C 63 37
Octal 301 30 376 30 133 0 0 434 143 67
Binary 11000001 11000 11111110 11000 1011011 0 0 100011100 1100011 110111

Color Harmonies of #C118FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C118FE

Black with #C118FE

Text Example


Text Example

White with #C118FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C118FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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