Html Css Color HEX #C128FF Electric Purple

📋 copy color: '#C128FF'

red 193 ◦ green 40 ◦ blue 255

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

Shades of Electric Purple #C128FF

Tints of Electric Purple #C128FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.2%

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

R = 39.55%
G = 8.2%
B = 52.25%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C128FF (or 0xC128FF) is known color: Electric Purple. HEX triplet: C1, 28 and FF. RGB value is (193,40,255). Sum of RGB (Red+Green+Blue) = 193+40+255=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #C128FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C128FF is #3ED700. Grayscale: #6D6D6D. Windows color (decimal): -4118273 or 16722113. OLE color: 16722113.

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

Color convert

RGB 193 40 255 -
CMYK 0.24 0.84 0 0
HSL 282.7º 1% 0.58% -
HSV(B) 282.7º 0.84% 1% -
XYZ 40.8 20.08 96.33 -
YUV 110.26 209.69 187.02 -
System Red Green Blue C M Y K H S L
Decimal 193 40 255 0.24 0.84 0 0 282.7 1 0.58
Hex C1 28 FF 18 54 0 0 11B 64 3A
Octal 301 50 377 30 124 0 0 433 144 72
Binary 11000001 101000 11111111 11000 1010100 0 0 100011011 1100100 111010

Color Harmonies of #C128FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128FF

Black with #C128FF

Text Example


Text Example

White with #C128FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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