Html Css Color HEX #C115FA Electric Purple

📋 copy color: '#C115FA'

red 193 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #C115FA

Tints of Electric Purple #C115FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.53%

 BLUE value IS 250 (98.05% from 255) = 53.88%

R = 41.59%
G = 4.53%
B = 53.88%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C115FA (or 0xC115FA) is known color: Electric Purple. HEX triplet: C1, 15 and FA. RGB value is (193,21,250). Sum of RGB (Red+Green+Blue) = 193+21+250=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #C115FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C115FA is #3EEA05. Grayscale: #616161. Windows color (decimal): -4123142 or 16389569. OLE color: 16389569.

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

Color convert

RGB 193 21 250 -
CMYK 0.23 0.92 0 0.02
HSL 285.07º 0.96% 0.53% -
HSV(B) 285.07º 0.92% 0.98% -
XYZ 39.52 18.78 91.98 -
YUV 98.53 213.48 195.38 -
System Red Green Blue C M Y K H S L
Decimal 193 21 250 0.23 0.92 0 0.02 285.07 0.96 0.53
Hex C1 15 FA 17 5C 0 2 11D 60 35
Octal 301 25 372 27 134 0 2 435 140 65
Binary 11000001 10101 11111010 10111 1011100 0 10 100011101 1100000 110101

Color Harmonies of #C115FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C115FA

Black with #C115FA

Text Example


Text Example

White with #C115FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C115FA; }

 p { color: rgb(193,21,250); }

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

background-color css

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

 a { background-color: rgb(193,21,250); }

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

border-color css

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

 span { border-color: rgb(193,21,250); }

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