#C517EE

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

Shades of Electric Purple #C517EE

Tints of Electric Purple #C517EE

Color information

#C517EE (or 0xC517EE) is unknown color: approx Electric Purple. HEX triplet: C5, 17 and EE. RGB value is (197,23,238). Sum of RGB (Red+Green+Blue) = 197+23+238=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #C517EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C517EE is #3AE811. Grayscale: #626262. Windows color (decimal): -3860498 or 15603653. OLE color: 15603653.

HSL color Cylindrical-coordinate representation of color #C517EE: hue angle of 288.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C517EE is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19723238-
CMYK0.170.9000.07
HSL288.56º86.35%51.18%-
HSV(B)288.56º90.34%93.33%-
XYZ38.7618.6682.45-
YUV99.54206.15197.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.01%
GREEN value IS 23 (9.38% from 255) = 5.02%
BLUE value IS 238 (93.36% from 255) = 51.97%
R=43.01%
G=5.02%
B=51.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal197232380.170.9000.07288.5686.3551.18
HexC517EE115A071215633
Octal30527356211320744112663
Binary11000101101111110111010001101101001111001000011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C517EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C517EE; }

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

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

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

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

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

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

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

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