Html Css Color HEX #C226FA Electric Purple

📋 copy color: '#C226FA'

red 194 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #C226FA

Tints of Electric Purple #C226FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.88%

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

R = 40.25%
G = 7.88%
B = 51.87%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C226FA (or 0xC226FA) is known color: Electric Purple. HEX triplet: C2, 26 and FA. RGB value is (194,38,250). Sum of RGB (Red+Green+Blue) = 194+38+250=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #C226FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C226FA is #3DD905. Grayscale: #6C6C6C. Windows color (decimal): -4053254 or 16393922. OLE color: 16393922.

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

Color convert

RGB 194 38 250 -
CMYK 0.22 0.85 0 0.02
HSL 284.15º 0.95% 0.56% -
HSV(B) 284.15º 0.85% 0.98% -
XYZ 40.2 19.76 92.14 -
YUV 108.81 207.68 188.76 -
System Red Green Blue C M Y K H S L
Decimal 194 38 250 0.22 0.85 0 0.02 284.15 0.95 0.56
Hex C2 26 FA 16 55 0 2 11C 5F 38
Octal 302 46 372 26 125 0 2 434 137 70
Binary 11000010 100110 11111010 10110 1010101 0 10 100011100 1011111 111000

Color Harmonies of #C226FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C226FA

Black with #C226FA

Text Example


Text Example

White with #C226FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C226FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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