#C717FC

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

Shades of Electric Purple #C717FC

Tints of Electric Purple #C717FC

Color information

#C717FC (or 0xC717FC) is unknown color: approx Electric Purple. HEX triplet: C7, 17 and FC. RGB value is (199,23,252). Sum of RGB (Red+Green+Blue) = 199+23+252=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 23 (9.38% from 255 or 4.85% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #C717FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C717FC is #38E803. Grayscale: #646464. Windows color (decimal): -3729412 or 16521159. OLE color: 16521159.

HSL color Cylindrical-coordinate representation of color #C717FC: hue angle of 286.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C717FC is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19923252-
CMYK0.210.9100.01
HSL286.11º97.45%53.92%-
HSV(B)286.11º90.87%98.82%-
XYZ41.4319.7893.73-
YUV101.73212.81197.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 23 (9.38% from 255) = 4.85%
BLUE value IS 252 (98.83% from 255) = 53.16%
R=41.98%
G=4.85%
B=53.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal199232520.210.9100.01286.1197.4553.92
HexC717FC155B0111e6136
Octal30727374251330143614166
Binary110001111011111111100101011011011011000111101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C717FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C717FC; }

 p { color: rgb(199,23,252); }

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

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

 a { background-color: rgb(199,23,252); }

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

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

 span { border-color: rgb(199,23,252); }

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