Html Css Color HEX #C426FB Electric Purple

📋 copy color: '#C426FB'

red 196 ◦ green 38 ◦ blue 251

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

Shades of Electric Purple #C426FB

Tints of Electric Purple #C426FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.75%

R = 40.41%
G = 7.84%
B = 51.75%

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

#C426FB (or 0xC426FB) is known color: Electric Purple. HEX triplet: C4, 26 and FB. RGB value is (196,38,251). Sum of RGB (Red+Green+Blue) = 196+38+251=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #C426FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C426FB is #3BD904. Grayscale: #6C6C6C. Windows color (decimal): -3922181 or 16459460. OLE color: 16459460.

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

Color convert

RGB 196 38 251 -
CMYK 0.22 0.85 0 0.02
HSL 284.51º 0.96% 0.57% -
HSV(B) 284.51º 0.85% 0.98% -
XYZ 40.87 20.09 92.99 -
YUV 109.52 207.85 189.68 -
System Red Green Blue C M Y K H S L
Decimal 196 38 251 0.22 0.85 0 0.02 284.51 0.96 0.57
Hex C4 26 FB 16 55 0 2 11D 60 39
Octal 304 46 373 26 125 0 2 435 140 71
Binary 11000100 100110 11111011 10110 1010101 0 10 100011101 1100000 111001

Color Harmonies of #C426FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C426FB

Black with #C426FB

Text Example


Text Example

White with #C426FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C426FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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