#c621ff

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

Shades of Electric Purple #C621FF

Tints of Electric Purple #C621FF

Color information

#C621FF (or 0xC621FF) is unknown color: approx Electric Purple. HEX triplet: C6, 21 and FF. RGB value is (198,33,255). Sum of RGB (Red+Green+Blue) = 198+33+255=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 33 (13.28% from 255 or 6.79% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #C621FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C621FF is #39DE00. Grayscale: #6A6A6A. Windows color (decimal): -3792385 or 16720326. OLE color: 16720326.

HSL color Cylindrical-coordinate representation of color #C621FF: hue angle of 284.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C621FF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19833255-
CMYK0.220.8700
HSL284.59º100%56.47%-
HSV(B)284.59º87.06%100%-
XYZ41.8820.3196.32-
YUV107.64211.16192.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 33 (13.28% from 255) = 6.79%
BLUE value IS 255 (100% from 255) = 52.47%
R=40.74%
G=6.79%
B=52.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal198332550.220.8700284.5910056.47
HexC621FF16570011d6438
Octal30641377261270043514470
Binary1100011010000111111111101101010111001000111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c621ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c621ff; }

 p { color: rgb(198,33,255); }

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

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

 a { background-color: rgb(198,33,255); }

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

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

 span { border-color: rgb(198,33,255); }

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