Html Css Color HEX #C224ED Electric Purple

📋 copy color: '#C224ED'

red 194 ◦ green 36 ◦ blue 237

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

Shades of Electric Purple #C224ED

Tints of Electric Purple #C224ED

RGB

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

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

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

R = 41.54%
G = 7.71%
B = 50.75%

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

#C224ED (or 0xC224ED) is known color: Electric Purple. HEX triplet: C2, 24 and ED. RGB value is (194,36,237). Sum of RGB (Red+Green+Blue) = 194+36+237=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #C224ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C224ED is #3DDB12. Grayscale: #696969. Windows color (decimal): -4053779 or 15541442. OLE color: 15541442.

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

Color convert

RGB 194 36 237 -
CMYK 0.18 0.85 0 0.07
HSL 287.16º 0.85% 0.54% -
HSV(B) 287.16º 0.85% 0.93% -
XYZ 38.17 18.85 81.75 -
YUV 106.16 201.85 190.66 -
System Red Green Blue C M Y K H S L
Decimal 194 36 237 0.18 0.85 0 0.07 287.16 0.85 0.54
Hex C2 24 ED 12 55 0 7 11F 55 36
Octal 302 44 355 22 125 0 7 437 125 66
Binary 11000010 100100 11101101 10010 1010101 0 111 100011111 1010101 110110

Color Harmonies of #C224ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C224ED

Black with #C224ED

Text Example


Text Example

White with #C224ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C224ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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