Html Css Color HEX #C118EB Electric Purple

📋 copy color: '#C118EB'

red 193 ◦ green 24 ◦ blue 235

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

Shades of Electric Purple #C118EB

Tints of Electric Purple #C118EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.99%

R = 42.7%
G = 5.31%
B = 51.99%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C118EB (or 0xC118EB) is known color: Electric Purple. HEX triplet: C1, 18 and EB. RGB value is (193,24,235). Sum of RGB (Red+Green+Blue) = 193+24+235=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #C118EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C118EB is #3EE714. Grayscale: #616161. Windows color (decimal): -4122389 or 15407297. OLE color: 15407297.

HSL color Cylindrical-coordinate representation of color #C118EB: hue angle of 288.06º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C118EB is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 24 235 -
CMYK 0.18 0.90 0 0.08
HSL 288.06º 0.84% 0.51% -
HSV(B) 288.06º 0.9% 0.92% -
XYZ 37.31 17.99 80.1 -
YUV 98.59 204.99 195.34 -
System Red Green Blue C M Y K H S L
Decimal 193 24 235 0.18 0.90 0 0.08 288.06 0.84 0.51
Hex C1 18 EB 12 5A 0 8 120 54 33
Octal 301 30 353 22 132 0 10 440 124 63
Binary 11000001 11000 11101011 10010 1011010 0 1000 100100000 1010100 110011

Color Harmonies of #C118EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C118EB

Black with #C118EB

Text Example


Text Example

White with #C118EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C118EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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