#C600FF

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

Shades of Electric Purple #C600FF

Tints of Electric Purple #C600FF

Color information

#C600FF (or 0xC600FF) is unknown color: approx Electric Purple. HEX triplet: C6, 00 and FF. RGB value is (198,0,255). Sum of RGB (Red+Green+Blue) = 198+0+255=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #C600FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C600FF is #39FF00. Grayscale: #575757. Windows color (decimal): -3800833 or 16711878. OLE color: 16711878.

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

Color convert

RGB1980255-
CMYK0.22100
HSL286.59º100%50%-
HSV(B)286.59º100%100%-
XYZ41.3419.2396.14-
YUV88.27222.1206.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 56.29%
R=43.71%
G=0%
B=56.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal19802550.22100286.5910050
HexC60FF16640011f6432
Octal3060377261440043714462
Binary11000110011111111101101100100001000111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C600FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C600FF; }

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

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

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

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

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

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

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

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