Html Css Color HEX #C615EC Electric Purple

📋 copy color: '#C615EC'

red 198 ◦ green 21 ◦ blue 236

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

Shades of Electric Purple #C615EC

Tints of Electric Purple #C615EC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.62%

 BLUE value IS 236 (92.58% from 255) = 51.87%

R = 43.52%
G = 4.62%
B = 51.87%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C615EC (or 0xC615EC) is known color: Electric Purple. HEX triplet: C6, 15 and EC. RGB value is (198,21,236). Sum of RGB (Red+Green+Blue) = 198+21+236=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #C615EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C615EC is #39EA13. Grayscale: #616161. Windows color (decimal): -3795476 or 15472070. OLE color: 15472070.

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

Color convert

RGB 198 21 236 -
CMYK 0.16 0.91 0 0.07
HSL 289.4º 0.85% 0.5% -
HSV(B) 289.4º 0.91% 0.93% -
XYZ 38.7 18.6 80.91 -
YUV 98.43 205.64 199.02 -
System Red Green Blue C M Y K H S L
Decimal 198 21 236 0.16 0.91 0 0.07 289.4 0.85 0.5
Hex C6 15 EC 10 5B 0 7 121 55 32
Octal 306 25 354 20 133 0 7 441 125 62
Binary 11000110 10101 11101100 10000 1011011 0 111 100100001 1010101 110010

Color Harmonies of #C615EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615EC

Black with #C615EC

Text Example


Text Example

White with #C615EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615EC; }

 p { color: rgb(198,21,236); }

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

background-color css

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

 a { background-color: rgb(198,21,236); }

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

border-color css

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

 span { border-color: rgb(198,21,236); }

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