Html Css Color HEX #C126EF Electric Purple

📋 copy color: '#C126EF'

red 193 ◦ green 38 ◦ blue 239

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

Shades of Electric Purple #C126EF

Tints of Electric Purple #C126EF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.09%

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 41.06%
G = 8.09%
B = 50.85%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C126EF (or 0xC126EF) is known color: Electric Purple. HEX triplet: C1, 26 and EF. RGB value is (193,38,239). Sum of RGB (Red+Green+Blue) = 193+38+239=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #C126EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C126EF is #3ED910. Grayscale: #6A6A6A. Windows color (decimal): -4118801 or 15673025. OLE color: 15673025.

HSL color Cylindrical-coordinate representation of color #C126EF: hue angle of 286.27º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C126EF is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 38 239 -
CMYK 0.19 0.84 0 0.06
HSL 286.27º 0.86% 0.54% -
HSV(B) 286.27º 0.84% 0.94% -
XYZ 38.27 18.96 83.3 -
YUV 107.26 202.35 189.16 -
System Red Green Blue C M Y K H S L
Decimal 193 38 239 0.19 0.84 0 0.06 286.27 0.86 0.54
Hex C1 26 EF 13 54 0 6 11E 56 36
Octal 301 46 357 23 124 0 6 436 126 66
Binary 11000001 100110 11101111 10011 1010100 0 110 100011110 1010110 110110

Color Harmonies of #C126EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C126EF

Black with #C126EF

Text Example


Text Example

White with #C126EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C126EF; }

 p { color: rgb(193,38,239); }

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

background-color css

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

 a { background-color: rgb(193,38,239); }

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

border-color css

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

 span { border-color: rgb(193,38,239); }

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