Html Css Color HEX #C427EF Electric Purple

📋 copy color: '#C427EF'

red 196 ◦ green 39 ◦ blue 239

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

Shades of Electric Purple #C427EF

Tints of Electric Purple #C427EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 41.35%
G = 8.23%
B = 50.42%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C427EF (or 0xC427EF) is known color: Electric Purple. HEX triplet: C4, 27 and EF. RGB value is (196,39,239). Sum of RGB (Red+Green+Blue) = 196+39+239=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #C427EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C427EF is #3BD810. Grayscale: #6C6C6C. Windows color (decimal): -3921937 or 15673284. OLE color: 15673284.

HSL color Cylindrical-coordinate representation of color #C427EF: hue angle of 287.1º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C427EF is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 39 239 -
CMYK 0.18 0.84 0 0.06
HSL 287.1º 0.86% 0.55% -
HSV(B) 287.1º 0.84% 0.94% -
XYZ 39.07 19.42 83.35 -
YUV 108.74 201.51 190.24 -
System Red Green Blue C M Y K H S L
Decimal 196 39 239 0.18 0.84 0 0.06 287.1 0.86 0.55
Hex C4 27 EF 12 54 0 6 11F 56 37
Octal 304 47 357 22 124 0 6 437 126 67
Binary 11000100 100111 11101111 10010 1010100 0 110 100011111 1010110 110111

Color Harmonies of #C427EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427EF

Black with #C427EF

Text Example


Text Example

White with #C427EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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