#C60BEE

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

Shades of Electric Purple #C60BEE

Tints of Electric Purple #C60BEE

Color information

#C60BEE (or 0xC60BEE) is unknown color: approx Electric Purple. HEX triplet: C6, 0B and EE. RGB value is (198,11,238). Sum of RGB (Red+Green+Blue) = 198+11+238=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #C60BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60BEE is #39F411. Grayscale: #5C5C5C. Windows color (decimal): -3798034 or 15600582. OLE color: 15600582.

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

Color convert

RGB19811238-
CMYK0.170.9500.07
HSL289.43º91.16%48.82%-
HSV(B)289.43º95.38%93.33%-
XYZ38.8418.4282.4-
YUV92.79209.95203.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 11 (4.69% from 255) = 2.46%
BLUE value IS 238 (93.36% from 255) = 53.24%
R=44.30%
G=2.46%
B=53.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal198112380.170.9500.07289.4391.1648.82
HexC6BEE115F071215b31
Octal30613356211370744113361
Binary1100011010111110111010001101111101111001000011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60BEE; }

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

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

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

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

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

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

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

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