Html Css Color HEX #C127FD Electric Purple

📋 copy color: '#C127FD'

red 193 ◦ green 39 ◦ blue 253

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

Shades of Electric Purple #C127FD

Tints of Electric Purple #C127FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 39.79%
G = 8.04%
B = 52.16%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C127FD (or 0xC127FD) is known color: Electric Purple. HEX triplet: C1, 27 and FD. RGB value is (193,39,253). Sum of RGB (Red+Green+Blue) = 193+39+253=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 39 (15.62% from 255 or 8.04% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #C127FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C127FD is #3ED802. Grayscale: #6C6C6C. Windows color (decimal): -4118531 or 16590785. OLE color: 16590785.

HSL color Cylindrical-coordinate representation of color #C127FD: hue angle of 283.18º degrees, saturation: 0.98, 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 #C127FD is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 39 253 -
CMYK 0.24 0.85 0 0.01
HSL 283.18º 0.98% 0.57% -
HSV(B) 283.18º 0.85% 0.99% -
XYZ 40.45 19.88 94.63 -
YUV 109.44 209.02 187.6 -
System Red Green Blue C M Y K H S L
Decimal 193 39 253 0.24 0.85 0 0.01 283.18 0.98 0.57
Hex C1 27 FD 18 55 0 1 11B 62 39
Octal 301 47 375 30 125 0 1 433 142 71
Binary 11000001 100111 11111101 11000 1010101 0 1 100011011 1100010 111001

Color Harmonies of #C127FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C127FD

Black with #C127FD

Text Example


Text Example

White with #C127FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C127FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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