Html Css Color HEX #C229E8 Electric Purple

📋 copy color: '#C229E8'

red 194 ◦ green 41 ◦ blue 232

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

Shades of Electric Purple #C229E8

Tints of Electric Purple #C229E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.68%

R = 41.54%
G = 8.78%
B = 49.68%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C229E8 (or 0xC229E8) is known color: Electric Purple. HEX triplet: C2, 29 and E8. RGB value is (194,41,232). Sum of RGB (Red+Green+Blue) = 194+41+232=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #C229E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C229E8 is #3DD617. Grayscale: #6B6B6B. Windows color (decimal): -4052504 or 15215042. OLE color: 15215042.

HSL color Cylindrical-coordinate representation of color #C229E8: hue angle of 288.06º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C229E8 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 41 232 -
CMYK 0.16 0.82 0 0.09
HSL 288.06º 0.81% 0.54% -
HSV(B) 288.06º 0.82% 0.91% -
XYZ 37.61 18.88 78.01 -
YUV 108.52 197.69 188.97 -
System Red Green Blue C M Y K H S L
Decimal 194 41 232 0.16 0.82 0 0.09 288.06 0.81 0.54
Hex C2 29 E8 10 52 0 9 120 51 36
Octal 302 51 350 20 122 0 11 440 121 66
Binary 11000010 101001 11101000 10000 1010010 0 1001 100100000 1010001 110110

Color Harmonies of #C229E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229E8

Black with #C229E8

Text Example


Text Example

White with #C229E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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