Html Css Color HEX #C118EF Electric Purple

📋 copy color: '#C118EF'

red 193 ◦ green 24 ◦ blue 239

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

Shades of Electric Purple #C118EF

Tints of Electric Purple #C118EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 42.32%
G = 5.26%
B = 52.41%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C118EF (or 0xC118EF) is known color: Electric Purple. HEX triplet: C1, 18 and EF. RGB value is (193,24,239). Sum of RGB (Red+Green+Blue) = 193+24+239=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #C118EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C118EF is #3EE710. Grayscale: #626262. Windows color (decimal): -4122385 or 15669441. OLE color: 15669441.

HSL color Cylindrical-coordinate representation of color #C118EF: hue angle of 287.16º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C118EF is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 24 239 -
CMYK 0.19 0.90 0 0.06
HSL 287.16º 0.87% 0.52% -
HSV(B) 287.16º 0.9% 0.94% -
XYZ 37.9 18.22 83.18 -
YUV 99.04 206.99 195.02 -
System Red Green Blue C M Y K H S L
Decimal 193 24 239 0.19 0.90 0 0.06 287.16 0.87 0.52
Hex C1 18 EF 13 5A 0 6 11F 57 34
Octal 301 30 357 23 132 0 6 437 127 64
Binary 11000001 11000 11101111 10011 1011010 0 110 100011111 1010111 110100

Color Harmonies of #C118EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C118EF

Black with #C118EF

Text Example


Text Example

White with #C118EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C118EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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