Html Css Color HEX #C427FE Electric Purple

📋 copy color: '#C427FE'

red 196 ◦ green 39 ◦ blue 254

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

Shades of Electric Purple #C427FE

Tints of Electric Purple #C427FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 40.08%
G = 7.98%
B = 51.94%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C427FE (or 0xC427FE) is known color: Electric Purple. HEX triplet: C4, 27 and FE. RGB value is (196,39,254). Sum of RGB (Red+Green+Blue) = 196+39+254=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #C427FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C427FE is #3BD801. Grayscale: #6D6D6D. Windows color (decimal): -3921922 or 16656324. OLE color: 16656324.

HSL color Cylindrical-coordinate representation of color #C427FE: hue angle of 283.81º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C427FE is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 39 254 -
CMYK 0.23 0.85 0 0.00
HSL 283.81º 0.99% 0.57% -
HSV(B) 283.81º 0.85% 1% -
XYZ 41.38 20.34 95.51 -
YUV 110.45 209.01 189.02 -
System Red Green Blue C M Y K H S L
Decimal 196 39 254 0.23 0.85 0 0.00 283.81 0.99 0.57
Hex C4 27 FE 17 55 0 0 11C 63 39
Octal 304 47 376 27 125 0 0 434 143 71
Binary 11000100 100111 11111110 10111 1010101 0 0 100011100 1100011 111001

Color Harmonies of #C427FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427FE

Black with #C427FE

Text Example


Text Example

White with #C427FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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