Html Css Color HEX #C224EB Electric Purple

📋 copy color: '#C224EB'

red 194 ◦ green 36 ◦ blue 235

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

Shades of Electric Purple #C224EB

Tints of Electric Purple #C224EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 41.72%
G = 7.74%
B = 50.54%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C224EB (or 0xC224EB) is known color: Electric Purple. HEX triplet: C2, 24 and EB. RGB value is (194,36,235). Sum of RGB (Red+Green+Blue) = 194+36+235=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #C224EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C224EB is #3DDB14. Grayscale: #696969. Windows color (decimal): -4053781 or 15410370. OLE color: 15410370.

HSL color Cylindrical-coordinate representation of color #C224EB: hue angle of 287.64º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C224EB is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 36 235 -
CMYK 0.17 0.85 0 0.08
HSL 287.64º 0.83% 0.53% -
HSV(B) 287.64º 0.85% 0.92% -
XYZ 37.87 18.73 80.22 -
YUV 105.93 200.85 190.82 -
System Red Green Blue C M Y K H S L
Decimal 194 36 235 0.17 0.85 0 0.08 287.64 0.83 0.53
Hex C2 24 EB 11 55 0 8 120 53 35
Octal 302 44 353 21 125 0 10 440 123 65
Binary 11000010 100100 11101011 10001 1010101 0 1000 100100000 1010011 110101

Color Harmonies of #C224EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C224EB

Black with #C224EB

Text Example


Text Example

White with #C224EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C224EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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