Html Css Color HEX #C427FF Electric Purple

📋 copy color: '#C427FF'

red 196 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #C427FF

Tints of Electric Purple #C427FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.04%

R = 40%
G = 7.96%
B = 52.04%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C427FF (or 0xC427FF) is known color: Electric Purple. HEX triplet: C4, 27 and FF. RGB value is (196,39,255). Sum of RGB (Red+Green+Blue) = 196+39+255=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 39 (15.62% from 255 or 7.96% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #C427FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C427FF is #3BD800. Grayscale: #6D6D6D. Windows color (decimal): -3921921 or 16721860. OLE color: 16721860.

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

Color convert

RGB 196 39 255 -
CMYK 0.23 0.85 0 0
HSL 283.61º 1% 0.58% -
HSV(B) 283.61º 0.85% 1% -
XYZ 41.54 20.41 96.36 -
YUV 110.57 209.51 188.94 -
System Red Green Blue C M Y K H S L
Decimal 196 39 255 0.23 0.85 0 0 283.61 1 0.58
Hex C4 27 FF 17 55 0 0 11C 64 3A
Octal 304 47 377 27 125 0 0 434 144 72
Binary 11000100 100111 11111111 10111 1010101 0 0 100011100 1100100 111010

Color Harmonies of #C427FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C427FF

Black with #C427FF

Text Example


Text Example

White with #C427FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C427FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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