Html Css Color HEX #C224EC Electric Purple

📋 copy color: '#C224EC'

red 194 ◦ green 36 ◦ blue 236

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

Shades of Electric Purple #C224EC

Tints of Electric Purple #C224EC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.73%

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

R = 41.63%
G = 7.73%
B = 50.64%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C224EC (or 0xC224EC) is known color: Electric Purple. HEX triplet: C2, 24 and EC. RGB value is (194,36,236). Sum of RGB (Red+Green+Blue) = 194+36+236=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #C224EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C224EC is #3DDB13. Grayscale: #696969. Windows color (decimal): -4053780 or 15475906. OLE color: 15475906.

HSL color Cylindrical-coordinate representation of color #C224EC: hue angle of 287.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C224EC is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 36 236 -
CMYK 0.18 0.85 0 0.07
HSL 287.4º 0.84% 0.53% -
HSV(B) 287.4º 0.85% 0.93% -
XYZ 38.02 18.79 80.98 -
YUV 106.04 201.35 190.74 -
System Red Green Blue C M Y K H S L
Decimal 194 36 236 0.18 0.85 0 0.07 287.4 0.84 0.53
Hex C2 24 EC 12 55 0 7 11F 54 35
Octal 302 44 354 22 125 0 7 437 124 65
Binary 11000010 100100 11101100 10010 1010101 0 111 100011111 1010100 110101

Color Harmonies of #C224EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C224EC

Black with #C224EC

Text Example


Text Example

White with #C224EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C224EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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