#c216fc

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

Shades of Electric Purple #C216FC

Tints of Electric Purple #C216FC

Color information

#C216FC (or 0xC216FC) is unknown color: approx Electric Purple. HEX triplet: C2, 16 and FC. RGB value is (194,22,252). Sum of RGB (Red+Green+Blue) = 194+22+252=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 22 (8.98% from 255 or 4.70% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #C216FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C216FC is #3DE903. Grayscale: #626262. Windows color (decimal): -4057348 or 16520898. OLE color: 16520898.

HSL color Cylindrical-coordinate representation of color #C216FC: hue angle of 284.87º 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 #C216FC is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19422252-
CMYK0.230.9100.01
HSL284.87º97.46%53.73%-
HSV(B)284.87º91.27%98.82%-
XYZ40.1119.0793.66-
YUV99.65213.98195.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 22 (8.98% from 255) = 4.70%
BLUE value IS 252 (98.83% from 255) = 53.85%
R=41.45%
G=4.70%
B=53.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal194222520.230.9100.01284.8797.4653.73
HexC216FC175B0111d6136
Octal30226374271330143514166
Binary110000101011011111100101111011011011000111011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c216fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c216fc; }

 p { color: rgb(194,22,252); }

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

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

 a { background-color: rgb(194,22,252); }

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

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

 span { border-color: rgb(194,22,252); }

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