Html Css Color HEX #C61DEC Electric Purple

📋 copy color: '#C61DEC'

red 198 ◦ green 29 ◦ blue 236

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

Shades of Electric Purple #C61DEC

Tints of Electric Purple #C61DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.26%

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

R = 42.76%
G = 6.26%
B = 50.97%

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

#C61DEC (or 0xC61DEC) is known color: Electric Purple. HEX triplet: C6, 1D and EC. RGB value is (198,29,236). Sum of RGB (Red+Green+Blue) = 198+29+236=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #C61DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61DEC is #39E213. Grayscale: #666666. Windows color (decimal): -3793428 or 15474118. OLE color: 15474118.

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

Color convert

RGB 198 29 236 -
CMYK 0.16 0.88 0 0.07
HSL 288.99º 0.84% 0.52% -
HSV(B) 288.99º 0.88% 0.93% -
XYZ 38.87 18.94 80.96 -
YUV 103.13 202.99 195.67 -
System Red Green Blue C M Y K H S L
Decimal 198 29 236 0.16 0.88 0 0.07 288.99 0.84 0.52
Hex C6 1D EC 10 58 0 7 121 54 34
Octal 306 35 354 20 130 0 7 441 124 64
Binary 11000110 11101 11101100 10000 1011000 0 111 100100001 1010100 110100

Color Harmonies of #C61DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DEC

Black with #C61DEC

Text Example


Text Example

White with #C61DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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