Html Css Color HEX #C126FC Electric Purple

📋 copy color: '#C126FC'

red 193 ◦ green 38 ◦ blue 252

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

Shades of Electric Purple #C126FC

Tints of Electric Purple #C126FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 39.96%
G = 7.87%
B = 52.17%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C126FC (or 0xC126FC) is known color: Electric Purple. HEX triplet: C1, 26 and FC. RGB value is (193,38,252). Sum of RGB (Red+Green+Blue) = 193+38+252=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 38 (15.23% from 255 or 7.87% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #C126FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C126FC is #3ED903. Grayscale: #6C6C6C. Windows color (decimal): -4118788 or 16524993. OLE color: 16524993.

HSL color Cylindrical-coordinate representation of color #C126FC: hue angle of 283.46º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C126FC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 38 252 -
CMYK 0.23 0.85 0 0.01
HSL 283.46º 0.97% 0.57% -
HSV(B) 283.46º 0.85% 0.99% -
XYZ 40.26 19.75 93.79 -
YUV 108.74 208.85 188.1 -
System Red Green Blue C M Y K H S L
Decimal 193 38 252 0.23 0.85 0 0.01 283.46 0.97 0.57
Hex C1 26 FC 17 55 0 1 11B 61 39
Octal 301 46 374 27 125 0 1 433 141 71
Binary 11000001 100110 11111100 10111 1010101 0 1 100011011 1100001 111001

Color Harmonies of #C126FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C126FC

Black with #C126FC

Text Example


Text Example

White with #C126FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C126FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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