#C61CF6

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

Shades of Electric Purple #C61CF6

Tints of Electric Purple #C61CF6

Color information

#C61CF6 (or 0xC61CF6) is unknown color: approx Electric Purple. HEX triplet: C6, 1C and F6. RGB value is (198,28,246). Sum of RGB (Red+Green+Blue) = 198+28+246=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #C61CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CF6 is #39E309. Grayscale: #666666. Windows color (decimal): -3793674 or 16129222. OLE color: 16129222.

HSL color Cylindrical-coordinate representation of color #C61CF6: hue angle of 286.79º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61CF6 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19828246-
CMYK0.200.8900.04
HSL286.79º92.37%53.73%-
HSV(B)286.79º88.62%96.47%-
XYZ40.3419.4988.82-
YUV103.68208.32195.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.95%
GREEN value IS 28 (11.33% from 255) = 5.93%
BLUE value IS 246 (96.48% from 255) = 52.12%
R=41.95%
G=5.93%
B=52.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal198282460.200.8900.04286.7992.3753.73
HexC61CF614590411f5c36
Octal30634366241310443713466
Binary11000110111001111011010100101100101001000111111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61CF6; }

 p { color: rgb(198,28,246); }

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

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

 a { background-color: rgb(198,28,246); }

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

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

 span { border-color: rgb(198,28,246); }

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