#C61CED

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

Shades of Electric Purple #C61CED

Tints of Electric Purple #C61CED

Color information

#C61CED (or 0xC61CED) is unknown color: approx Electric Purple. HEX triplet: C6, 1C and ED. RGB value is (198,28,237). Sum of RGB (Red+Green+Blue) = 198+28+237=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #C61CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CED is #39E312. Grayscale: #656565. Windows color (decimal): -3793683 or 15539398. OLE color: 15539398.

HSL color Cylindrical-coordinate representation of color #C61CED: hue angle of 288.8º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61CED is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19828237-
CMYK0.160.8800.07
HSL288.8º85.31%51.96%-
HSV(B)288.8º88.19%92.94%-
XYZ38.9918.9581.72-
YUV102.66203.82196.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 28 (11.33% from 255) = 6.05%
BLUE value IS 237 (92.97% from 255) = 51.19%
R=42.76%
G=6.05%
B=51.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal198282370.160.8800.07288.885.3151.96
HexC61CED1058071215534
Octal30634355201300744112564
Binary11000110111001110110110000101100001111001000011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61CED; }

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

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

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

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

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

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

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

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