Html Css Color HEX #C117FD Electric Purple

📋 copy color: '#C117FD'

red 193 ◦ green 23 ◦ blue 253

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

Shades of Electric Purple #C117FD

Tints of Electric Purple #C117FD

RGB

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

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

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

R = 41.15%
G = 4.9%
B = 53.94%

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

#C117FD (or 0xC117FD) is known color: Electric Purple. HEX triplet: C1, 17 and FD. RGB value is (193,23,253). Sum of RGB (Red+Green+Blue) = 193+23+253=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #C117FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C117FD is #3EE802. Grayscale: #636363. Windows color (decimal): -4122627 or 16586689. OLE color: 16586689.

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

Color convert

RGB 193 23 253 -
CMYK 0.24 0.91 0 0.01
HSL 284.35º 0.98% 0.54% -
HSV(B) 284.35º 0.91% 0.99% -
XYZ 40.03 19.04 94.49 -
YUV 100.05 214.32 194.3 -
System Red Green Blue C M Y K H S L
Decimal 193 23 253 0.24 0.91 0 0.01 284.35 0.98 0.54
Hex C1 17 FD 18 5B 0 1 11C 62 36
Octal 301 27 375 30 133 0 1 434 142 66
Binary 11000001 10111 11111101 11000 1011011 0 1 100011100 1100010 110110

Color Harmonies of #C117FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C117FD

Black with #C117FD

Text Example


Text Example

White with #C117FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C117FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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