Html Css Color HEX #C225EA Electric Purple

📋 copy color: '#C225EA'

red 194 ◦ green 37 ◦ blue 234

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

Shades of Electric Purple #C225EA

Tints of Electric Purple #C225EA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.96%

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 41.72%
G = 7.96%
B = 50.32%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C225EA (or 0xC225EA) is known color: Electric Purple. HEX triplet: C2, 25 and EA. RGB value is (194,37,234). Sum of RGB (Red+Green+Blue) = 194+37+234=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #C225EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C225EA is #3DDA15. Grayscale: #696969. Windows color (decimal): -4053526 or 15345090. OLE color: 15345090.

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

Color convert

RGB 194 37 234 -
CMYK 0.17 0.84 0 0.08
HSL 287.82º 0.82% 0.53% -
HSV(B) 287.82º 0.84% 0.92% -
XYZ 37.76 18.73 79.47 -
YUV 106.4 200.01 190.48 -
System Red Green Blue C M Y K H S L
Decimal 194 37 234 0.17 0.84 0 0.08 287.82 0.82 0.53
Hex C2 25 EA 11 54 0 8 120 52 35
Octal 302 45 352 21 124 0 10 440 122 65
Binary 11000010 100101 11101010 10001 1010100 0 1000 100100000 1010010 110101

Color Harmonies of #C225EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225EA

Black with #C225EA

Text Example


Text Example

White with #C225EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225EA; }

 p { color: rgb(194,37,234); }

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

background-color css

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

 a { background-color: rgb(194,37,234); }

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

border-color css

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

 span { border-color: rgb(194,37,234); }

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