Html Css Color HEX #C229EA Electric Purple

📋 copy color: '#C229EA'

red 194 ◦ green 41 ◦ blue 234

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

Shades of Electric Purple #C229EA

Tints of Electric Purple #C229EA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.74%

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

R = 41.36%
G = 8.74%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C229EA (or 0xC229EA) is known color: Electric Purple. HEX triplet: C2, 29 and EA. RGB value is (194,41,234). Sum of RGB (Red+Green+Blue) = 194+41+234=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #C229EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C229EA is #3DD615. Grayscale: #6C6C6C. Windows color (decimal): -4052502 or 15346114. OLE color: 15346114.

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

Color convert

RGB 194 41 234 -
CMYK 0.17 0.82 0 0.08
HSL 287.56º 0.82% 0.54% -
HSV(B) 287.56º 0.82% 0.92% -
XYZ 37.89 19 79.51 -
YUV 108.75 198.69 188.81 -
System Red Green Blue C M Y K H S L
Decimal 194 41 234 0.17 0.82 0 0.08 287.56 0.82 0.54
Hex C2 29 EA 11 52 0 8 120 52 36
Octal 302 51 352 21 122 0 10 440 122 66
Binary 11000010 101001 11101010 10001 1010010 0 1000 100100000 1010010 110110

Color Harmonies of #C229EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229EA

Black with #C229EA

Text Example


Text Example

White with #C229EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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