Html Css Color HEX #C426FA Electric Purple

📋 copy color: '#C426FA'

red 196 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #C426FA

Tints of Electric Purple #C426FA

RGB

 RED value IS 196 (76.95% from 255) = 40.5%

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

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

R = 40.5%
G = 7.85%
B = 51.65%

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

#C426FA (or 0xC426FA) is known color: Electric Purple. HEX triplet: C4, 26 and FA. RGB value is (196,38,250). Sum of RGB (Red+Green+Blue) = 196+38+250=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #C426FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C426FA is #3BD905. Grayscale: #6C6C6C. Windows color (decimal): -3922182 or 16393924. OLE color: 16393924.

HSL color Cylindrical-coordinate representation of color #C426FA: hue angle of 284.72º 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 #C426FA is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 38 250 -
CMYK 0.22 0.85 0 0.02
HSL 284.72º 0.95% 0.56% -
HSV(B) 284.72º 0.85% 0.98% -
XYZ 40.71 20.02 92.16 -
YUV 109.41 207.35 189.76 -
System Red Green Blue C M Y K H S L
Decimal 196 38 250 0.22 0.85 0 0.02 284.72 0.95 0.56
Hex C4 26 FA 16 55 0 2 11D 5F 38
Octal 304 46 372 26 125 0 2 435 137 70
Binary 11000100 100110 11111010 10110 1010101 0 10 100011101 1011111 111000

Color Harmonies of #C426FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C426FA

Black with #C426FA

Text Example


Text Example

White with #C426FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C426FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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