#C018FA

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

Shades of Electric Purple #C018FA

Tints of Electric Purple #C018FA

Color information

#C018FA (or 0xC018FA) is unknown color: approx Electric Purple. HEX triplet: C0, 18 and FA. RGB value is (192,24,250). Sum of RGB (Red+Green+Blue) = 192+24+250=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 24 (9.77% from 255 or 5.15% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #C018FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C018FA is #3FE705. Grayscale: #636363. Windows color (decimal): -4187910 or 16390336. OLE color: 16390336.

HSL color Cylindrical-coordinate representation of color #C018FA: hue angle of 284.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C018FA is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19224250-
CMYK0.230.9000.02
HSL284.6º95.76%53.73%-
HSV(B)284.6º90.4%98.04%-
XYZ39.3218.7691.99-
YUV100212.66193.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 24 (9.77% from 255) = 5.15%
BLUE value IS 250 (98.05% from 255) = 53.65%
R=41.20%
G=5.15%
B=53.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192242500.230.9000.02284.695.7653.73
HexC018FA175A0211d6036
Octal30030372271320243514066
Binary1100000011000111110101011110110100101000111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C018FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C018FA; }

 p { color: rgb(192,24,250); }

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

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

 a { background-color: rgb(192,24,250); }

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

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

 span { border-color: rgb(192,24,250); }

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