#C714EA

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

Shades of Electric Purple #C714EA

Tints of Electric Purple #C714EA

Color information

#C714EA (or 0xC714EA) is unknown color: approx Electric Purple. HEX triplet: C7, 14 and EA. RGB value is (199,20,234). Sum of RGB (Red+Green+Blue) = 199+20+234=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #C714EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C714EA is #38EB15. Grayscale: #616161. Windows color (decimal): -3730198 or 15340743. OLE color: 15340743.

HSL color Cylindrical-coordinate representation of color #C714EA: hue angle of 290.19º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C714EA is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19920234-
CMYK0.150.9100.08
HSL290.19º84.25%49.8%-
HSV(B)290.19º91.45%91.76%-
XYZ38.6518.5879.39-
YUV97.92204.8200.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 20 (8.20% from 255) = 4.42%
BLUE value IS 234 (91.80% from 255) = 51.66%
R=43.93%
G=4.42%
B=51.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199202340.150.9100.08290.1984.2549.8
HexC714EAF5B081225432
Octal307243521713301044212462
Binary11000111101001110101011111011011010001001000101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C714EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C714EA; }

 p { color: rgb(199,20,234); }

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

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

 a { background-color: rgb(199,20,234); }

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

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

 span { border-color: rgb(199,20,234); }

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