Html Css Color HEX #C61AEC Electric Purple

📋 copy color: '#C61AEC'

red 198 ◦ green 26 ◦ blue 236

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

Shades of Electric Purple #C61AEC

Tints of Electric Purple #C61AEC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.65%

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

R = 43.04%
G = 5.65%
B = 51.3%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C61AEC (or 0xC61AEC) is known color: Electric Purple. HEX triplet: C6, 1A and EC. RGB value is (198,26,236). Sum of RGB (Red+Green+Blue) = 198+26+236=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #C61AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61AEC is #39E513. Grayscale: #646464. Windows color (decimal): -3794196 or 15473350. OLE color: 15473350.

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

Color convert

RGB 198 26 236 -
CMYK 0.16 0.89 0 0.07
HSL 289.14º 0.85% 0.51% -
HSV(B) 289.14º 0.89% 0.93% -
XYZ 38.8 18.8 80.94 -
YUV 101.37 203.98 196.92 -
System Red Green Blue C M Y K H S L
Decimal 198 26 236 0.16 0.89 0 0.07 289.14 0.85 0.51
Hex C6 1A EC 10 59 0 7 121 55 33
Octal 306 32 354 20 131 0 7 441 125 63
Binary 11000110 11010 11101100 10000 1011001 0 111 100100001 1010101 110011

Color Harmonies of #C61AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61AEC

Black with #C61AEC

Text Example


Text Example

White with #C61AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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