Html Css Color HEX #C415EF Electric Purple

📋 copy color: '#C415EF'

red 196 ◦ green 21 ◦ blue 239

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

Shades of Electric Purple #C415EF

Tints of Electric Purple #C415EF

RGB

 RED value IS 196 (76.95% from 255) = 42.98%

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

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 42.98%
G = 4.61%
B = 52.41%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C415EF (or 0xC415EF) is known color: Electric Purple. HEX triplet: C4, 15 and EF. RGB value is (196,21,239). Sum of RGB (Red+Green+Blue) = 196+21+239=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #C415EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C415EF is #3BEA10. Grayscale: #616161. Windows color (decimal): -3926545 or 15668676. OLE color: 15668676.

HSL color Cylindrical-coordinate representation of color #C415EF: hue angle of 288.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C415EF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 21 239 -
CMYK 0.18 0.91 0 0.06
HSL 288.17º 0.87% 0.51% -
HSV(B) 288.17º 0.91% 0.94% -
XYZ 38.61 18.5 83.2 -
YUV 98.18 207.48 197.77 -
System Red Green Blue C M Y K H S L
Decimal 196 21 239 0.18 0.91 0 0.06 288.17 0.87 0.51
Hex C4 15 EF 12 5B 0 6 120 57 33
Octal 304 25 357 22 133 0 6 440 127 63
Binary 11000100 10101 11101111 10010 1011011 0 110 100100000 1010111 110011

Color Harmonies of #C415EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415EF

Black with #C415EF

Text Example


Text Example

White with #C415EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415EF; }

 p { color: rgb(196,21,239); }

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

background-color css

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

 a { background-color: rgb(196,21,239); }

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

border-color css

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

 span { border-color: rgb(196,21,239); }

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