Html Css Color HEX #C126FF Electric Purple

📋 copy color: '#C126FF'

red 193 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #C126FF

Tints of Electric Purple #C126FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.47%

R = 39.71%
G = 7.82%
B = 52.47%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C126FF (or 0xC126FF) is known color: Electric Purple. HEX triplet: C1, 26 and FF. RGB value is (193,38,255). Sum of RGB (Red+Green+Blue) = 193+38+255=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 38 (15.23% from 255 or 7.82% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #C126FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C126FF is #3ED900. Grayscale: #6C6C6C. Windows color (decimal): -4118785 or 16721601. OLE color: 16721601.

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

Color convert

RGB 193 38 255 -
CMYK 0.24 0.85 0 0
HSL 282.86º 1% 0.57% -
HSV(B) 282.86º 0.85% 1% -
XYZ 40.74 19.94 96.31 -
YUV 109.08 210.35 187.86 -
System Red Green Blue C M Y K H S L
Decimal 193 38 255 0.24 0.85 0 0 282.86 1 0.57
Hex C1 26 FF 18 55 0 0 11B 64 39
Octal 301 46 377 30 125 0 0 433 144 71
Binary 11000001 100110 11111111 11000 1010101 0 0 100011011 1100100 111001

Color Harmonies of #C126FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C126FF

Black with #C126FF

Text Example


Text Example

White with #C126FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C126FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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