#C602EB

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

Shades of Electric Purple #C602EB

Tints of Electric Purple #C602EB

Color information

#C602EB (or 0xC602EB) is unknown color: approx Electric Purple. HEX triplet: C6, 02 and EB. RGB value is (198,2,235). Sum of RGB (Red+Green+Blue) = 198+2+235=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 2 (1.17% from 255 or 0.46% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #C602EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C602EB is #39FD14. Grayscale: #565656. Windows color (decimal): -3800341 or 15401670. OLE color: 15401670.

HSL color Cylindrical-coordinate representation of color #C602EB: hue angle of 290.47º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602EB is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1982235-
CMYK0.160.9900.08
HSL290.47º98.31%46.47%-
HSV(B)290.47º99.15%92.16%-
XYZ38.3118.0580.06-
YUV87.17211.43207.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 2 (1.17% from 255) = 0.46%
BLUE value IS 235 (92.19% from 255) = 54.02%
R=45.52%
G=0.46%
B=54.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal19822350.160.9900.08290.4798.3146.47
HexC62EB106308122622e
Octal30623532014301044214256
Binary110001101011101011100001100011010001001000101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C602EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C602EB; }

 p { color: rgb(198,2,235); }

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

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

 a { background-color: rgb(198,2,235); }

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

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

 span { border-color: rgb(198,2,235); }

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