Html Css Color HEX #C216EC Electric Purple

📋 copy color: '#C216EC'

red 194 ◦ green 22 ◦ blue 236

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

Shades of Electric Purple #C216EC

Tints of Electric Purple #C216EC

RGB

 RED value IS 194 (76.17% from 255) = 42.92%

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

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

R = 42.92%
G = 4.87%
B = 52.21%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C216EC (or 0xC216EC) is known color: Electric Purple. HEX triplet: C2, 16 and EC. RGB value is (194,22,236). Sum of RGB (Red+Green+Blue) = 194+22+236=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 22 (8.98% from 255 or 4.87% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #C216EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C216EC is #3DE913. Grayscale: #616161. Windows color (decimal): -4057364 or 15472322. OLE color: 15472322.

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

Color convert

RGB 194 22 236 -
CMYK 0.18 0.91 0 0.07
HSL 288.22º 0.85% 0.51% -
HSV(B) 288.22º 0.91% 0.93% -
XYZ 37.68 18.1 80.86 -
YUV 97.82 205.98 196.6 -
System Red Green Blue C M Y K H S L
Decimal 194 22 236 0.18 0.91 0 0.07 288.22 0.85 0.51
Hex C2 16 EC 12 5B 0 7 120 55 33
Octal 302 26 354 22 133 0 7 440 125 63
Binary 11000010 10110 11101100 10010 1011011 0 111 100100000 1010101 110011

Color Harmonies of #C216EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C216EC

Black with #C216EC

Text Example


Text Example

White with #C216EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C216EC; }

 p { color: rgb(194,22,236); }

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

background-color css

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

 a { background-color: rgb(194,22,236); }

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

border-color css

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

 span { border-color: rgb(194,22,236); }

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