#C027ED

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

Shades of Electric Purple #C027ED

Tints of Electric Purple #C027ED

Color information

#C027ED (or 0xC027ED) is unknown color: approx Electric Purple. HEX triplet: C0, 27 and ED. RGB value is (192,39,237). Sum of RGB (Red+Green+Blue) = 192+39+237=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #C027ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C027ED is #3FD812. Grayscale: #6A6A6A. Windows color (decimal): -4184083 or 15542208. OLE color: 15542208.

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

Color convert

RGB19239237-
CMYK0.190.8400.07
HSL286.36º84.62%54.12%-
HSV(B)286.36º83.54%92.94%-
XYZ37.7518.7781.75-
YUV107.32201.19188.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.03%
GREEN value IS 39 (15.62% from 255) = 8.33%
BLUE value IS 237 (92.97% from 255) = 50.64%
R=41.03%
G=8.33%
B=50.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal192392370.190.8400.07286.3684.6254.12
HexC027ED13540711e5536
Octal30047355231240743612566
Binary110000001001111110110110011101010001111000111101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C027ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C027ED; }

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

 H1.HeaderClassName
 {
   color: #C027ED;
 }
 .AnyTagClassName
 {
   color: #C027ED;
 }
</style>
background-color css

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

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

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

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

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

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