Html Css Color HEX #C61CEC Electric Purple

📋 copy color: '#C61CEC'

red 198 ◦ green 28 ◦ blue 236

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

Shades of Electric Purple #C61CEC

Tints of Electric Purple #C61CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.06%

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

R = 42.86%
G = 6.06%
B = 51.08%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C61CEC (or 0xC61CEC) is known color: Electric Purple. HEX triplet: C6, 1C and EC. RGB value is (198,28,236). Sum of RGB (Red+Green+Blue) = 198+28+236=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #C61CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CEC is #39E313. Grayscale: #656565. Windows color (decimal): -3793684 or 15473862. OLE color: 15473862.

HSL color Cylindrical-coordinate representation of color #C61CEC: hue angle of 289.04º 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 #C61CEC is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 28 236 -
CMYK 0.16 0.88 0 0.07
HSL 289.04º 0.85% 0.52% -
HSV(B) 289.04º 0.88% 0.93% -
XYZ 38.84 18.89 80.96 -
YUV 102.54 203.32 196.09 -
System Red Green Blue C M Y K H S L
Decimal 198 28 236 0.16 0.88 0 0.07 289.04 0.85 0.52
Hex C6 1C EC 10 58 0 7 121 55 34
Octal 306 34 354 20 130 0 7 441 125 64
Binary 11000110 11100 11101100 10000 1011000 0 111 100100001 1010101 110100

Color Harmonies of #C61CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61CEC

Black with #C61CEC

Text Example


Text Example

White with #C61CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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