Html Css Color HEX #C416ED Electric Purple

📋 copy color: '#C416ED'

red 196 ◦ green 22 ◦ blue 237

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

Shades of Electric Purple #C416ED

Tints of Electric Purple #C416ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.84%

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

R = 43.08%
G = 4.84%
B = 52.09%

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

#C416ED (or 0xC416ED) is known color: Electric Purple. HEX triplet: C4, 16 and ED. RGB value is (196,22,237). Sum of RGB (Red+Green+Blue) = 196+22+237=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #C416ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C416ED is #3BE912. Grayscale: #616161. Windows color (decimal): -3926291 or 15537860. OLE color: 15537860.

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

Color convert

RGB 196 22 237 -
CMYK 0.17 0.91 0 0.07
HSL 288.56º 0.86% 0.51% -
HSV(B) 288.56º 0.91% 0.93% -
XYZ 38.34 18.42 81.66 -
YUV 98.54 206.15 197.52 -
System Red Green Blue C M Y K H S L
Decimal 196 22 237 0.17 0.91 0 0.07 288.56 0.86 0.51
Hex C4 16 ED 11 5B 0 7 121 56 33
Octal 304 26 355 21 133 0 7 441 126 63
Binary 11000100 10110 11101101 10001 1011011 0 111 100100001 1010110 110011

Color Harmonies of #C416ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C416ED

Black with #C416ED

Text Example


Text Example

White with #C416ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C416ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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