#C517F1

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

Shades of Electric Purple #C517F1

Tints of Electric Purple #C517F1

Color information

#C517F1 (or 0xC517F1) is unknown color: approx Electric Purple. HEX triplet: C5, 17 and F1. RGB value is (197,23,241). Sum of RGB (Red+Green+Blue) = 197+23+241=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #C517F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C517F1 is #3AE80E. Grayscale: #636363. Windows color (decimal): -3860495 or 15800261. OLE color: 15800261.

HSL color Cylindrical-coordinate representation of color #C517F1: hue angle of 287.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C517F1 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19723241-
CMYK0.180.9000.05
HSL287.89º88.62%51.76%-
HSV(B)287.89º90.46%94.51%-
XYZ39.2118.8384.79-
YUV99.88207.65197.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 23 (9.38% from 255) = 4.99%
BLUE value IS 241 (94.53% from 255) = 52.28%
R=42.73%
G=4.99%
B=52.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197232410.180.9000.05287.8988.6251.76
HexC517F1125A051205934
Octal30527361221320544013164
Binary11000101101111111000110010101101001011001000001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C517F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C517F1; }

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

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

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

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

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

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

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

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