Html Css Color HEX #C117EA Electric Purple

📋 copy color: '#C117EA'

red 193 ◦ green 23 ◦ blue 234

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

Shades of Electric Purple #C117EA

Tints of Electric Purple #C117EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52%

R = 42.89%
G = 5.11%
B = 52%

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

#C117EA (or 0xC117EA) is known color: Electric Purple. HEX triplet: C1, 17 and EA. RGB value is (193,23,234). Sum of RGB (Red+Green+Blue) = 193+23+234=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #C117EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C117EA is #3EE815. Grayscale: #616161. Windows color (decimal): -4122646 or 15341505. OLE color: 15341505.

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

Color convert

RGB 193 23 234 -
CMYK 0.18 0.90 0 0.08
HSL 288.34º 0.83% 0.5% -
HSV(B) 288.34º 0.9% 0.92% -
XYZ 37.15 17.89 79.34 -
YUV 97.88 204.82 195.84 -
System Red Green Blue C M Y K H S L
Decimal 193 23 234 0.18 0.90 0 0.08 288.34 0.83 0.5
Hex C1 17 EA 12 5A 0 8 120 53 32
Octal 301 27 352 22 132 0 10 440 123 62
Binary 11000001 10111 11101010 10010 1011010 0 1000 100100000 1010011 110010

Color Harmonies of #C117EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C117EA

Black with #C117EA

Text Example


Text Example

White with #C117EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C117EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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