#C127FD

Color #C127FD Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C127FD

Tints of Electric Purple #C127FD

Color information

#C127FD (or 0xC127FD) is unknown color: approx 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

RGB19339253-
CMYK0.240.8500.01
HSL283.18º98.17%57.25%-
HSV(B)283.18º84.58%99.22%-
XYZ40.4519.8894.63-
YUV109.44209.02187.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 39 (15.62% 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 (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal193392530.240.8500.01283.1898.1757.25
HexC127FD18550111b6239
Octal30147375301250143314271
Binary1100000110011111111101110001010101011000110111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C127FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>