Html Css Color HEX #C415ED Electric Purple

📋 copy color: '#C415ED'

red 196 ◦ green 21 ◦ blue 237

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

Shades of Electric Purple #C415ED

Tints of Electric Purple #C415ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.2%

R = 43.17%
G = 4.63%
B = 52.2%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C415ED (or 0xC415ED) is known color: Electric Purple. HEX triplet: C4, 15 and ED. RGB value is (196,21,237). Sum of RGB (Red+Green+Blue) = 196+21+237=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #C415ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C415ED is #3BEA12. Grayscale: #616161. Windows color (decimal): -3926547 or 15537604. OLE color: 15537604.

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

Color convert

RGB 196 21 237 -
CMYK 0.17 0.91 0 0.07
HSL 288.61º 0.86% 0.51% -
HSV(B) 288.61º 0.91% 0.93% -
XYZ 38.32 18.39 81.65 -
YUV 97.95 206.48 197.94 -
System Red Green Blue C M Y K H S L
Decimal 196 21 237 0.17 0.91 0 0.07 288.61 0.86 0.51
Hex C4 15 ED 11 5B 0 7 121 56 33
Octal 304 25 355 21 133 0 7 441 126 63
Binary 11000100 10101 11101101 10001 1011011 0 111 100100001 1010110 110011

Color Harmonies of #C415ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C415ED

Black with #C415ED

Text Example


Text Example

White with #C415ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C415ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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