Html Css Color HEX #C127FA Electric Purple

📋 copy color: '#C127FA'

red 193 ◦ green 39 ◦ blue 250

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

Shades of Electric Purple #C127FA

Tints of Electric Purple #C127FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.09%

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

R = 40.04%
G = 8.09%
B = 51.87%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C127FA (or 0xC127FA) is known color: Electric Purple. HEX triplet: C1, 27 and FA. RGB value is (193,39,250). Sum of RGB (Red+Green+Blue) = 193+39+250=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #C127FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C127FA is #3ED805. Grayscale: #6C6C6C. Windows color (decimal): -4118534 or 16394177. OLE color: 16394177.

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

Color convert

RGB 193 39 250 -
CMYK 0.23 0.84 0 0.02
HSL 283.79º 0.95% 0.57% -
HSV(B) 283.79º 0.84% 0.98% -
XYZ 39.97 19.69 92.14 -
YUV 109.1 207.52 187.84 -
System Red Green Blue C M Y K H S L
Decimal 193 39 250 0.23 0.84 0 0.02 283.79 0.95 0.57
Hex C1 27 FA 17 54 0 2 11C 5F 39
Octal 301 47 372 27 124 0 2 434 137 71
Binary 11000001 100111 11111010 10111 1010100 0 10 100011100 1011111 111001

Color Harmonies of #C127FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C127FA

Black with #C127FA

Text Example


Text Example

White with #C127FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C127FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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