Html Css Color HEX #C118FD Electric Purple

📋 copy color: '#C118FD'

red 193 ◦ green 24 ◦ blue 253

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

Shades of Electric Purple #C118FD

Tints of Electric Purple #C118FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.83%

R = 41.06%
G = 5.11%
B = 53.83%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C118FD (or 0xC118FD) is known color: Electric Purple. HEX triplet: C1, 18 and FD. RGB value is (193,24,253). Sum of RGB (Red+Green+Blue) = 193+24+253=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #C118FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C118FD is #3EE702. Grayscale: #636363. Windows color (decimal): -4122371 or 16586945. OLE color: 16586945.

HSL color Cylindrical-coordinate representation of color #C118FD: hue angle of 284.28º degrees, saturation: 0.98, 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 #C118FD is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 24 253 -
CMYK 0.24 0.91 0 0.01
HSL 284.28º 0.98% 0.54% -
HSV(B) 284.28º 0.91% 0.99% -
XYZ 40.05 19.08 94.5 -
YUV 100.64 213.99 193.88 -
System Red Green Blue C M Y K H S L
Decimal 193 24 253 0.24 0.91 0 0.01 284.28 0.98 0.54
Hex C1 18 FD 18 5B 0 1 11C 62 36
Octal 301 30 375 30 133 0 1 434 142 66
Binary 11000001 11000 11111101 11000 1011011 0 1 100011100 1100010 110110

Color Harmonies of #C118FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C118FD

Black with #C118FD

Text Example


Text Example

White with #C118FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C118FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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