Html Css Color HEX #C113FD Electric Purple

📋 copy color: '#C113FD'

red 193 ◦ green 19 ◦ blue 253

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

Shades of Electric Purple #C113FD

Tints of Electric Purple #C113FD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

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

R = 41.51%
G = 4.09%
B = 54.41%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C113FD (or 0xC113FD) is known color: Electric Purple. HEX triplet: C1, 13 and FD. RGB value is (193,19,253). Sum of RGB (Red+Green+Blue) = 193+19+253=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #C113FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C113FD is #3EEC02. Grayscale: #606060. Windows color (decimal): -4123651 or 16585665. OLE color: 16585665.

HSL color Cylindrical-coordinate representation of color #C113FD: hue angle of 284.62º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C113FD is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 19 253 -
CMYK 0.24 0.92 0 0.01
HSL 284.62º 0.98% 0.53% -
HSV(B) 284.62º 0.92% 0.99% -
XYZ 39.95 18.9 94.47 -
YUV 97.7 215.65 195.97 -
System Red Green Blue C M Y K H S L
Decimal 193 19 253 0.24 0.92 0 0.01 284.62 0.98 0.53
Hex C1 13 FD 18 5C 0 1 11D 62 35
Octal 301 23 375 30 134 0 1 435 142 65
Binary 11000001 10011 11111101 11000 1011100 0 1 100011101 1100010 110101

Color Harmonies of #C113FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C113FD

Black with #C113FD

Text Example


Text Example

White with #C113FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C113FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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