Html Css Color HEX #C427EC Electric Purple

📋 copy color: '#C427EC'

red 196 ◦ green 39 ◦ blue 236

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

Shades of Electric Purple #C427EC

Tints of Electric Purple #C427EC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.28%

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 41.61%
G = 8.28%
B = 50.11%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C427EC (or 0xC427EC) is known color: Electric Purple. HEX triplet: C4, 27 and EC. RGB value is (196,39,236). Sum of RGB (Red+Green+Blue) = 196+39+236=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 39 (15.62% from 255 or 8.28% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #C427EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C427EC is #3BD813. Grayscale: #6B6B6B. Windows color (decimal): -3921940 or 15476676. OLE color: 15476676.

HSL color Cylindrical-coordinate representation of color #C427EC: hue angle of 287.82º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C427EC is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 39 236 -
CMYK 0.17 0.83 0 0.07
HSL 287.82º 0.84% 0.54% -
HSV(B) 287.82º 0.83% 0.93% -
XYZ 38.63 19.24 81.04 -
YUV 108.4 200.01 190.48 -
System Red Green Blue C M Y K H S L
Decimal 196 39 236 0.17 0.83 0 0.07 287.82 0.84 0.54
Hex C4 27 EC 11 53 0 7 120 54 36
Octal 304 47 354 21 123 0 7 440 124 66
Binary 11000100 100111 11101100 10001 1010011 0 111 100100000 1010100 110110

Color Harmonies of #C427EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427EC

Black with #C427EC

Text Example


Text Example

White with #C427EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427EC; }

 p { color: rgb(196,39,236); }

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

background-color css

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

 a { background-color: rgb(196,39,236); }

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

border-color css

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

 span { border-color: rgb(196,39,236); }

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