Html Css Color HEX #C127ED Electric Purple

📋 copy color: '#C127ED'

red 193 ◦ green 39 ◦ blue 237

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

Shades of Electric Purple #C127ED

Tints of Electric Purple #C127ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 41.15%
G = 8.32%
B = 50.53%

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

#C127ED (or 0xC127ED) is known color: Electric Purple. HEX triplet: C1, 27 and ED. RGB value is (193,39,237). Sum of RGB (Red+Green+Blue) = 193+39+237=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #C127ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C127ED is #3ED812. Grayscale: #6A6A6A. Windows color (decimal): -4118547 or 15542209. OLE color: 15542209.

HSL color Cylindrical-coordinate representation of color #C127ED: hue angle of 286.67º 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 #C127ED is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 39 237 -
CMYK 0.19 0.84 0 0.07
HSL 286.67º 0.85% 0.54% -
HSV(B) 286.67º 0.84% 0.93% -
XYZ 38 18.9 81.77 -
YUV 107.62 201.02 188.9 -
System Red Green Blue C M Y K H S L
Decimal 193 39 237 0.19 0.84 0 0.07 286.67 0.85 0.54
Hex C1 27 ED 13 54 0 7 11F 55 36
Octal 301 47 355 23 124 0 7 437 125 66
Binary 11000001 100111 11101101 10011 1010100 0 111 100011111 1010101 110110

Color Harmonies of #C127ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C127ED

Black with #C127ED

Text Example


Text Example

White with #C127ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C127ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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