Html Css Color HEX #C229FC Electric Purple

📋 copy color: '#C229FC'

red 194 ◦ green 41 ◦ blue 252

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

Shades of Electric Purple #C229FC

Tints of Electric Purple #C229FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.75%

R = 39.84%
G = 8.42%
B = 51.75%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C229FC (or 0xC229FC) is known color: Electric Purple. HEX triplet: C2, 29 and FC. RGB value is (194,41,252). Sum of RGB (Red+Green+Blue) = 194+41+252=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #C229FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C229FC is #3DD603. Grayscale: #6E6E6E. Windows color (decimal): -4052484 or 16525762. OLE color: 16525762.

HSL color Cylindrical-coordinate representation of color #C229FC: hue angle of 283.51º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C229FC is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 41 252 -
CMYK 0.23 0.84 0 0.01
HSL 283.51º 0.97% 0.57% -
HSV(B) 283.51º 0.84% 0.99% -
XYZ 40.61 20.08 93.83 -
YUV 110.8 207.69 187.34 -
System Red Green Blue C M Y K H S L
Decimal 194 41 252 0.23 0.84 0 0.01 283.51 0.97 0.57
Hex C2 29 FC 17 54 0 1 11C 61 39
Octal 302 51 374 27 124 0 1 434 141 71
Binary 11000010 101001 11111100 10111 1010100 0 1 100011100 1100001 111001

Color Harmonies of #C229FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C229FC

Black with #C229FC

Text Example


Text Example

White with #C229FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C229FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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