#C517EF

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

Shades of Electric Purple #C517EF

Tints of Electric Purple #C517EF

Color information

#C517EF (or 0xC517EF) is unknown color: approx Electric Purple. HEX triplet: C5, 17 and EF. RGB value is (197,23,239). Sum of RGB (Red+Green+Blue) = 197+23+239=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #C517EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C517EF is #3AE810. Grayscale: #626262. Windows color (decimal): -3860497 or 15669189. OLE color: 15669189.

HSL color Cylindrical-coordinate representation of color #C517EF: hue angle of 288.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C517EF is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19723239-
CMYK0.180.9000.06
HSL288.33º87.1%51.37%-
HSV(B)288.33º90.38%93.73%-
XYZ38.9118.7283.22-
YUV99.65206.65197.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 23 (9.38% from 255) = 5.01%
BLUE value IS 239 (93.75% from 255) = 52.07%
R=42.92%
G=5.01%
B=52.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal197232390.180.9000.06288.3387.151.37
HexC517EF125A061205733
Octal30527357221320644012763
Binary11000101101111110111110010101101001101001000001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C517EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C517EF; }

 p { color: rgb(197,23,239); }

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

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

 a { background-color: rgb(197,23,239); }

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

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

 span { border-color: rgb(197,23,239); }

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