Html Css Color HEX #C60EEE Electric Purple

📋 copy color: '#C60EEE'

red 198 ◦ green 14 ◦ blue 238

#C60EEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C60EEE

Tints of Electric Purple #C60EEE

RGB

 RED value IS 198 (77.73% from 255) = 44%

 GREEN value IS 14 (5.86% from 255) = 3.11%

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 44%
G = 3.11%
B = 52.89%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C60EEE (or 0xC60EEE) is known color: Electric Purple. HEX triplet: C6, 0E and EE. RGB value is (198,14,238). Sum of RGB (Red+Green+Blue) = 198+14+238=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #C60EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60EEE is #39F111. Grayscale: #5D5D5D. Windows color (decimal): -3797266 or 15601350. OLE color: 15601350.

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

Color convert

RGB 198 14 238 -
CMYK 0.17 0.94 0 0.07
HSL 289.29º 0.89% 0.49% -
HSV(B) 289.29º 0.94% 0.93% -
XYZ 38.88 18.49 82.41 -
YUV 94.55 208.96 201.79 -
System Red Green Blue C M Y K H S L
Decimal 198 14 238 0.17 0.94 0 0.07 289.29 0.89 0.49
Hex C6 E EE 11 5E 0 7 121 59 31
Octal 306 16 356 21 136 0 7 441 131 61
Binary 11000110 1110 11101110 10001 1011110 0 111 100100001 1011001 110001

Color Harmonies of #C60EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EEE

Black with #C60EEE

Text Example


Text Example

White with #C60EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EEE; }

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

 H1.HeaderClassName
 {
   color: #C60EEE;
 }
 .AnyTagClassName
 {
   color: #C60EEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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