#C621EE

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

Shades of Electric Purple #C621EE

Tints of Electric Purple #C621EE

Color information

#C621EE (or 0xC621EE) is unknown color: approx Electric Purple. HEX triplet: C6, 21 and EE. RGB value is (198,33,238). Sum of RGB (Red+Green+Blue) = 198+33+238=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 33 (13.28% from 255 or 7.04% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #C621EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C621EE is #39DE11. Grayscale: #696969. Windows color (decimal): -3792402 or 15606214. OLE color: 15606214.

HSL color Cylindrical-coordinate representation of color #C621EE: hue angle of 288.29º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C621EE is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19833238-
CMYK0.170.8600.07
HSL288.29º85.77%53.14%-
HSV(B)288.29º86.13%93.33%-
XYZ39.2719.2782.54-
YUV105.7202.66193.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 33 (13.28% from 255) = 7.04%
BLUE value IS 238 (93.36% from 255) = 50.75%
R=42.22%
G=7.04%
B=50.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal198332380.170.8600.07288.2985.7753.14
HexC621EE1156071205635
Octal30641356211260744012665
Binary110001101000011110111010001101011001111001000001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C621EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C621EE; }

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

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

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

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

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

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

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

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