Html Css Color HEX #C127EC Electric Purple

📋 copy color: '#C127EC'

red 193 ◦ green 39 ◦ blue 236

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

Shades of Electric Purple #C127EC

Tints of Electric Purple #C127EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 41.24%
G = 8.33%
B = 50.43%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C127EC (or 0xC127EC) is known color: Electric Purple. HEX triplet: C1, 27 and EC. RGB value is (193,39,236). Sum of RGB (Red+Green+Blue) = 193+39+236=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #C127EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C127EC is #3ED813. Grayscale: #6A6A6A. Windows color (decimal): -4118548 or 15476673. OLE color: 15476673.

HSL color Cylindrical-coordinate representation of color #C127EC: hue angle of 286.9º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C127EC is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 39 236 -
CMYK 0.18 0.83 0 0.07
HSL 286.9º 0.84% 0.54% -
HSV(B) 286.9º 0.83% 0.93% -
XYZ 37.86 18.84 81 -
YUV 107.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 193 39 236 0.18 0.83 0 0.07 286.9 0.84 0.54
Hex C1 27 EC 12 53 0 7 11F 54 36
Octal 301 47 354 22 123 0 7 437 124 66
Binary 11000001 100111 11101100 10010 1010011 0 111 100011111 1010100 110110

Color Harmonies of #C127EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C127EC

Black with #C127EC

Text Example


Text Example

White with #C127EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C127EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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