Html Css Color HEX #C127EE Electric Purple

📋 copy color: '#C127EE'

red 193 ◦ green 39 ◦ blue 238

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

Shades of Electric Purple #C127EE

Tints of Electric Purple #C127EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 41.06%
G = 8.3%
B = 50.64%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C127EE (or 0xC127EE) is known color: Electric Purple. HEX triplet: C1, 27 and EE. RGB value is (193,39,238). Sum of RGB (Red+Green+Blue) = 193+39+238=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #C127EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C127EE is #3ED811. Grayscale: #6B6B6B. Windows color (decimal): -4118546 or 15607745. OLE color: 15607745.

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

Color convert

RGB 193 39 238 -
CMYK 0.19 0.84 0 0.07
HSL 286.43º 0.85% 0.54% -
HSV(B) 286.43º 0.84% 0.93% -
XYZ 38.15 18.96 82.54 -
YUV 107.73 201.52 188.82 -
System Red Green Blue C M Y K H S L
Decimal 193 39 238 0.19 0.84 0 0.07 286.43 0.85 0.54
Hex C1 27 EE 13 54 0 7 11E 55 36
Octal 301 47 356 23 124 0 7 436 125 66
Binary 11000001 100111 11101110 10011 1010100 0 111 100011110 1010101 110110

Color Harmonies of #C127EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C127EE

Black with #C127EE

Text Example


Text Example

White with #C127EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C127EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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