Html Css Color HEX #C229FE Electric Purple

📋 copy color: '#C229FE'

red 194 ◦ green 41 ◦ blue 254

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

Shades of Electric Purple #C229FE

Tints of Electric Purple #C229FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 39.67%
G = 8.38%
B = 51.94%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C229FE (or 0xC229FE) is known color: Electric Purple. HEX triplet: C2, 29 and FE. RGB value is (194,41,254). Sum of RGB (Red+Green+Blue) = 194+41+254=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #C229FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C229FE is #3DD601. Grayscale: #6E6E6E. Windows color (decimal): -4052482 or 16656834. OLE color: 16656834.

HSL color Cylindrical-coordinate representation of color #C229FE: hue angle of 283.1º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C229FE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 41 254 -
CMYK 0.24 0.84 0 0.00
HSL 283.1º 0.99% 0.58% -
HSV(B) 283.1º 0.84% 1% -
XYZ 40.93 20.21 95.51 -
YUV 111.03 208.69 187.18 -
System Red Green Blue C M Y K H S L
Decimal 194 41 254 0.24 0.84 0 0.00 283.1 0.99 0.58
Hex C2 29 FE 18 54 0 0 11B 63 3A
Octal 302 51 376 30 124 0 0 433 143 72
Binary 11000010 101001 11111110 11000 1010100 0 0 100011011 1100011 111010

Color Harmonies of #C229FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229FE

Black with #C229FE

Text Example


Text Example

White with #C229FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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