Html Css Color HEX #C229FA Electric Purple

📋 copy color: '#C229FA'

red 194 ◦ green 41 ◦ blue 250

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

Shades of Electric Purple #C229FA

Tints of Electric Purple #C229FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.55%

R = 40%
G = 8.45%
B = 51.55%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C229FA (or 0xC229FA) is known color: Electric Purple. HEX triplet: C2, 29 and FA. RGB value is (194,41,250). Sum of RGB (Red+Green+Blue) = 194+41+250=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #C229FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C229FA is #3DD605. Grayscale: #6D6D6D. Windows color (decimal): -4052486 or 16394690. OLE color: 16394690.

HSL color Cylindrical-coordinate representation of color #C229FA: hue angle of 283.92º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C229FA is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 41 250 -
CMYK 0.22 0.84 0 0.02
HSL 283.92º 0.95% 0.57% -
HSV(B) 283.92º 0.84% 0.98% -
XYZ 40.3 19.96 92.17 -
YUV 110.57 206.69 187.51 -
System Red Green Blue C M Y K H S L
Decimal 194 41 250 0.22 0.84 0 0.02 283.92 0.95 0.57
Hex C2 29 FA 16 54 0 2 11C 5F 39
Octal 302 51 372 26 124 0 2 434 137 71
Binary 11000010 101001 11111010 10110 1010100 0 10 100011100 1011111 111001

Color Harmonies of #C229FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229FA

Black with #C229FA

Text Example


Text Example

White with #C229FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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